turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I 've been injured and I need a hospital . Where is the nearest one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is closest , located on Hills Rd , Cambridge"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Do you want the hospital telephone number or a specific department ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "The general phone number and postcode also please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Telephone number is 01223245151 and the Postcode is CB20QQ . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help ! Hope you feel better soon !"
}
] |
SNG02055.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"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,
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"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay we 've got 9 different options . What area of town are you wanting to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any of them with free wifi and 4 star rating ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'The leverton house');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The leverton house is a cheap guesthouse with a four star rating and wifi . Would you like to book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that sounds good . I need to book it for 8 people for 2 nights starting from Thursday . Is that possible ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WD4S0IJZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "great ! Booking was successful . \n Reference number is : WD4S0IJZ anything else i can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm also needing to book a train to Cambridge ; I must arrive by 12:45 and no later please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure station , and what day will you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to take the train on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! From where will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'saturday');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I should depart london kings cross and arrive in cambridge by 12:45 on saturday . I just need the price of one ticket ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR7309');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7309 would suit your needs . Can I book a ticket for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to know how much it will cost per ticket ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR7309');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR7309 cost 18.88 pounds per ticket ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I appreciate the help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1535.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WD4S0IJZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WD4S0IJZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WD4S0IJZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WD4S0IJZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR7309"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The leverton house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WD4S0IJZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7309"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi I was just robbed ... Can I get some help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "the nearest police stations number is 01223358966"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you , could you also give me the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The post code is CB11JG . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it , thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Hope things get better . Goodbye ."
}
] |
SNG0103.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any entertainment attractions in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes ! What part of town would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to find something in the center ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm mean , I ca n't find anything specifically under \" entertainment \" in the towns centre . Would you like to try another area or a different type of attraction ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "can you find me a museum ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,entrance_fee,'free');(_:result,name,'the primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have quite a few . I quite like the primavera , which is free . Would you liek the information for it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , get me the address please"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 king s parade');(_:result,name,\"Primavera 's\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Primavera 's address is 10 king s parade . what else can I help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'steakhouse');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , great . I 'm also looking for a steakhouse restaurant in the same area . I 'd like it to be cheap ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,food,'steakhouses');(_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "no I am sorry no steakhouses , something else perhaps ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Portuguese restaurants in the area ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'portuguese');(_:result,name,'The nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You 're in luck there is one portuguese restaurant in the centre . The nandos city centre is a great place to eat . Would you like more information or book a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please make reservations for 1 person at 13:00 on monday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'WVD19D0M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! The reference number is WVD19D0M . Your table will be reserved for 15 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like a taxi from the museum to the restaurant , please ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "At what time do you want to be picked up ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I do not know the time to be picked up , I just need to be at the restaurant by 13:00 please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow Volvo');(_:result,phone,'07669038434');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're all set ! The car will be a yellow Volvo , contact # 07669038434 . Can I help you with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all I need . Thanks ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a wonderful trip !"
}
] |
PMUL4976.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"Primavera 's"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"steakhouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"Primavera 's"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b3036a24"
],
[
"_:search/b3036a24",
"food",
"steakhouses"
],
[
"_:search/b3036a24",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b3036a24"
],
[
"_:search/b3036a24",
"food",
"steakhouses"
],
[
"_:search/b3036a24",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"The nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b3036a24"
],
[
"_:search/b3036a24",
"food",
"steakhouses"
],
[
"_:search/b3036a24",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"The nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"WVD19D0M"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b3036a24"
],
[
"_:search/b3036a24",
"food",
"steakhouses"
],
[
"_:search/b3036a24",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"The nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WVD19D0M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b3036a24"
],
[
"_:search/b3036a24",
"food",
"steakhouses"
],
[
"_:search/b3036a24",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"The nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WVD19D0M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13: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": [
[
"_:system",
"canthelp",
"_:search/e7d7e7d0"
],
[
"_:search/e7d7e7d0",
"area",
"centre"
],
[
"_:search/e7d7e7d0",
"category",
"entertainment"
],
[
"_:search/e7d7e7d0",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/b3036a24"
],
[
"_:search/b3036a24",
"food",
"steakhouses"
],
[
"_:search/b3036a24",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"The nandos city centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WVD19D0M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Volvo"
],
[
"_:result",
"phone",
"07669038434"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel on the north side with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , there are 11 places to stay that might work . Would you prefer a guesthouse or a hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer a moderate price guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,count,'7');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That leaves us with about 7 options . Can I suggest the Acorn Guest House ? It is a 4 star moderately priced guesthouse in the north ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds fine . Would you make a reservation for 4 people , 3 nights starting Monday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3ZYK9LO1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and reference number is 3ZYK9LO1 . Is there anything else I may assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that about covers it . Thanks for your help today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for using Cambridge TownInfo Centre . Goodbye ."
}
] |
SNG0821.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3ZYK9LO1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd love to find an expensive German restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'German');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no German restaurants in the area . Is there another cuisine I could search for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves european food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several european restaurants to choose from . Did you want to dine in a certain area of the city ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'saturday');(_:search,duration,'15:00');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care which area . Just need to find a table for 5 people at 15:00 on Saturday . I will need the reference number once booked ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Eraina');(_:booking,ref,'0IT4QD59');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I think you 'd enjoy Eraina , so I 've booked you a table there . The reference number is 0IT4QD59 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you for all your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . Thank you and goodbye !"
}
] |
SNG0554.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"german"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4cd21c26"
],
[
"_:search/4cd21c26",
"food",
"German"
],
[
"_:search/4cd21c26",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4cd21c26"
],
[
"_:search/4cd21c26",
"food",
"German"
],
[
"_:search/4cd21c26",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4cd21c26"
],
[
"_:search/4cd21c26",
"food",
"German"
],
[
"_:search/4cd21c26",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Eraina"
],
[
"_:booking",
"ref",
"0IT4QD59"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I actually need the address and phone number for the Addenbrookes Hospital . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Sure . The hospital is located at Hills Rd , Cambridge , postcode CB20QQ . You can call them at 01223245151 . Is there anything else I can help you with today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'neonatal unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Does it have a neonatal unit ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'neonatal unit');(_:result,phone,'01223217678');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "It does , the phone number for the neonatal unit is 01223217678 . Anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of assistance ."
}
] |
SNG0224.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"neonatal unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:search",
"department",
"neonatal unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"neonatal unit"
],
[
"_:result",
"phone",
"01223217678"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a place to dine in the center that s expensive"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'African');(_:result,food,'Asian');(_:result,food,'British');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several options for you ; do you prefer African , Asian , or British food ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))",
"inform((_:search,food,*);(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any sort of food would be fine , as long as it is a bit expensive . Could I get the phone number for your recommendation ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Afrian');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is an Afrian place named Bedouin in the centre . How does that sound ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good , could I get that phone number ? Also , could you recommend me an expensive hotel ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Bedouin');(_:result,name,'University Arms Hotel');(_:result,phone,'01223367660');(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bedouin 's phone is 01223367660 . As far as hotels go , I recommend the University Arms Hotel in the center of town ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . Can you book it for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , when would you like that reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to book it for 2 people and 2 nights starting from saturday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FRGZWQL2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is FRGZWQL2 . May I help you further ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need to know . Thanks , good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much for Cambridge TownInfo centre . Have a great day !"
}
] |
PMUL4398.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Afrian"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"food",
"Afrian"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"food",
"Afrian"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"food",
"Afrian"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FRGZWQL2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,departure,'jesus college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm at Jesus College and I need at taxi to arrive by 18:00 ."
},
{
"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,'Jesus college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Leaving Jesus college ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Can you let me know where you are going to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'scott polar museum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The next stop on my list is scott polar museum ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07760280827');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've booked you a taxi . It will be a grey toyota , contact number is 07760280827 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , thanks for contacting us !"
}
] |
SNG02330.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"jesus college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"Jesus college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"Jesus college"
],
[
"_:search",
"destination",
"scott polar museum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"Jesus college"
],
[
"_:search",
"destination",
"scott polar museum"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07760280827"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'cardiology and coronary care unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for a hospital in town with a cardiology and coronary care unit ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Fortunately , our hostpital , Addenbrookes , does have a C&C department . Would like like to contact them ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Yes , I would like the address , postcode , and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "I can help with that . The phone number is 01223245151 . Addenbrookes Hospital is located on Hills Road . The postcode is CB20QQ . Is there anything else I can provide ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223256459');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "You 're welcome ! And the phone number for the specific department you need is 01223256459 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! I 'm all set for today . You 've been a great help . Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Goodbye !"
}
] |
SNG0247.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cardiology and coronary care unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cardiology and coronary care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cardiology and coronary care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cardiology and coronary care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223256459"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a nice guesthouse to stay at during my trip to Cambridge . Anything with a 4 star rating will do ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'The a and b guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The a and b guest house meets your needs . Would you like to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Possibly , does this guesthouse hotel offer free parking and free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Allenbell ? This meets all your criteria ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That could work . Where is Allenbell located ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Allenbell is located in the East area . Would you like its address ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a cheap restaurant in the area that serves vegetarian food ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,food,'vegetarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm not finding any cheap vegetarian restaurants . Is there something else you 'd like to look for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'vegetarian');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What price range do you have for vegetarian food in the centre area ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'vegetarian');(_:search,pricerange,'any price range');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no results for a vegetarian restaurant in any price range in the centre area . Would you like to broaden your search to another area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'spanish');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any that serve spanish food instead ? Preferably in the center area as well ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . We have two restaurants that meet your criteria . Would you like me to book one for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just need the address for one of the restaurants ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'14 -16 Bridge Street');(_:result,name,'La Tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for La Tasca is 14 -16 Bridge Street ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . The last thing I think I need is a taxi . To pick me up at the restaurant by 10.00 ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to help with your request , but first I will need to know what your destination is from the restaurant ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to return back to the hotel from the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'white volkswagen');(_:result,departure,'the restaurant');(_:result,destination,'your lodgings');(_:result,leave_at,'10:00');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "All right , I have booked you a taxi from the restaurant back to your lodgings . It will be a white volkswagen , and it will arrive to pick you up at 10:00 . Is there anything else you need ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I will also need the contact number for the taxi . Thanks"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,phone,'07800878036');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07800878036 . Anything else I can do for you ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What is the car type that will be sent ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'white volkswagen');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The car is a white volkswagen . May I help you with anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all ! Thank you very much !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day , goodbye ."
}
] |
MUL0140.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"The a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"destination",
"your lodgings"
],
[
"_:result",
"leave_at",
"10:00"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"destination",
"your lodgings"
],
[
"_:result",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07800878036"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8f6ac8ab"
],
[
"_:search/8f6ac8ab",
"food",
"vegetarian"
],
[
"_:search/8f6ac8ab",
"pricerange",
"cheap"
],
[
"_:search/8f6ac8ab",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/11d1aa04"
],
[
"_:search/11d1aa04",
"area",
"centre"
],
[
"_:search/11d1aa04",
"food",
"vegetarian"
],
[
"_:search/11d1aa04",
"pricerange",
"any price range"
],
[
"_:search/11d1aa04",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"destination",
"your lodgings"
],
[
"_:result",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07800878036"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I am interested in seeing the attractions on the west side of town . Can you assist me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'college');(_:result,name,'Clare hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare hall \t is a college in the west part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Can you let me know the address and entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'herschel road');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is herschel road and it is free . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I m looking for a nice high end expensive place to dine at in the same area ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a certain cuisine you are interested in eating ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I was hoping for Austrian food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Austrian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is not an expensive Austrian restaurant in the area . Is there another cuisine you 'd like to try ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about cheap price range ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid there are n't any Austrian restaurants in town at all , regardless of price . Is there anything else that could be acceptable ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about an expensive Indian restaurant , then ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,food,'pizza');(_:result,type,'Restaurant'))",
"thank()",
"inform((_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No indian makes me get the runs . How about pizza ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's more information than I needed to know . I 'm sure your supervisors would n't approve . I was looking for expensive indian food , please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,area,'Cambridge');(_:result,count,'14');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well , do n't say I did n't warn you . We have 14 expensive Indian places in Cambridge , what side of town are you looking for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On the west side please"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,count,'5');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are 5 places in the west . if you want a suggestion , my friends always go to tandoori palace ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they serve austrian food ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,food,'Austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , there are no places that serve Austrian food , anywhere ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an expensive indian restaurant in the west ?"
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'a few');(_:result,name,'Rice Boat');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few available but I suggest the Rice Boat . Would you like for me to book a table ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , can you just give me the address , please ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,address,'37 Newnham Road Newnham');(_:result,name,'The rice boat');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The rice boat is located at 37 Newnham Road Newnham ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That was all I needed today . Goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for using Cambridge TownInfo centre to plan your visit . Goodbye ."
}
] |
PMUL2138.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54d177db"
],
[
"_:search/54d177db",
"food",
"Austrian"
],
[
"_:search/54d177db",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/54d177db"
],
[
"_:search/54d177db",
"food",
"Austrian"
],
[
"_:search/54d177db",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/c22b49f0"
],
[
"_:search/c22b49f0",
"food",
"Austrian"
],
[
"_:search/c22b49f0",
"pricerange",
"expensive"
],
[
"_:search/c22b49f0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/51fdff87"
],
[
"_:search/51fdff87",
"food",
"Austrian"
],
[
"_:search/51fdff87",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/54d177db"
],
[
"_:search/54d177db",
"food",
"Austrian"
],
[
"_:search/54d177db",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"address",
"37 Newnham Road Newnham"
],
[
"_:result",
"name",
"The rice boat"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there good hotels ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I have 33 options for you . Are you interested in a specific area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to be in the east ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , is there a price range you 'd like to stay within ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd prefer a cheap guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found three hotels that match your request , and they are all 4 star . Can I book a room for you at one of them ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book one for me . Send me the address phone post code and reference number . Thanks"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'517a Coldham Lane');(_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Allenbell is a guesthouse on the east that gets 4 stars and is cheap . It has internet and parking . The address is 517a Coldham Lane . Will you be alone ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "that sounds fine . Can you give me some info about a cinema to visit ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,name,'cineworld cinema');(_:result,name,'vue cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cineworld cinema is in the south and vue cinema is in the centre ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cineworld cinema');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the phone number and entrance fee of cineworld cinema ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'unknown');(_:result,phone,'00872208000');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid that I do n't know their entrance fee , but their phone number is 00872208000 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service today !"
}
] |
PMUL2973.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"517a Coldham Lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"517a Coldham Lane"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"name",
"vue cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"517a Coldham Lane"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"name",
"vue cinema"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the phone number to a restaurant located in the north part of town that is moderately priced , thank you"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,phone,'01223 350688');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden Wok is a moderately priced Chinese food restaurant in the north part of town . Their number is 01223 350688 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 3,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Goodbye ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "good day !"
}
] |
WOZ20418.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hey , I 'm headed to birmingham new street on Friday . Please find me a train"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what is your departure station ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from cambridge and need to leave after 17:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:44');(_:result,id,'TR7420');(_:result,leave_at,'18:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR7420 leaves at 18:01 and arrives by 20:44 . Would you like me to book tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need 3 tickets ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'D058JMG9');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set , the total fee is 225.3 GBP payable at the station , the reference number is D058JMG9 , do you need anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for colleges in the south . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'south');(_:search,category,'colleges');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid there are no colleges on the south side . Would you like me to look for something else or in a different area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any nightclubs in the south ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'22 Sidney Street');(_:result,count,'1');(_:result,name,'Place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is one , and it 's called The Place . They 're located at 22 Sidney Street ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Hmm .. Sounds fun . What is their post code ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb23hg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb23hg ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else I can help with ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else you need me to help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . You have covered everything . Thank you so much ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo Centre ."
}
] |
PMUL4330.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"id",
"TR7420"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"id",
"TR7420"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D058JMG9"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"id",
"TR7420"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D058JMG9"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/bb22ae4b"
],
[
"_:search/bb22ae4b",
"area",
"south"
],
[
"_:search/bb22ae4b",
"category",
"colleges"
],
[
"_:search/bb22ae4b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"id",
"TR7420"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D058JMG9"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/bb22ae4b"
],
[
"_:search/bb22ae4b",
"area",
"south"
],
[
"_:search/bb22ae4b",
"category",
"colleges"
],
[
"_:search/bb22ae4b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"22 Sidney Street"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"id",
"TR7420"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D058JMG9"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/bb22ae4b"
],
[
"_:search/bb22ae4b",
"area",
"south"
],
[
"_:search/bb22ae4b",
"category",
"colleges"
],
[
"_:search/bb22ae4b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"22 Sidney Street"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"postcode",
"cb23hg"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"id",
"TR7420"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D058JMG9"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/bb22ae4b"
],
[
"_:search/bb22ae4b",
"area",
"south"
],
[
"_:search/bb22ae4b",
"category",
"colleges"
],
[
"_:search/bb22ae4b",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"22 Sidney Street"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"postcode",
"cb23hg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a train from ely to cambridge , if there is one ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what day do you want to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,id,'TR9382');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR9382 ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Well I need to leave after 14:45 , so if it is after that time that 'll work ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR9823');(_:result,leave_at,'15:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9823 will leave at 15:35 , how does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I think that 'll work . I need to reserve two seats , can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'6NJA0V8R');(_:booking,ticket,'7.04 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 7.04 GBP payable at the station . Reference number is : 6NJA0V8R ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need for now !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day ."
}
] |
SNG02063.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"id",
"TR9382"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"id",
"TR9823"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6NJA0V8R"
],
[
"_:booking",
"ticket",
"7.04 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for theatres to go to in the south . Can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Clifton Way');(_:result,area,'south');(_:result,name,'Junction Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Junction Theatre on Clifton Way is in the south . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes and the postcode ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223511511');(_:result,postcode,'cb17gx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223511511 and the post code is cb17gx . Was there any other information you needed ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a restaurant in the expensive price range . I would like it in the same area ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about frankie and bennys ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Please book for 2 people on Friday at 11:45 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VHXLHPZ1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : VHXLHPZ1 . Is there anything else I can help with today ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you so much . Good - bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "So happy we could be of help today . Enjoy your time in Cambridge !"
}
] |
PMUL2338.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Junction Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Junction Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VHXLHPZ1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Good morning . Would you be able to tell me if you have any info on a certain hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely ? What was the name of the hotel and I can get that information for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel is the Lovell Lodge , I need to make a reservation if you can find it ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have it here . It 's moderately priced and is in the north . They offer free wifi and parking . Can you tell me how many to book for and how long ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book 5 people for 5 nights starting Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'J6J0AACJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is all set . Your reference number is J6J0AACJ ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That 's all I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a great day !"
}
] |
SNG0816.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"J6J0AACJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! Are there any restaurants in town that serve Scottish food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "No there is not . Is there something else you would like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "If there are no Scottish places in the west , what about expensive places to eat ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few places that are expensive . What type of cuisine would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about Indian restaurants ? Are there any expensive ones in the west ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'a couple of');(_:result,area,'west');(_:result,food,'indian');(_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a couple of indian resturants in the west , may I recommend Tandoori Palace ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you give me their address ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'68 Histon Road Chesterton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . 68 Histon Road Chesterton . Would you like for me to make reservations ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , That is all I will need today ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , again for your help . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling today . Goodbye ."
}
] |
SNG0495.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0d166ac"
],
[
"_:search/b0d166ac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b0d166ac"
],
[
"_:search/b0d166ac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b0d166ac"
],
[
"_:search/b0d166ac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b0d166ac"
],
[
"_:search/b0d166ac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b0d166ac"
],
[
"_:search/b0d166ac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_: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,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello . I am looking for a hotel that is cheap and also has a 2 star rating ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no hotels that fit that criteria would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I really need a hotel . It should be cheap with two stars . I do n't care what area of town it is in ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are zero hotels matching those requirements ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , then I guess I will need to be more flexible with my budget . How about a 2 star hotel that is moderately priced ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,count,'2');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 2 options in the north with 2 stars in the moderate price range - ashley hotel and lovell lodge . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Um , i like the sounds of the lovell lodge . Can you give me a phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223425478');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes certainly that would be 01223425478 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,leave_at,'8:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train that leaves Ely after 8:30 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling on Sunday and I 'll be going to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR4212');(_:result,leave_at,'09:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4212 leaves at 09:35 , would you me to book you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time would I be arriving in Cambridge ? What would my travel time be ? Thanks ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'09:52');(_:result,duration,'19 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You would arrive at 09:52 . The ride is only 19 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That 's all I need ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great trip !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks and goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time !"
}
] |
PMUL3864.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"duration",
"19 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9d2caf36"
],
[
"_:search/9d2caf36",
"category",
"hotels"
],
[
"_:search/9d2caf36",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ab6f7a4b"
],
[
"_:search/ab6f7a4b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"duration",
"19 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel in the north part of Cambridge . Preferably a 4 star or greater . Can you recommend one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'8');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 hotels that meet that criteria . Would the Acorn Guest House work for you ? It has free wifi and parking , and is moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I 'm looking for a college to the west . Can I get their phone number and address ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Any particular college you are looking for ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No particular college , but it must be in the western part of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about Churchill College ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Storey 's Way\");(_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located on Storey 's Way . Thier phone number is 01223336233 . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay in the north with free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several . Do you have a pricerange in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . Just use your best judgement ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "acorn guest house \t would be nice for you"
}
] |
MUL2563.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train from cambridge to ely that leaves after 09:00"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,departure,'cambridge');(_:result,destination,'ely');(_:result,id,'TR8399');(_:result,leave_at,'9:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have TR8399 leaving cambridge at 9:50 and arriving at 10:07 in ely . Would you like to book that ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time and price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It is a short trip , just 17 minutes and the cost is 4.40 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also need somewhere to sleep"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to help . May I ask what price range and area of town you are looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 4 star hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'more than 20');(_:result,category,'hotels');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are more than 20 hotels that are 4 star . Is there a certain part of town that you would like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How about something in the expensive price range with free wifi ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I recommend university arms hotel in the centre , would you like me to make a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 7 people and 5 nights starting from wednesday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'university arms hotel');(_:booking,ref,'WRRF425A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked into university arms hotel . Your reference number is WRRF425A . How else may I help you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thanks for all of your help"
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are most welcome , enjoy the rest of your day ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Have a great day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL1526.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"ref",
"WRRF425A"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"ref",
"WRRF425A"
],
[
"_: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,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap hotel with free parking ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'the cambridge belfry hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the cambridge belfry hotel located in the west side that has a 4 star rating . Can I make reservations for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Doe it have free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes it does . Would you like a room booked ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not at this time , can you give me the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb236bw');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The postcode is cb236bw . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I also need information on colleges to see in the west please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'that area');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure , there are five in that area ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the address and postcode of one you recommend ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,\"storey 's way\");(_:result,name,'The churchill college');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The churchill college is located at storey 's way and the postcode is cb30ds . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please . I also want to book a taxi to commute between the two places ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure . What time do you want to leave and arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,destination,'cambridge belfry');(_:search,leave_at,'01:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to go from the Churchill College to Cambridge Belfry . I want to leave the college by 01:45 ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your booking has been completed from Churchill College to Cambridge Belfry . The taxi will be a yellow bmw and the contact number is 07976361000 ."
}
] |
PMUL2816.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"5"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"name",
"The churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"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",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"name",
"The churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"cambridge belfry"
],
[
"_:search",
"leave_at",
"01:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am planning a trip . Have you heard of a particular hotel ? I think it is called the Carolina Bed and Breakfast ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'138 Perne Road');(_:result,category,'guesthouse');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it is a 4 star guesthouse located at 138 Perne Road . Very nice and clean place ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I need reservations for 3 people , for 3 nights , beginning on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'KYWFGUNH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : KYWFGUNH ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I also need to find an attraction in the Centre . Can you help me with that ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! There are 44 attractions in the centre . Do you have a preferred type ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you pick one for me and give me the address ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All Saints Church is an architecture interest and has free admission . It is located on Jesus Lane ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'the hotel');(_:search,leave_at,'15:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you arrange for a taxi to pick me up at the Church at 15:15 and take me to the hotel ? I 'll need car type and contact number"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'red audi');(_:result,phone,'07570056398');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The car is a red audi and the contact number is 07570056398 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that is everything that i need"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a great time ."
}
] |
PMUL4410.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",
"address",
"138 Perne Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"138 Perne Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"KYWFGUNH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"138 Perne Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"KYWFGUNH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"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",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"KYWFGUNH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"KYWFGUNH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red audi"
],
[
"_:result",
"phone",
"07570056398"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I am looking to book a train that will be departing Cambridge after 13:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'first');(_:result,leave_at,'15:00');(_:result,leave_at,'every 51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train leaves at 15:00 and they run every 51 minutes ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'birmingham new street');(_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to go to Birmingham New Street on Thursday and leave after 13:45 . Do you have anything that would work for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:44');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,leave_at,'14:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves Cambridge 14:01 arriving in Birmingham New Street at 16:44 . Would that work ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That should work , what is the travel time on that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That would be 163 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That works . I 'm also looking for an attratiction that is college type ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'cambridge');(_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 18 different colleges in cambridge . Did you wish to go to a certain part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No particular area , what 's the first one on the list ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The first one is Christ 's College . Would you like the address and phone number ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be great , thanks ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,name,\"Christ 's College\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the Christ 's College address is Saint Andrew 's Street and their phone number is 01223334900 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I 'm all set . Thanks for the help !"
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Thank you , have a great day !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , you too !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Goodbye ."
}
] |
MUL0469.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"leave_at",
"every 51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_: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"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"first"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'restaurant one seven');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find Restaurant One Seven ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Restaurant One Seven');(_:result,phone,'01223337766');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have Restaurant One Seven located in Centre , phone number is 01223337766 . Would you like for me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be great . Can you book a table for 3 at 11:45 on Friday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'11:45');(_:booking,people,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All right , I 've got you booked for Friday at 11:45 for 3 people . Would you like the reference number ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , can I have the number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'EWOFBMJ3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , your Reference number is : EWOFBMJ3 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's everything for today ."
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thank you for using our system ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Good day ."
}
] |
SNG01423.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"EWOFBMJ3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"EWOFBMJ3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the center with a cheap price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found 15 restaurants in that area within the cheap price range . Do you want a certain type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the phone number of a cheap restaurant in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,count,'2');(_:result,food,'asian oriental');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The two choices are chinese and asian oriental , which one would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please recommend a restaurant . I really do not care about the food type . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I will book it for you , is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would need the phone number and food type ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'chinese');(_:result,name,'Rice house');(_:result,phone,'01223367755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice house is a chinese restaurant and their phone number is 01223367755 . Is there anything else I can assist you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also need help biking a train ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , could you provide me with your departure and destination locations ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from Cambridge and should leave on Friday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And where will you be going ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to london liverpool street . I 'd like to leave after 12:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR4187');(_:result,leave_at,'13:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4187 is the first departure after 12:15 , leaving at 13:59 . Would you like to book passage ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please just tell me the ticket price and travel time"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 88 minutes , and tickets are 16.60 pounds"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "And what time will it arrive ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'15:27');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It will arrive at 15:27 . Anything else for you today ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all . Thanks so much ! Bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL0584.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4187"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4187"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4187"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"arrive_by",
"15:27"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to cambridge and I need a train that leaves on wednesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from and what time do you need to arrive in Cambridge ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'standsted');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave from Standsted sometime after 15:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1342');(_:result,leave_at,'16:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the TR1342 leaves at 16:24"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will work , can you reserve 7 seats for us on that train please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'DSE7LBCU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book for you . The reference number is DSE7LBCU ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you can you help me find a place to eat as well ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry I do n't need a restaurant , I need to find a hotel that has 2 stars ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would recommend Lovell Lodge on the north side . It is moderately priced and has internet and parking ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . Book it for me for 7 people for 4 nights starting from the same day ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'SY83O0SO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : SY83O0SO ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful stay ."
}
] |
PMUL1749.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"standsted"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"standsted"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"standsted"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DSE7LBCU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"standsted"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DSE7LBCU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"standsted"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DSE7LBCU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"standsted"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"SY83O0SO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello I am looking for a train leaving from ely and arriving at cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Monday leaving after 8:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:52');(_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,id,'TR2987');(_:result,leave_at,'09:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2987 leaves ely at 09:35 and arrives in cambridge at 09:52 . Would that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes it will , please book for three and get the reference number"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2987');(_:booking,people,'3');(_:booking,ref,'D4K46W8T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , your 3 seats on TR2987 are reserved , reference # D4K46W8T . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking to get some Indian food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'East side');(_:result,food,'Indian');(_:result,name,'Curry Prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is an Indian cuisine on the East side of town and in the moderate price range , would you like to try ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I want somewhere cheap in the centre actually"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,name,'kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three options available to you then . I recommend kohinoor . Do you want a table reserved ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:00');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . please reserve for 3 people on monday at 11:00 and give me the reference number"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'TZS9RXI3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The table is book and the reference number is TZS9RXI3 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed , thank you and good day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a wonderful time during your visit !"
}
] |
PMUL4394.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"D4K46W8T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"D4K46W8T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"East side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"D4K46W8T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"East side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:booking",
"people",
"3"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"East side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"TZS9RXI3"
],
[
"_: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,'regency gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for regency gallery . Can you tell me where it is located ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'39 fitzroy street');(_:result,area,'centre');(_:result,name,'regency gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The regency gallery address is 39 fitzroy street in the centre area ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , what kind of place is it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a museum . Would you like the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Maybe . Unless you can just tell me what the entrance fee is and then I wo n't need it ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Fortunately , it is free entry . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like a place to stay , too , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'm happy to help . Where in the city would you like your hotel to be located ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a room in the north please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'13');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 13 different places to stay , do you have a preference on price or amenities ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel that has open bookings for 6 people for 2 nights starting from Saturday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I ca n't find any openings for those nights in the north . Would you like to try a different part of town ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . Is there availability for 1 night ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,day,'saturday');(_:booking,name,'acorn guest house');(_:booking,people,'6');(_:booking,ref,'3IX7EGRG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're in luck . I 've got a room available for saturday at the acorn guest house for 6 people . It 's booked , your reference # is 3IX7EGRG ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'04:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay . Can you book me a taxi as well ? I want to leave the hotel by 04:00 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to go ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,destination,'regency gallery');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to commute between the two places ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue toyota');(_:result,departure,'4:00');(_:result,phone,'07424241550');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok I booked you a taxi to leave the acorn guest house at 4:00 . The car will be a blue toyota and the contact number is 07424241550 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , you 've been very helpful ! That 's all I need for today , thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Great , thanks for using our service . have a great day ."
}
] |
MUL1099.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/f8125a3d"
],
[
"_:booking/f8125a3d",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_: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",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/f8125a3d"
],
[
"_:booking/f8125a3d",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"canthelp",
"_:booking/3d92d88d"
],
[
"_:booking/3d92d88d",
"day",
"saturday"
],
[
"_:booking/3d92d88d",
"name",
"acorn guest house"
],
[
"_:booking/3d92d88d",
"people",
"6"
],
[
"_:booking/3d92d88d",
"ref",
"3IX7EGRG"
],
[
"_:booking/3d92d88d",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"04: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",
"name",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/f8125a3d"
],
[
"_:booking/f8125a3d",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"canthelp",
"_:booking/3d92d88d"
],
[
"_:booking/3d92d88d",
"day",
"saturday"
],
[
"_:booking/3d92d88d",
"name",
"acorn guest house"
],
[
"_:booking/3d92d88d",
"people",
"6"
],
[
"_:booking/3d92d88d",
"ref",
"3IX7EGRG"
],
[
"_:booking/3d92d88d",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"destination",
"regency gallery"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"regency gallery"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/f8125a3d"
],
[
"_:booking/f8125a3d",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"canthelp",
"_:booking/3d92d88d"
],
[
"_:booking/3d92d88d",
"day",
"saturday"
],
[
"_:booking/3d92d88d",
"name",
"acorn guest house"
],
[
"_:booking/3d92d88d",
"people",
"6"
],
[
"_:booking/3d92d88d",
"ref",
"3IX7EGRG"
],
[
"_:booking/3d92d88d",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"destination",
"regency gallery"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue toyota"
],
[
"_:result",
"departure",
"4:00"
],
[
"_:result",
"phone",
"07424241550"
],
[
"_: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,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Help me find a chinese place to dine in the centre please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'10');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show 10 Chinese restaurants located in the centre . Do you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to stay in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'Chinese');(_:result,name,'HK Fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 Chinese restaurant in the centre of town in the expensive price range . May I suggest HK Fusion ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I book it for 1 person at 14:15 on thursday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'83KK1ZQE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you , the reference number is 83KK1ZQE , can I assist with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I ca n't wait to eat there , thanks . I also need train information . I am going to birmingham new street and need to arrive by 09:45 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "WIll you be travelling Thursday , as well ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I need to leave on Friday ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR8310');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR8310 would be perfect for you shall i book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , 1 ticket please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'KXH54OG6');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 75.09 GBP payable at the station . \n Reference number is : KXH54OG6 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I am good to go now , thank you so much ! Take care !"
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services . Have a great trip !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . I hope you enjoy your trip ."
}
] |
PMUL4313.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"83KK1ZQE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"83KK1ZQE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"83KK1ZQE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8310"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR8310"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KXH54OG6"
],
[
"_:booking",
"ticket",
"75.09 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",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR8310"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KXH54OG6"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am planning a trip to cambridge , and I am looking for a place to stay . I would like it to include free parking and free wifi a well ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have five hotels that have free parking and wifi . Any specific star rating or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are any of them 4 stars ? Looking specifically for a 4 star hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,area,'west');(_:result,category,'hotel');(_:result,count,'3');(_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "If only a hotel will do , you have 3 options : Huntingdon Marriott and Cambridge Belfry are in the west of town , while the University Arms is located in the center ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you give me the address for Huntingdon Marriott , please ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'kingfisher way , hinchinbrook business park , huntingdon');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is kingfisher way , hinchinbrook business park , huntingdon . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is it a hotel or guesthouse ? I also need a train leaving Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "It 's a hotel . I 'm happy to book your train . May I ask when you 'd like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i will be departing from Cambridge on Tuesday after 16:30 going to London Kings Cross ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'17:51');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,id,'TR0945');(_:result,leave_at,'17:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0945 that is departing Cambridge at 17:00 and will arrive in London Kings Cross by 17:51 . Would that interest you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That should be fine . please get me the travel time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That will be 51 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , I think that 's all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy we could be of service . Thank you for using the Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2269.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR0945"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park , huntingdon"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR0945"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I ca n't find a restaurant I am looking for ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you know the name of it ? I can try and find it for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Chinese');(_:search,name,'good luck');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The good luck Chinese takeaway ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'82 Cherry Hinton Road');(_:result,phone,'01223244149');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That 's on 82 Cherry Hinton Road . If you need to contact them for directions , their number is 01223244149 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Book a table for my party of 8 for 12:45 on Monday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D8E6CV1X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation , with reference # D8E6CV1X . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a hotel named kirkwood house ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is one of my favorite guesthouses . Do you need a reservation there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please for 5 people for 5 nights from Monday please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'K7VLK45Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is K7VLK45Q . Will that be all ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi between the two places ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to travel ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I want to arrive in time for my lunch reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black lexus');(_:result,phone,'07505999310');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Taxi is ready , look for a black lexus , they can be reached at 07505999310 , any further questions ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you for your help , it 's much appreciated !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "thank you for all the information . goodbye"
}
] |
PMUL0003.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"name",
"good luck"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"name",
"good luck"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"82 Cherry Hinton Road"
],
[
"_:result",
"phone",
"01223244149"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:result",
"address",
"82 Cherry Hinton Road"
],
[
"_:result",
"phone",
"01223244149"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D8E6CV1X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:result",
"address",
"82 Cherry Hinton Road"
],
[
"_:result",
"phone",
"01223244149"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D8E6CV1X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:result",
"address",
"82 Cherry Hinton Road"
],
[
"_:result",
"phone",
"01223244149"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"K7VLK45Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:result",
"address",
"82 Cherry Hinton Road"
],
[
"_:result",
"phone",
"01223244149"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"K7VLK45Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:result",
"address",
"82 Cherry Hinton Road"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"K7VLK45Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black lexus"
],
[
"_:result",
"phone",
"07505999310"
],
[
"_: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,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am getting ready to go off to college . I thought while I was in town maybe I could visit one ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great idea ! There are 18 entries found ! What area of town would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I think I 'd like to visit the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'Downing college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the city center but I recommend visiting Downing college and it is free to get in ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! Can I have the address , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it 's located at Regent Street ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you very much . That 's all I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG1116.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need a train Wednesday that will arrive by 19:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that meet that requirement . Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm headed from Cambridge to Broxbourne ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to depart ? You can select any hour between 05:01 and 18:01 ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't care about that , you choose for me . Can you book me tickets ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:01');(_:result,departure,'cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR3279');(_:result,leave_at,'9:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR3279 departs cambridge at 9:01 and arrives in Broxbourne at 10:01 . Would you like me to book you a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,people,'three');(_:search,type,'Hotel');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need three tickets and a reference number , and I would also need a guesthouse with free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 guesthouses of that type in Cambridge . Is there an area or price range you would prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a moderately priced 3 star guesthouse ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 different guesthouses that fit that , one in the north , one in the south , and one in the west . Do any of these areas work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()",
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I 'll take the one in the south , thanks for your help ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That 's the Bridge Guest House . Would you like me to book a room for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , that 's okay . Could you get me the reference number for my train tickets , though ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'ZLBJ2U2O');(_:booking,ticket,'53.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . the total fee is 53.7 GBP and your reference number is ZLBJ2U2O ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you ! That 's all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your visit ."
}
] |
MUL0791.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR3279"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZLBJ2U2O"
],
[
"_:booking",
"ticket",
"53.7 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find some information about a hotel called alexander bed and breakfast ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast \t is a guesthouse in the cheap price range in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have reservations available for 6 people and 3 nights starting from Thursday ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was unsuccessful . Would you like to find another hotel ."
}
] |
SSNG0277.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an architecture attraction somewhere in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'5');(_:result,name,'holy trinity church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 different attractions all located in the centre of the city . I 'd recommend holy trinity church ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay . Can you tell me how much it costs to get in ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free . Is there anything else that I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , what can you tell me about a hotel called the Warkworth House ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'East part of town');(_:result,category,'hotel');(_:result,name,'Warkworth');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hey , the Warkworth is in the East part of town , it 's a four star hotel with moderate pricing . What can I tell you about it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book it for 8 people for 2 nights starting on wednesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,ref,'PADGS18');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your hotel is booked starting Wednesday and your reference number is PADGS18 . May I assist you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'holy trinity church');(_:search,destination,'the hotel');(_:search,leave_at,'1:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually , yes . I need a taxi to pick me up from Holy Trinity Church at 1:15 and take me to the hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'Holy Trinity Church');(_:result,leave_at,'1:15');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a taxi that will pick you up at 1:15 from Holy Trinity Church . Would you like the car type and contact number ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please , that would be nice ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black Tesla');(_:result,phone,'07726876557');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The vehicle you will be expecting is a black Tesla . The contact number is 07726876557 . Anything else you need ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is everything ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day !"
}
] |
MUL2643.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"East part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Warkworth"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"East part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Warkworth"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"PADGS18"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"1:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"East part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Warkworth"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"PADGS18"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"1:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"departure",
"Holy Trinity Church"
],
[
"_:result",
"leave_at",
"1:15"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"East part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Warkworth"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"ref",
"PADGS18"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"1:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"departure",
"Holy Trinity Church"
],
[
"_:result",
"leave_at",
"1:15"
],
[
"_:result",
"car",
"black Tesla"
],
[
"_:result",
"phone",
"07726876557"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am looking for a place to stay . The hotel should be in the type of guesthouse and should have a star of 4 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "OK , what part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not picky but it should have free WiFi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I recommend the Acorn Guest House . It 's in the moderate price range and located in the north . Would you like me to book a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I have two people ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , when would you like to check in and for how many days ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'm not ready to book yet . Can I just get the postal code and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "the postcode is cb41da . their phone number is 01223353888 . is there something else i may help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find me a museum and let me know how much it cost ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,count,'23');(_:result,entrance_fee,'most of which are free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museum , most of which are free admission . Any prferences on area ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not familiar with the area - can you recommend something ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'university of cambridge , downing street');(_:result,area,'centre');(_:result,name,'museum of archaelogy and anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend museum of archaelogy and anthropology in the centre located at university of cambridge , downing street ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds lovely , is there an entrance fee there ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'01223335153');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes their telephone number is 01223335153 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , but I needed the entrance fee ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free to enter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free to enter . What else may I do for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need the address please ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'university of cambridge , downing street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "university of cambridge , downing street . anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That 's all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , goodbye ."
}
] |
PMUL3899.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"most of which are free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"most of which are free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"most of which are free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"01223335153"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"01223335153"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'rice house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for some info on rice house restaurant ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'88 Mill Road City Centre');(_:result,name,'Rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice house has cheap food and is located at 88 Mill Road City Centre . May I book a table for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like a table for a party of 8 at 11:15 on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'5MA263EB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 5MA263EB ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I was hoping to eat for longer than that . Any chance you could book it for at least one hour ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been successful . There is no direct time limit for your meal once you arrive . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK thank you very much for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Have a great time ! Goodbye !"
}
] |
SNG0578.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"5MA263EB"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"5MA263EB"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for places to go in town . The attraction should be in the type of college and should be in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "how about christ 's college ? it has free admission ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Where are they located ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located on saint andrew 's street , in postcode cb23bu ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Would you happen to have the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223334900 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . The hotel should be in the south and should be in the type of guesthouse ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three guesthouses to choose from in the south . Do you have a preference about price range or star rating ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a moderate price range and a star rating of three ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'bridge guesthouse');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The bridge guesthouse meets that criteria , would you like me to book you or just give you some info ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Can I get that for 2 nights for 6 people starting on Friday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IT4WKA6J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! Booking was successful . \n Reference number is : IT4WKA6J . Is there anything else you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'15:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to commute . I need to leave the hotel by 15:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue BMW');(_:result,phone,'07261500533');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : blue BMW \n Contact number \t : 07261500533 What else can I do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , That will be all ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "I hope everything works out well ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a wonderful day !"
}
] |
PMUL4604.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"name",
"bridge guesthouse"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"name",
"bridge guesthouse"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IT4WKA6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"15: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": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"name",
"bridge guesthouse"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"IT4WKA6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07261500533"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:booking",
"name",
"bridge guesthouse"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"IT4WKA6J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07261500533"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant that serves international food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm showing three restaurants that fit that description . Are you interested in a particular area or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , any price range is fine . Can you recommend one of the restaurants ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bloomsbury restaurant is an international restaurant in the centre area ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Hmm , I do n't really like the food there . Is there anything else ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is another restaurant there ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address and phone number , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Finders Corner Newmarket Road');(_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is located at Finders Corner Newmarket Road and their phone number is 01223 812660 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank You"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye ."
}
] |
WOZ20570.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"address",
"Finders Corner Newmarket Road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant that is moderately priced and located in the south ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton is in the south part of town and in the moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any other restaurants I can choose from ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Alimentum is also located in the south part of town and is in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Restaurant Alimentum');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the address , phone number , and type of food served by Restaurant Alimentum ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'152 - 154 Hills Road');(_:result,food,'modern European');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve modern European food and are located at 152 - 154 Hills Road . Their number is 01223 413000 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Good bye ."
}
] |
WOZ20172.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"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , I am looking for information on place to go ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area of town are you interested in going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to the centre of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend All Saints Church . They are located on Jesus Lane ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a college . Do you have any colleges in the centre ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,entrance_fee,'several pounds');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the area ranging from free to several pounds admission . I 'd suggest christ 's college and it 's free !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , what 's the postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postal code is cb23bu ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also trying to find an expensive restaurant that serves indian food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 14 restaurants matching your query . Do you have an area preference ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No can you just recommend your favorite to me please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest the curry garden ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'14:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great ! Please book it for Thurdsday , at 14:45 , and for 3 people ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I am unable to book at this time ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,duration,'13:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . Well , how about 13:45 ? Is that time available ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'13:45');(_:booking,ref,'5VXVB79S');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked for 13:45 , Ref#5VXVB79S . Is there anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I also need a taxi to go between the two !"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black ford');(_:result,leave_at,'13:45');(_:result,phone,'07421810927');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A black ford will be picking you up before 13:45 the contact number is 07421810927 is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that 's everything I needed . Have a great night ."
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Glad to be of help . Have a great day ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Before you go -- I'm a bit confused . Is the taxi picking me up at the college ? At what time ? I need to make my reservation at 13:45 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,destination,'restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes , it 's picking you up there and taking you to the restaurant in time for your reservation ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thanks . I 'm all set . Goodbye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day ."
}
] |
PMUL2126.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8d9f436c"
],
[
"_:booking/8d9f436c",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8d9f436c"
],
[
"_:booking/8d9f436c",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"5VXVB79S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8d9f436c"
],
[
"_:booking/8d9f436c",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"5VXVB79S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"leave_at",
"13:45"
],
[
"_:result",
"phone",
"07421810927"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8d9f436c"
],
[
"_:booking/8d9f436c",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"5VXVB79S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"leave_at",
"13:45"
],
[
"_:result",
"phone",
"07421810927"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"several pounds"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/8d9f436c"
],
[
"_:booking/8d9f436c",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"5VXVB79S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"leave_at",
"13:45"
],
[
"_:result",
"phone",
"07421810927"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to find places to go in town , specifically college attractions ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are multiple colleges to visit . Would you like a list of them and locations ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "What would your best recommendation be for one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend christ 's college in the centre ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good . May I have the phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "yes adress and phone number please"
}
] |
PMUL1275.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train leaving Cambridge on Wednesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to help you find a train . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to go to norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many trains for you . Did you have a departure or arrival time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 21:30"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:55');(_:result,id,'TR7855');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7855 will arrive at 20:55 if that works for you"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds goo . Can you book for 4 people ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'K82OYK3I');(_:booking,ticket,'70.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total fee will be 70.4 GBP and your reference number is K82OYK3I . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant on the east side of town ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'several');(_:result,food,'classic British');(_:result,name,'Grafton Hotel Restaurant');(_:result,pricerange,'expensive side');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several to choose from . The Grafton Hotel Restaurant serves classic British fare , but is on the expensive side . Does that sound good or were you looking for something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes it sound good , can you book table for 4 people at 16:30 on Wednesday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'57035G2J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Your reference number is : 57035G2J . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your train ride and dinner !"
}
] |
MUL1429.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"id",
"TR7855"
],
[
"_: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,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"id",
"TR7855"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"K82OYK3I"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"id",
"TR7855"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"K82OYK3I"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"classic British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive side"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"id",
"TR7855"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"classic British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive side"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"57035G2J"
],
[
"_: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,'midsummer house restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , can you please give me information on a restaurant called Midsummer House Restaurant located in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'center');(_:result,food,'British');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "This is a British restaurant found in the center of town that is in the expensive price range . What other information do you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book this restaurant for 3 people on Wednesday at 15:45 ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'5CWU2U98');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked it for you- the reference number is 5CWU2U98 . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to do a little site seeing . Do you have any good attractions in the east ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'east');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many in the east , what type are you most interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "are there museums ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'Free to visit');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I suggest Cambridge Artworks ? It sounds like just what you are looking for and is Free to visit ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay , that sounds great . Can you also help me with a taxi in order to get to the restaurant ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'black tesla');(_:result,departure,'cambridge artworks');(_:result,destination,'the restaurant');(_:result,phone,'07036386739');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I booked a taxi from cambridge artworks to the restaurant that will get you there in time for your reservation . Car is a black tesla and the contact number is 07036386739"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you so much . You have been so helpful . I think that was all I needed . Thanks and goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your time in Cambridge !"
}
] |
PMUL2483.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"midsummer house restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"midsummer house restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"midsummer house restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5CWU2U98"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"midsummer house restaurant"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5CWU2U98"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"midsummer house restaurant"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5CWU2U98"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"Free to visit"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"midsummer house restaurant"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5CWU2U98"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"Free to visit"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"departure",
"cambridge artworks"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"phone",
"07036386739"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm wanting to go to a museum around the middle of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several . May I suggest Castle Galleries ? It has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That is perfect . Can I get the phone number , postcode , and address please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's at unit su43 , grande arcade , saint andrews street , postcode cb23bj , phone 01223307402 . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I need to find a train to cambridge , are you able to help with that ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course ! From where are you traveling , and when would you like to depart ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,destination,'Cambridge');(_:search,leave_at,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling from Kings Lynn to Cambridge on Thursday . I want to leave after 9:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,leave_at,'10:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I have one train that leaves at 10:11 would you like me to go ahead book that for you"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "make a booking for 7 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR6298');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 7 people on train TR6298 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can I also get the reference number for that train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'ZVHHCNYU');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "reference number ZVHHCNYU"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , I think that will be everything . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Enjoy your time in Cambridge ."
}
] |
MUL1977.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_: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",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6298"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6298"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"ZVHHCNYU"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap priced restaurant in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'La Margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Margherita is an Italian restaurant located in the west part of town in the cheap 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 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 15 Magdalene Street City Centre , and the phone number is 01223 315232 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye"
}
] |
WOZ20316.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to cambridge . Get me one that arrives by 13:00"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'over 500');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 500 results . Where are you leaving from ? And what day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to Ely on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "too many options to choose from , can you please help narrow them down ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am leaving peterborough"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Are you going to cambridge or ely ? You 've said both ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,day,'wednesday');(_:search,departure,'Peterborough');(_:search,destination,'cambridge');(_:search,name,'clare college');(_:search,people,'3');(_:search,type,'Attraction');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge and should arrive by 13:00 . Can you book for 3 people leaving Wednesday from Peterborough ? Also need information on Clare College ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,leave_at,'06:09');(_:result,leave_at,'12:38');(_:result,type,'Train'))",
"inform((_:result,count,'14');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I still have 14 trains . Arriving at : 09 and : 38 every hour starting at 06:09 and the last is at 12:38 . Which one do you want ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like one that arrives by 13:00 on wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'all');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "They all do . Which train would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Well pick pick the one that leaves the latest but arrives by 13:00 and book for 3 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EH4ICTHP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "all set ! Reference # is EH4ICTHP . Anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'clare college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I need information on clare college ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'college');(_:result,name,'clare college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "clare college is a college located in the west"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I also have the address and entrance fee ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,entrance_fee,'2.50 pounds');(_:result,name,'Clare College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare College is on Trinity Lane . The entrance fee is 2.50 pounds . Is there anything else I can assist you with today ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "No , that is all for today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "great , have a good day !"
}
] |
PMUL3429.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:result",
"amount",
"over 500"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 500"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 500"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"over 500"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"Peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"leave_at",
"06:09"
],
[
"_:result",
"leave_at",
"12:38"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"Peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"name",
"clare college"
],
[
"_:result",
"leave_at",
"06:09"
],
[
"_:result",
"leave_at",
"12:38"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"departure",
"Peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"06:09"
],
[
"_:result",
"leave_at",
"12:38"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EH4ICTHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"Peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"06:09"
],
[
"_:result",
"leave_at",
"12:38"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"all"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EH4ICTHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"clare college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"Peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"06:09"
],
[
"_:result",
"leave_at",
"12:38"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"amount",
"all"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EH4ICTHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a place to dine in at in Cambridge later ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a variety of');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "we have a variety of choices . if you can specify your price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Give me something cheap ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 22 great restaurants to choose from . Is there a specific area in town you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'north indian');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Area of town does n't matter , but I would like to try north indian food ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"canthelp((_:search,food,'north indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry I ca n't find any north indian restaurants , would you like to try something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a Portuguese restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "none in our records . maybe if you could change the area ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The area does not matter ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'center');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'Portuguese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 Portuguese restaurants to choose from , one on the south and one in the center , both in the cheap price range . Would one of those work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like the area , address , and postcode for the one in the centre please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,area,'centre');(_:result,name,'Nandos city centre');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos city centre is in the centre of town at 33 - 34 Saint Andrews Street , with the postcode cb23ar . May I help with something else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am needing to find a place to stay . I would like something 4 star rated and cheap ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 30 + accommodations matching that criteria . Do you have a particular area you are interested in ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The east please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'Leverton House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok great . There are three locations . I highly suggest the Leverton House . Would you like to book a room ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for 2 people and 4 nights from friday please"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'8GXHKS3A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 8GXHKS3A"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you travelling from / to ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'10:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would be leaving the hotel by 10:15 ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Before I can request the taxi I need to know where you are going ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "from the hotel to the restaurant . Please give me the contact number and car type after you book it ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'yellow Volvo');(_:result,phone,'07739732329');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay great . I have your reservation and you should expect to see a yellow Volvo and their contact number will be 07739732329 . Is there anything else ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you for all your help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0001.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"north indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Nandos city centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Nandos city centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8GXHKS3A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8GXHKS3A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8GXHKS3A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a variety of"
],
[
"_:system",
"canthelp",
"_:search/441abf1f"
],
[
"_:search/441abf1f",
"food",
"north indian"
],
[
"_:search/441abf1f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"canthelp",
"_:search/713e9277"
],
[
"_:search/713e9277",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8GXHKS3A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Volvo"
],
[
"_:result",
"phone",
"07739732329"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , what are some places to visit in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'cambridge');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many different attractions in cambridge . What sort of place are you looking for , and in what part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a swimming pool , in the east part of town ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'pool way , whitehill road , off newmarket road');(_:result,area,'east');(_:result,name,'abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there is abbey pool and astroturf pitch in the east , address is pool way , whitehill road , off newmarket road . What else can I help with today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please give me their phone number and entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I do n't have information\");(_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have information on their entrance fee , but their phone number is 01223902088 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train leaving on Tuesday from Broxbourne after 17:15 headed to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,id,'TR6368');(_:result,leave_at,'17:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have 7 trains , starting with TR6368 at 17:32 . Would you like to book that one ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:32');(_:result,destination,'Cambridge');(_:result,id,'TR6368');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Train TR6368 arrives in Cambridge by 18:32 . Do you need anything else ? I can help book a trip for you if you like ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 'd be great , thank you ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to book that for you . How many tickets will you need , just one ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just one please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR6368');(_:booking,leave_at,'17:32');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you on TR6368 at 17:32 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing Cambridge TownInfo centre . Have a nice trip !"
}
] |
MUL0560.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"cambridge"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I do n't have information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I do n't have information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"id",
"TR6368"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I do n't have information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6368"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I do n't have information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6368"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"I do n't have information"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6368"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6368"
],
[
"_:booking",
"leave_at",
"17:32"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a modern European restaurant near the centre , could you hook me up ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I have 4 results matching your request , is there a price range you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like moderate price range please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'de luca cucina and bar');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found de luca cucina and bar and riverside brasserie . Does either of them sound good for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:45');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes could you book me one seat at 17:45 on a Monday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no available seats at either of those restaurants . Could you try another time or a different day perhaps ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Lets try a table for 1 on Monday at 16:45 instead ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'MJEOQ3R5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , that worked ! The table will be reserved for 15 minutes . Your reference number is : MJEOQ3R5 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Fantastic . That 's all I need , thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for 7 for booking with us . Have a great day ."
}
] |
SNG0550.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/3b3146b7"
],
[
"_:booking/3b3146b7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/3b3146b7"
],
[
"_:booking/3b3146b7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"MJEOQ3R5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm needing a 4 star guest house today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'18');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure ! We have 18 4 star guesthouses , would you like a specific part of town or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know if any of them offer free wifi ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "I have 5 optionsd available , all have WiFi"
}
] |
SSNG0321.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am looking for some architecture to go to in the centre of town . Any ideas ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i 'd like to suggest to you all saints church entrance there is free"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , can I have the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Jesus Lane');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The church is on Jesus Lane and the postcode is cb58bs . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also going to need to catch a train into Cambridge for Sunday ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,day,'sunday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from and what time would you like to travel on sunday ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to go from Cambridge to Ely , and I need to be there by 18:00 for a wedding I 'm attending ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,day,'sunday');(_:result,departure,'cambridge');(_:result,destination,'ely');(_:result,leave_at,'15:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving cambridge to ely on sunday at 15:50 and you 'll arrive by 16:07 . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you please tell me the train ID ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR5713');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That would be the TR5713 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thanks ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Thank you for contacting us . Is there anything else you will be needing today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a good day . Good bye !"
}
] |
MUL1860.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",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5713"
],
[
"_:result",
"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",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5713"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant in the cheap price range that serves Portuguese food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two in Cambridge . One in the south and one in the centre . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'sunday');(_:search,duration,'12:00');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does not make a difference as long as they have reservations for 4 on sunday at 12:00 . Could I get a reference number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'sunday');(_:booking,duration,'12:00');(_:booking,name,'Nandos');(_:booking,people,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , i have booked Nandos sunday 12:00 for 4 . May I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I still need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,ref,'29D8WR58');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes of course ! I do apologize . The Reference number is : 29D8WR58 . The table will be reserved for 15 minutes . Can I assist with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,\"sheep 's green and lammas land park fen causeway\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Do you know anything about a place called Sheep 's Green and Lammas Land Park Fen Causeway ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'south');(_:result,category,'park');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a free park in the south . Would you like more details ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the full address for that park ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'fen causeway , newnham road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is fen causeway , newnham road . What else can I do for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,departure,'the park');(_:search,destination,'nandos');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi from the park to Nandos . Want to get there by 12:00 . thanks"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red Ford');(_:result,phone,'07413433001');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a taxi for you . It will be a red Ford and the contact number is 07413433001 . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be everything . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No , thank you for being a great customer ! Good bye ."
}
] |
MUL2465.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"29D8WR58"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"29D8WR58"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"29D8WR58"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"29D8WR58"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"destination",
"nandos"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"29D8WR58"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"address",
"fen causeway , newnham road"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"destination",
"nandos"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Ford"
],
[
"_:result",
"phone",
"07413433001"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am looking for architectural churches in the Cambridge area . Can you assist ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,category,'churches');(_:result,type,'Attraction'))",
"canthelp((_:search,category,'architectural');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several churches listed , although none shown as architectural . May I offer a list for your consideration ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that would be great ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "It appears that there are not any located in Cambridge . Would you like me to find you one outside of Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sorry , I needed to find a museum in town . Can you help me with that instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,entrance_fee,'free');(_:result,name,'Byard Art Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Byard Art Gallery in the south . It 's free to get in !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I have the phone number please ? I also need a train leaving from Cambridge and going to Birmingham New Street on Saturday , leaving by 13:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'011223464646');(_:result,type,'Attraction'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "011223464646 , is the phone . When will you travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will travel on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,leave_at,'14:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "unfortunately the earliest train that day leaves at 14:01 . would that be ok ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to ARRIVE by 13:15 . Tickets for 3 and the reference # too please"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR7683');(_:booking,leave_at,'10:01');(_:booking,ref,'A2H0EFPT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you book at TR7683 leaving at 10:01 your confirmation number is A2H0EFPT . anything else i can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you for your help today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . It has been a pleasure assisting you today . Goodbye"
}
] |
PMUL1319.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"none"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"none"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/5a16fe41"
],
[
"_:search/5a16fe41",
"category",
"architectural"
],
[
"_:search/5a16fe41",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/5a16fe41"
],
[
"_:search/5a16fe41",
"category",
"architectural"
],
[
"_:search/5a16fe41",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:system",
"canthelp",
"_:search/5a16fe41"
],
[
"_:search/5a16fe41",
"category",
"architectural"
],
[
"_:search/5a16fe41",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Byard Art Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:system",
"canthelp",
"_:search/5a16fe41"
],
[
"_:search/5a16fe41",
"category",
"architectural"
],
[
"_:search/5a16fe41",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Byard Art Gallery"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"phone",
"011223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"churches"
],
[
"_:system",
"canthelp",
"_:search/5a16fe41"
],
[
"_:search/5a16fe41",
"category",
"architectural"
],
[
"_:search/5a16fe41",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Byard Art Gallery"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"phone",
"011223464646"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"churches"
],
[
"_:system",
"canthelp",
"_:search/5a16fe41"
],
[
"_:search/5a16fe41",
"category",
"architectural"
],
[
"_:search/5a16fe41",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Byard Art Gallery"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"phone",
"011223464646"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7683"
],
[
"_:booking",
"leave_at",
"10:01"
],
[
"_:booking",
"ref",
"A2H0EFPT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train leaving on saturday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from , and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from bishops stortford and I would like to go to cambridge ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,departure,'that location');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are no trains leaving from that location ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hmm , can you double check ? I would be departing from Bishops Stortford and going to Cambridge for Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course ! I have found 10 trains departing from Bishops Stortford towards Cambridge . Do you have a preferred time to leave or arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'19:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i want to leave after 19:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'22:07');(_:result,id,'TR1382');(_:result,leave_at,'21:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR1382 leaves at 21:29 and arrives by 22:07 , would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you please provide the price and travel time . I am also looking for a cheap guesthouse in the east with a 4 star rating ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "8.08 pounds per ticket and the ride is 38 minutes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . So what do you have for guesthouses ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 24 guesthouse options . Would you like to narrow it down by area , price , star or parking and internet availability ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'none');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please make sure the guesthouse has internet and please provide me with the address and phone number ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'124 Tenison Road');(_:result,name,'the a and b guest house');(_:result,phone,'01223315702');(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found the a and b guest house . the address is 124 Tenison Road postcode cb12dp . The phone number is 01223315702 . May I book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your stay !"
}
] |
PMUL1536.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ce3dd41"
],
[
"_:search/3ce3dd41",
"departure",
"that location"
],
[
"_:search/3ce3dd41",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ce3dd41"
],
[
"_:search/3ce3dd41",
"departure",
"that location"
],
[
"_:search/3ce3dd41",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ce3dd41"
],
[
"_:search/3ce3dd41",
"departure",
"that location"
],
[
"_:search/3ce3dd41",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR1382"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ce3dd41"
],
[
"_:search/3ce3dd41",
"departure",
"that location"
],
[
"_:search/3ce3dd41",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR1382"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_: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/3ce3dd41"
],
[
"_:search/3ce3dd41",
"departure",
"that location"
],
[
"_:search/3ce3dd41",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR1382"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ce3dd41"
],
[
"_:search/3ce3dd41",
"departure",
"that location"
],
[
"_:search/3ce3dd41",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR1382"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"124 Tenison Road"
],
[
"_:result",
"name",
"the a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking to visit the centre while I am here . What types of attractions are available for tourists ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'wide variety');(_:result,category,'architecture');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's a wide variety of attractions from architecture , museums , among others ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get some information about the museums ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , is there a certain area you are interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The centre of town please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'Centre area');(_:result,category,'museums');(_:result,count,'11');(_:result,name,'the museum of archaelogy and anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the Centre area . An example is the museum of archaelogy and anthropology . Are you interested in this one or would you like some other choices ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the phone number of the museum of archaeology and anthropology ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223333516');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223333516 . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I need a reservation for a particular restaurant called cocum ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'Cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I 'm looking at the restaurant Cocum in the west , would you like me to book you a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , Wednesday at 17:45 . For 7 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3JTL308P');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "success ! reference number is 3JTL308P , anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's it , thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "welcome and thanks for using our services"
}
] |
PMUL2400.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide variety"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre area"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"the museum of archaelogy and anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"Centre area"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"the museum of archaelogy and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3JTL308P"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college in the West in town ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'West area');(_:result,category,'colleges');(_:result,count,'5');(_:result,name,'Churchill College');(_:result,name,'Clare College');(_:result,name,'Clare Hall');(_:result,name,'Magdalene College');(_:result,name,\"Queens ' College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 5 colleges in the West area . Queens ' College , Magdalene College , Clare Hall , Clare College , and Churchill College , is there any other information that you need ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address and postcode for Magdelene College ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'magdalene street');(_:result,phone,'01223332138');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes of course . The address is magdalene street and the phone number is 01223332138 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what 's the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb30ag');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb30ag . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you so much ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye ."
}
] |
PMUL1206.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"West area"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"name",
"Queens ' College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West area"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"name",
"Queens ' College"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"magdalene street"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West area"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"name",
"Queens ' College"
],
[
"_:result",
"address",
"magdalene street"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train going to cambridge on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Kings Lynn ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a time you would like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 12:15"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'11:58');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that arrives by 11:58 . May I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please for 6 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'RTP2BQMF');(_:booking,ticket,'58.8 GBP');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay . I have booked your train for 6 people with a total fee of 58.8 GBP payable at the station . Your reference number is RTP2BQMF ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! Thanks ! I 'm also looking for something to do in the centre of town , can you tell me what 's in that area ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'architecture');(_:result,category,'cinemas');(_:result,category,'museums');(_:result,category,'theaters');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many options including architecture , cinemas , theaters and museums ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Whatever you recommend , I just need the name and entrance fee , if you will ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Let me see what I can find ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre . An attraction . Please tell me about some places ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,'Old school');(_:result,type,'Attraction'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Sorry , caught me napping . Old school is a great place for architecture , would you like more info ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes thanks . That sounds great . I am just interested in the entrance fee ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free ! Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "No , that is all for now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL3839.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",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RTP2BQMF"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RTP2BQMF"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RTP2BQMF"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RTP2BQMF"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old school"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RTP2BQMF"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old school"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre of town . I 'm really interested in a theatre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,name,'Mumford Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 theatres in the centre I recommend Mumford Theatre . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'08451962320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , their phone number is 08451962320 . May I help you find anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'Mumford Theatre');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant in the same area as Mumford Theatre ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of cuisine and price point do you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have any in mind ? It really does n't matter , as long as its moderately priced and in the same general area as the mumford ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'international');(_:result,name,'The varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The varsity restaurant comes highly recommended and serves international food . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes book for 3 people at 19:30 on friday please"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UZNF1KZ5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is UZNF1KZ5 and your table will be held for 15 minutes . Is there anything else in which I can help you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'the reservation time');(_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I also need a taxi from the attraction to the restaurant and want to arrive by the reservation time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow Volvo');(_:result,phone,'07732601077');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your taxi . Be expecting a yellow Volvo . Please contact 07732601077 should you need to reach them ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok ! Have a great day !"
}
] |
PMUL2098.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UZNF1KZ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the reservation time"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UZNF1KZ5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the reservation time"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Volvo"
],
[
"_:result",
"phone",
"07732601077"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Peterborough that will be there no later than 17:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have several choices , do you have a time for your departure ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train arriving in Peterborough ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And where will you be leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Cambridge on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:56');(_:result,destination,'Peterborough');(_:result,id,'TR1086');(_:result,leave_at,'16:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR1086 that leaves at 16:06 and will have you in Peterborough at 16:56 . Would this work for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that will be fine can you get me a ticket ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need 7 tickets ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR1086');(_:booking,people,'7');(_:booking,ref,'IJ6ZQ2GF');(_:booking,ticket,'92.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you 7 tickets on the TR1086 . Your reference is IJ6ZQ2GF and the total fee of 92.4 GBP is payable at the station . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "sure , in what area of town ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'3-stars');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like something moderately - priced , 3-stars , and in the north . And I do need wifi ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The Hamilton Lodge is a guesthouse that meets your specifications . Would you like any additional information ? I could also book a room for you ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but could you book a room on Tuesday for me please ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to ! How many are in your party and how many nights will you be staying ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "7 5 nights starting from tuesday , need the reference number too please"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'CKPI787R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservations and your reference number is CKPI787R ."
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "that is it for today"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Gald I could help . Enjoy your stay ."
}
] |
PMUL1801.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_: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",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1086"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"IJ6ZQ2GF"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1086"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"IJ6ZQ2GF"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-stars"
],
[
"_: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",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1086"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"IJ6ZQ2GF"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-stars"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1086"
],
[
"_:booking",
"ref",
"IJ6ZQ2GF"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-stars"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1086"
],
[
"_:result",
"leave_at",
"16:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1086"
],
[
"_:booking",
"ticket",
"92.4 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-stars"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CKPI787R"
],
[
"_: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,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i 'm looking for a college to visit"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 18 great colleges to choose from . Is there a certain area of town you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "In the centre please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 13 on the list , do you have any other preferences ? Fees , no fees ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "type of guesthouse and should be a star of 4"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest this one acorn guest house ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it does ! Shall I book you a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , for 5 people and 2 nights starting Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'sunday');(_:booking,name,'the acorn guest house');(_:booking,people,'5');(_:booking,ref,'FZ15JGCM');(_:booking,stay,'3 days 2 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking for 5 people at the acorn guest house this sunday for 3 days 2 nights was successful . Your Reference number is : FZ15JGCM ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you , I will also need a taxi ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! May I have the times you would need that taxi and also where you would like to be picked up for your ride to the lovely Acorn Guest House ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the hotel by 24:45"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'll need to know your destination please"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh , first I still need to pick a college in the centre to visit . Can you choose one to recommend and give me their address ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,entrance_fee,'free');(_:result,name,'Downing college');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Downing college has wide appeal and it 's free . Your destination address will be Regent Street and the postcode is cb21dq ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "That sounds perfect . I will need the taxi for going between the two places . As well as the car type and contact number ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,phone,'07497699159');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! A grey skoda , their contact number is 07497699159 . Can I help with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all for now . Thank you for all your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your time in our lovely city !"
}
] |
PMUL3248.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_: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": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"name",
"the acorn guest house"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZ15JGCM"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"name",
"the acorn guest house"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZ15JGCM"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"name",
"the acorn guest house"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZ15JGCM"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"name",
"the acorn guest house"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZ15JGCM"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"name",
"the acorn guest house"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZ15JGCM"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07497699159"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . I need to find a hotel , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , where would you like to stay and in what price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'northern');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the northern area . I do n't have a specific price range , but the hotel does n't need to have the internet ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several hotels and guesthouses available . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer a hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels to choose from . Ashley Hotel and Lovell Lodge . Both are moderately priced and have wifi and parking ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How much is each hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'each');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "They are each moderately priced . I do n't have any more specific information ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Pick one for me . Book it for 1 person for 5 nights starting from wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Ashley Hotel');(_:booking,ref,'CPBUEMWR');(_:booking,type,'Booking');(_:result,address,'365 Milton Road');(_:result,area,'north');(_:result,phone,'01223350059');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I was able to book you at the Ashley Hotel . Your reference number is CPBUEMWR . It is located at 365 Milton Road in the north . Their phone number is 01223350059 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train departing from cambridge that is going to london kings cross ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Which day would you like to leave on ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'8:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Monday after 8:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'first');(_:result,destination,'london kings cross');(_:result,leave_at,'9:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , the first train to london kings cross leaves at 9:00 . Shall I book it for you , if so for how many people ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "just one person please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR7409');(_:booking,ref,'GSY1O89D');(_:booking,ticket,'23.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful on TR7409 , the total fee is 23.6 GBP payable at the station . Reference number is : GSY1O89D . Can I be of any further assistance ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need today , thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Enjoy your travels !"
}
] |
MUL2073.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"each"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"each"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"CPBUEMWR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"each"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"CPBUEMWR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"CPBUEMWR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"amount",
"first"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"9:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"amount",
"first"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"9:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7409"
],
[
"_:booking",
"ref",
"GSY1O89D"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm interested in finding an expensive guesthouse to stay at during my visit to Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry I do n't have any matches . Should we try a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you search for hotels instead of a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'south');(_:result,category,'hotels');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have expensive hotels in the east , centre , and south areas of town . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The east would be great ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,count,'1');(_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one in the east . It is express by holiday inn cambridge . Do you need a booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Holiday Inn Cambridge have free parking ? I forgot to tell you I need that ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it has free parking . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , what is the phone number for the hotel ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223866800');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is 01223866800 . May I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you please tell me how many stars it has ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a 2 star hotel . Would you like me to make those reservations ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,stars,?);(_:result,type,'Hotel'))",
"inform((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It has 2 stars . Is there anything else I can do for you ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , thank you and goodbye !"
}
] |
SNG1213.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a82dd64e"
],
[
"_:search/a82dd64e",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a82dd64e"
],
[
"_:search/a82dd64e",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a82dd64e"
],
[
"_:search/a82dd64e",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a82dd64e"
],
[
"_:search/a82dd64e",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a82dd64e"
],
[
"_:search/a82dd64e",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a82dd64e"
],
[
"_:search/a82dd64e",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"stars",
"?"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am looking for a moderately priced Italian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is a moderately priced italian restaurant in the west part of town . Would you like to go there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need something in the centre part of town . What do you have ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,name,'Pizza Express');(_:result,name,'Pizza Express Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two options to choose from . Pizza Express and Pizza Express Fen Ditton are both in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Pizza Express Fen Ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to make a reservation at Pizza Express Fen Ditton ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I can do that . When will you be eating ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We will be eating at 14:30 on Wednesday . I need the reservation to be for 7 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'14:30');(_:booking,name,'Pizza Express Fen Ditton');(_:booking,people,'7');(_:booking,ref,'4DVILHUV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you a reservation at Pizza Express Fen Ditton for 7 people on Wednesday at 14:30 . Your reference number is 4DVILHUV . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a place to stay . I prefer a guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay somewhere near the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels available . Do you have a preference between 0 or 4 stars ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "3 stars will be fine thank you"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast \t is the 4 star rated place ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it has both wifi and parking . Would you like to book a room ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for 7 people for 5 days from wednesday"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'62UNRH8C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 62UNRH8C ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I wouls also need a taxi"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to book your taxi . I need the travel time , departure location and arrival destination please ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,departure,'alexander bed and breakfast');(_:search,name,'Pizza Express Fen Ditton');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want it to take me from Alexander B&B to Pizza Express Fen Ditton to get me there by 14:30 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'yellow Volkswagen');(_:result,phone,'07236965666');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi is booked . Be expecting a yellow Volkswagen . Please call 07236965666 should you need to reach them ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks ! that will be all for today ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your stay !"
}
] |
PMUL0412.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4DVILHUV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4DVILHUV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4DVILHUV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4DVILHUV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4DVILHUV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"62UNRH8C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"62UNRH8C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Pizza Express Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"62UNRH8C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"name",
"Pizza Express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Volkswagen"
],
[
"_:result",
"phone",
"07236965666"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "OK , and how can I help you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel in Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Any particular location or price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like to stay in an expensive hotel in the city center ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "University Arms is available ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's their address and star rating ? And do they have free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "University Arms Hotel Star rating is 4 . Should i go ahead and book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "no , thanks . does it have free parking and what 's the address"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,has_parking,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "They do have parking . They are on Regent Street . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:30');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train for 6 people departing at Cambridge and arriving at Stevenage at 10:30 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on a Monday please ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Let me find one for you ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent , thanks ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'10:10');(_:result,day,'monday');(_:result,id,'TR8290');(_:result,leave_at,'09:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found you the TR8290 that leaves at 09:21 on monday arriving at 10:10 . Would you like to book this one ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'10:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to arrive at 10:30 actually ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'10:30');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That is the closest train we have to 10:30"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'six');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "arriving at 10:10 is fine.can i get six tickets ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'L9XGQW87');(_:booking,ticket,'76.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train is booked . Total fee is 76.8 GBP payable at the station . Reference number : L9XGQW87"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , thank you ! I wo n't be needing anything else ! Bye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful time in town . I am glad to help you from Cambridge TownInfo Centre . Goodbye ."
}
] |
PMUL3139.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"id",
"TR8290"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"id",
"TR8290"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:result",
"arrive_by",
"10:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"id",
"TR8290"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:result",
"arrive_by",
"10:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"L9XGQW87"
],
[
"_:booking",
"ticket",
"76.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'd like to find a very nice restaurant to go to ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , are you looking for anything specific ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'southern');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for something expensive and in the southern part of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Can I ask what type of food you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't really matter . What can you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,name,'Peking');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have five places . The Peking is a nice place . Shall I book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please , I 'll need a table for 4 at 12:30 on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'sunday');(_:booking,ref,'KLH0CDT4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for sunday and your reference number is KLH0CDT4 . May I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am looking for a museum . Can you recommend any ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,name,'broughton house gallery');(_:result,name,'cambridge artworks');(_:result,name,'the cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many in our lovely city . The broughton house gallery , the cafe jello gallery and cambridge artworks ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cafe jello gallery');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The cafe jello gallery sounds interesting . What is their phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'free admission');(_:result,phone,'01223312112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "01223312112 and free admission !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all I needed today , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL2311.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Peking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Peking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"ref",
"KLH0CDT4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"ref",
"KLH0CDT4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"ref",
"KLH0CDT4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am interested in staying at the A and B Guest House , could you help me book my stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I can ! I would just need the day you be checking in , the length of your stay and the amount of people you are checking in with ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh yes , sorry . I would like to check in on Wednesday for 4 nights and there will be 7 of us ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'a and b guest house');(_:booking,people,'7');(_:booking,ref,'GDH3Z9CI');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a and b guest house for 4 days for 7 people Reference number is GDH3Z9CI ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great and I 'd like to find some entertainment ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"select((_:result,category,'entertainment');(_:result,type,'Attraction'))",
"inform((_:result,category,'entertainment');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 5 results for entertainment . Do you have a particular area of town you 're looking for entertainment in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh , I do n't mind where it is , but I 'm thinking I 'd like to visit something with boats ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'East');(_:result,area,'North');(_:result,area,'centre');(_:result,type,'Attraction'))",
"inform((_:result,category,'boats');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have four attractions involving boats , would you tell me if East , North or centre would be most convenient ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any one will do . I would just need to know how much it costs and the address and phone number for it ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'boat');(_:result,entrance_fee,'not available');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fees for the boat attractions are not available , would you like any more info ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Well , the phone numbers and addresses of these boat attractions would be helpful ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"inform((_:result,address,'Plough , Green End , Fen Ditton');(_:result,area,'east');(_:result,name,'Camboats');(_:result,phone,'01223902112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . Camboats , on the east side , are located at the Plough , Green End , Fen Ditton . You can call them at 01223902112 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need the entrance fee ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'no information on the entrance fee listed');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry but I have no information on the entrance fee listed ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Okay I will give them a call ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can assist you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thank you ."
},
{
"id": 17,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . I 'm here if you have additional questions ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks again . Good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
MUL1197.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"count",
"4"
],
[
"_: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",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Plough , Green End , Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boat"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Plough , Green End , Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"entrance_fee",
"no information on the entrance fee listed"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"boat"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Plough , Green End , Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"entrance_fee",
"no information on the entrance fee listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GDH3Z9CI"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"boat"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Plough , Green End , Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"entrance_fee",
"no information on the entrance fee listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me more about a particular attraction called the ballare ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'heidelberg gardens , lion yard');(_:result,category,'nightclub');(_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare is a nightclub located on heidelberg gardens , lion yard , cb23na . The entrance fee is 5 pounds . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'ballare');(_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for ballare is 01223364222 , and the entrance fee is 5 pounds . Do you also need the address ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you , I do n't need the address . I would also like to find a place to eat on the east side that serves British food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'Grafton Hotel Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one such restaurant and it is called the Grafton Hotel Restaurant and is in the expensive price range . Would you like their address ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , could you book a table for 6 people on Wednesday ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For what time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'11:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book for 11:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'11:15');(_:booking,people,'6');(_:booking,ref,'CGM6GIAJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked this for Wednesday for 6 people at 11:15 . They will hold your table for up to 15 minutes . The reference number is : CGM6GIAJ"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Enjoy your stay ."
}
] |
PMUL2078.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"CGM6GIAJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,\"london king 's cross\");(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , can you please help me book a train departing from London King 's Cross on Sunday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 10 different trains for that day . Do you want to depart and/or arrive at a particular time ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I want to leave after 9 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,leave_at,'9:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving at 9:17 , Sunday . Would you like for me to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a booking on the train for 7 people to go to Cambridge . Is that doable ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes it is . Do you have a preferred time of departure ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I would like to leave after 9:00 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,leave_at,'9:17');(_:booking,people,'7');(_:booking,ref,'BBQXVMZK');(_:booking,ticket,'132.16 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked the train for 9:17 . The reference number is BBQXVMZK . The total for 7 people is 132.16 GBP and is payable at the station . Anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'danish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you please help me find a expensive danish restaurant ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Danish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "It looks like there are n't any expensive Danish restaurants in town . Would you like me to look for another cuisine ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "British food would be a suitable replacement I suppose ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many to choose from . Any part of town work best ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'same day');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No preference . Can you recommend one and book the same group of people on the same day please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'cambridge chop house');(_:result,type,'Restaurant'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , I recommend the the cambridge chop house . It is in the city centre . What time would you like to eat ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'20:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like the reservation to be for sunday for 7 people at 20:15 ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,people,'7');(_:booking,ref,'EXZLQAZY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking for 7 was successful . The table will be reserved for 15 minutes . Your reference number is EXZLQAZY . May I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's all . Goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for letting us assist you today ! Enjoy your visit !"
}
] |
PMUL0770.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"9:17"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"BBQXVMZK"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"9:17"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"BBQXVMZK"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/83536be2"
],
[
"_:search/83536be2",
"food",
"Danish"
],
[
"_:search/83536be2",
"pricerange",
"expensive"
],
[
"_:search/83536be2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"9:17"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"BBQXVMZK"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/83536be2"
],
[
"_:search/83536be2",
"food",
"Danish"
],
[
"_:search/83536be2",
"pricerange",
"expensive"
],
[
"_:search/83536be2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"9:17"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"BBQXVMZK"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/83536be2"
],
[
"_:search/83536be2",
"food",
"Danish"
],
[
"_:search/83536be2",
"pricerange",
"expensive"
],
[
"_:search/83536be2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"7"
],
[
"_: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",
"london king 's cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"9:17"
],
[
"_:booking",
"ticket",
"132.16 GBP"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/83536be2"
],
[
"_:search/83536be2",
"food",
"Danish"
],
[
"_:search/83536be2",
"pricerange",
"expensive"
],
[
"_:search/83536be2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"EXZLQAZY"
],
[
"_: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,area,'south');(_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Need a place to eat that has caribbean food , somewhere in south of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'Southside');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I do n't have anything on the Southside . We can try another cuisine or a different location ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ok what about on any other side of Town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no places to eat with that food , another type perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves indian food instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Might I suggest curry garden ? They are in the centre and are in the expensive price range ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'curry garden');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good . What is the address and postcode for Curry Garden ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'106 Regent Street City Centre');(_:result,name,'Curry Garden');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Garden is located at 106 Regent Street City Centre , cb21dp . Would you like me to book a table for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you , I do need help finding a place to stay that has free parking though ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'29');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 29 hotels do you have any other requirements ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer the room to be in a hotel ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'eight');(_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are eight . You might like The Lensfield Hotel , it 's in the south of town . Would you like to book a room there ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes please . Can you make the booking for two nights ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I think I 'll hold off on that reservation . Does that hotel have free Internet ? I do want to book a taxi if you can do that ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hotel does come with free wifi . For the taxi , what is your departure site and destination < I will also need time frames you want ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'curry garden');(_:search,destination,'the hotel');(_:search,leave_at,'23:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the Curry Garden to the hotel . I want to leave the restaurant by 23:45 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red volvo');(_:result,departure,'23:45');(_:result,phone,'07162285520');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Thank you , I was able to book a taxi for 23:45 . It will be a red volvo and the contact number is 07162285520 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy !"
}
] |
MUL1331.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"29"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"two"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"29"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"29"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"curry garden"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d4e44d7"
],
[
"_:search/0d4e44d7",
"area",
"Southside"
],
[
"_:search/0d4e44d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8226d6f"
],
[
"_:search/f8226d6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"29"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"curry garden"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volvo"
],
[
"_:result",
"departure",
"23:45"
],
[
"_:result",
"phone",
"07162285520"
],
[
"_: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,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . I am looking for a hotel that is a guesthouse that has free parking . Can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'21');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 21 options available . Do you have any other preferences to narrow down the search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , how about an expensive , four star guest house ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))",
"inform((_:result,amount,'some');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does n't look like we have any expensive 4 star guesthouses . There are some which are moderate if you are interested ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderate will do . Can you give me more information please ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Archway House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Archway House is very nice . Would you like me to book a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes and can i get the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to check in at the guesthouse ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to check in on saturday . We would need 4 nights for 8 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'the archway house');(_:booking,ref,'61O3SUCK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you at the archway house . The reference number is 61O3SUCK . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cambridge and county folk museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I get the phone number and address for the Cambridge and County Folk Museum ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 - 3 castle street');(_:result,name,'the cambridge and county folk museum');(_:result,phone,'01223355159');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for the cambridge and county folk museum is 01223355159 , and the address is 2 - 3 castle street . Anything else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I have booked you . Thank you . Goodbye ."
}
] |
MUL1195.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:search/b334a84d"
],
[
"_:search/b334a84d",
"category",
"guesthouses"
],
[
"_:search/b334a84d",
"pricerange",
"expensive"
],
[
"_:search/b334a84d",
"stars",
"4"
],
[
"_:search/b334a84d",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:search/b334a84d"
],
[
"_:search/b334a84d",
"category",
"guesthouses"
],
[
"_:search/b334a84d",
"pricerange",
"expensive"
],
[
"_:search/b334a84d",
"stars",
"4"
],
[
"_:search/b334a84d",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:search/b334a84d"
],
[
"_:search/b334a84d",
"category",
"guesthouses"
],
[
"_:search/b334a84d",
"pricerange",
"expensive"
],
[
"_:search/b334a84d",
"stars",
"4"
],
[
"_:search/b334a84d",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:search/b334a84d"
],
[
"_:search/b334a84d",
"category",
"guesthouses"
],
[
"_:search/b334a84d",
"pricerange",
"expensive"
],
[
"_:search/b334a84d",
"stars",
"4"
],
[
"_:search/b334a84d",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"ref",
"61O3SUCK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"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"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:search/b334a84d"
],
[
"_:search/b334a84d",
"category",
"guesthouses"
],
[
"_:search/b334a84d",
"pricerange",
"expensive"
],
[
"_:search/b334a84d",
"stars",
"4"
],
[
"_:search/b334a84d",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"the archway house"
],
[
"_:booking",
"ref",
"61O3SUCK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"name",
"the cambridge and county folk museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a museum to visit in the centre of cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'downing street');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,name,'museum of archaelogy and anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 11 . The Museum of Archaelogy and Anthropology is a popular choice . It 's over on downing street , and offers free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , can you tell me their full address and postcode , please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'University of Cambridge , Downing Street');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "University of Cambridge , Downing Street . Postcode cb23dz . Anything else ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you help me find some places to eat ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely , would you like the restaurant to be in the centre as well ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . It should be in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "the incorrect domain was selected , please fix ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'Asian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Asian food please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "wrong domain wo n't let you book a table"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'no');(_:search,pricerange,'cheap');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Also , I need to book a hotel with free wifi , and it does n't need to have free parking . The price should be cheap or moderate , and I need the postcode ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Cityroomz');(_:result,postcode,'cb12tz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz hotel is in the centre and is moderately priced with internet . The postcode is cb12tz . Shall I book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'03:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Not right now , thanks . I do need a taxi , though . I want to leave the hotel at 03:30 ( I 'm an early riser ! ) and head to the museum ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white Toyota');(_:result,phone,'07763641643');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "No worries , we have 24/7 taxi service , your are set . Look for a white Toyota , they are reachable at 07763641643 , any further questions ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling the Cambridge TownInfo centre . If you need anything else do not hesitate to call us back . Have a fun day !"
}
] |
PMUL2691.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"downing street"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"Asian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaelogy and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Asian"
],
[
"_:system",
"canthelp",
"_:booking/ca38f7b2"
],
[
"_:booking/ca38f7b2",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"Asian"
],
[
"_:system",
"canthelp",
"_:booking/ca38f7b2"
],
[
"_:booking/ca38f7b2",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"03: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": [
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"Asian"
],
[
"_:system",
"canthelp",
"_:booking/ca38f7b2"
],
[
"_:booking/ca38f7b2",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"03:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Toyota"
],
[
"_:result",
"phone",
"07763641643"
],
[
"_: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,departure,'trinity college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to pick me up at Trinity college ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure thing , when you like to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'24:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 24:00 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you with that . where are you going ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'saffron brasserie');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm headed to saffron brasserie ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have your taxi booked ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get the car type and contact number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'red Audi');(_:result,phone,'07990384611');(_:result,type,'Taxi'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly . You 'll be picked up by a red Audi and the driver 's number is 07990384611 . Do you need help with anything else ? A restaurant reservation perhaps ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you , we have a restaurant recommendation already for today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day ."
}
] |
SNG01630.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"trinity college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"trinity college"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"trinity college"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"destination",
"saffron brasserie"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"trinity college"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"destination",
"saffron brasserie"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"trinity college"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"destination",
"saffron brasserie"
],
[
"_:result",
"car",
"red Audi"
],
[
"_:result",
"phone",
"07990384611"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am planning a trip to Cambridge looking for a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you coming from for your visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving Bishops Stortford ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have the system up but still need the date and time ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 18:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR9891');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR9891 meets your criteria . Would you like to book tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please for 1 person ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9891');(_:booking,ref,'6K7A74SN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a seat reserved on TR9891 , reference # 6K7A74SN . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'21:00');(_:search,name,'nandos city centre');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book me a table at nandos city centre for 21:00 and give me a ref number"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to . Please confirm the day you would like the reservation ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Saturday please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,name,'Nandos City Centre');(_:booking,ref,'RMJ6DTL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are now booked for Saturday at Nandos City Centre . Your reference number is RMJ6DTL . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will do it for today thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service !"
}
] |
PMUL3934.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"id",
"TR9891"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"id",
"TR9891"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9891"
],
[
"_:booking",
"ref",
"6K7A74SN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"id",
"TR9891"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9891"
],
[
"_:booking",
"ref",
"6K7A74SN"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"id",
"TR9891"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9891"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"Nandos City Centre"
],
[
"_:booking",
"ref",
"RMJ6DTL"
],
[
"_: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,category,'hotel');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the south , I do n't need a free parking option ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , do you need a hotel room or would you like a guesthouse ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "It does n't really matter to me ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for a particular price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for one in the expensive price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,name,'Lensfield hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have the Lensfield hotel in the south that is in the expensive price range . Would you like a reservation there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , I need 3 nights arriving on Saturday . There are 7 of us ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry , I could not get that booked for you maybe another day or a shorter stay perhaps ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 1 night ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GS8AHUYB');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book for 1 night . Your reference number is GS8AHUYB . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant in the same area that serves Italian food ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'The pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The pizza hut cherry hinton features italian food and is located in the south ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK , can I get theie phone number and postal code ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223323737');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223323737 and the postcode is cb17dy . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything . Thanks !"
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome , have a great day !"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I hope that you have a great day as well !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , if you need anything else just ask ."
}
] |
MUL1277.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b498c336"
],
[
"_:booking/b498c336",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b498c336"
],
[
"_:booking/b498c336",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GS8AHUYB"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b498c336"
],
[
"_:booking/b498c336",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GS8AHUYB"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"The pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b498c336"
],
[
"_:booking/b498c336",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"GS8AHUYB"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"The pizza hut cherry hinton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"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",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b498c336"
],
[
"_:booking/b498c336",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"GS8AHUYB"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"The pizza hut cherry hinton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'0-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel with free wifi . I 'm broke , though , so find me a 0-star hole in the wall ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'and el shaddai');(_:result,name,'city centre north b and b');(_:result,name,'cityroomz');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three 0 star hotels , both city centre north b and b , and el shaddai are cheap , and cityroomz is moderate . Which would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a guest house if any 0 stars are available ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 2 of those . Would you like a guesthouse in the north or centre ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse in the north please . Can you check if it has free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,stars,'zero');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Our cheap zero star guesthouse in the north has both free wifi and free parking . Would you like to book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not right now . Thank you . I am also looking for a train that leaves on Monday and arrives by 1830 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from , and what is your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Leaving Cambridge and headed to Stevenage , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:10');(_:result,arrive_by,'18:10');(_:result,duration,'49 minutes');(_:result,leave_at,'15:21');(_:result,leave_at,'17:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a 15:21 or a 17:21 train , arriving 49 minutes later at 16:10 or 18:10 , respectively . Would you like me to book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . The 17:21 would be perfect . Please book it for 4 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'YSJ6ZWYT');(_:booking,ticket,'51.2GBP');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 51.2GBP , payable at the station . Reference number is YSJ6ZWYT . Anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
MUL0705.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YSJ6ZWYT"
],
[
"_:booking",
"ticket",
"51.2GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to stay in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'13');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 13 hotels in that area , is there any special accommodations you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a guest house and free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "That narrows it down to 10 , any other requirements ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Nope . Have any recommendations ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'archway house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about archway house . It is a guesthouse with a 4 star rating , moderate price range . It has free parking and wifi . Would you like to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,day,'thursday');(_:search,destination,'broxbourne');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , I 'd like to book 8 people for 4 nights staring Sunday , and I need a reference number . I 'd also like a train to Broxbourne Thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"inform((_:booking,ref,'M8Y6V3HX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been completed ! Your reference number is M8Y6V3HX . Will your train be departing from Cambridge ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes it should be , is the one booked departing from Cambridge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes the train will be departing from Cambridge ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . I 'm good then ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I think there 's been some confusion . Your lodgings are booked but we have n't yet found your train . Do you have a particular time you need to depart or arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to book my train . I need it to arrive by 17:30 , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'07:01');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR2885');(_:result,leave_at,'06:01');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The TR2885 train leaves Cambridge at 06:01 and arrives in Broxbourne at 07:01 . The ticket price is17.90 pounds each . Would you like to book this train and how many tickets ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I will need 8 tickets for the train ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'0H84W4J6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! I booked those 8 tickets for you . You are all set . Your reference number is 0H84W4J6 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is it . Thanks so much for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! The total fee is 143.19 GBP ."
}
] |
MUL0786.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"M8Y6V3HX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"M8Y6V3HX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"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",
"has_internet",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"M8Y6V3HX"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"M8Y6V3HX"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:result",
"arrive_by",
"07:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR2885"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:result",
"arrive_by",
"07:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR2885"
],
[
"_:result",
"leave_at",
"06:01"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"0H84W4J6"
],
[
"_: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,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I 'd like some information about a place to go in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you looking for an attraction or a hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction located in the west ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'so many');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are so many different attractions in the west , did you have something particular in mind ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No could you recommend one please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Castle Street');(_:result,category,'museum');(_:result,name,\"Kettle 's Yard\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Kettle 's Yard on Castle Street which is a museum ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'peking restaurant');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get the postcode for that museum ? I am also looking for a restaurant called peking restaurant . What area that is in , the address , and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb30aq . I can help you with the restaurant in a moment ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you look for the restaurant now ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "I have it here . What would you like to know about it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the postcode , area and address ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'10 Homerton Street');(_:result,area,'South');(_:result,name,'Peking Restaurant');(_:result,postcode,'cb28nx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Peking Restaurant is in the South . The address is 10 Homerton Street and the postcode is cb28nx ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks for the research . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service !"
}
] |
PMUL2073.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"10 Homerton Street"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"postcode",
"cb28nx"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,leave_at,'13:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like for a taxi to pick me up after 13:00 today"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the taxi to pick you up from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'rice house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will leave from the rice house ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "What is your destination ? And what time would you like to arrive by ?"
}
] |
SNG02084.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"departure",
"rice house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help booking a train , please . I 'd like to go to Cambridge on Monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from london kings cross after 19:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:08');(_:result,departure,'london kings cross');(_:result,destination,'cambridge');(_:result,id,'TR8288');(_:result,leave_at,'19:17');(_:result,ticket,'23.60 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're in luck ! TR8288 departs london kings cross at 19:17 , arriving in cambridge at 20:08 . The fare is 23.60 GBP . Can I help with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you find a close by eatery near where we arrive at ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure you need a restaurant ? in what part of town and what cuisine ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "How about the center ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I apologize . I need to know how many you need tickets for on the train so I can book your tickets ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'OGHWPYHK');(_:booking,ticket,'141.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! You will pay 141.6 GBP at the station . Reference number : OGHWPYHK ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . This is all i need ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Are you sure you do n't need a restaurant ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I am sure . I am all set . Thanks so much . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "All right . Have a good day !"
}
] |
SNG0327.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OGHWPYHK"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OGHWPYHK"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to visit the centre while I am here , what are some of the attractions available to me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'full of');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Our city centre is full of wonderful attractions ! Is there a specific type you 're interested in visiting ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'museum');(_:result,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 79 different attractions to choose from . Would you like to visit a museum ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes a museum sounds good , adress and phone number please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "okay , there are 11 museums in the centre . I recommend Castle Galleries ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to eat . It can be expensive and I would like the restaurant to serve Asian oriental food ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there 's Saigon City in the north , how does that sound ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you book that . Saturday , 3 people , 13:30 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VDXACZR1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set . Your reference is VDXACZR1 and the table will be reserved for 15 minutes . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also book a taxi to commute between the two place ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07396246163');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! The car is a black honda and the contact number is 07396246163 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot . That does it for me . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help . Thank you for using the Cambridge TownInfo centre . Have a great day"
}
] |
PMUL2387.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"full of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"full of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"full of"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"full of"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"full of"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VDXACZR1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"full of"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VDXACZR1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07396246163"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a certain hotel . I think it is called Rosa 's Bed and Breakfast"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Would you like their address or phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "First of all , do they have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they do ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a good attraction in the center part of town ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "There is All Saints Church , do want the adress and phone number ?"
}
] |
PMUL2625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Help me find a moderate priced british food place please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'restaurant one seven');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "restaurant one seven is a nice place . Do you want to book ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not at this time . Could I just get the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223337766');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223337766 . Do you need assistance with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that restaurant in the Centre ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , restaurant one seven is located in the centre ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect , could you just tell me their phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223337766');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223337766"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'tuesday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from Ely to Cambridge on Tuesday to arrive by 12:30 ."
},
{
"id": 9,
"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": "TR3412 leaves at 11:35 and arrives at 11:52 . Will this one work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book it for 8 people"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will work on booking this and be right back with you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need it for 8 , as I said . Do you have the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'T790DS3O');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is T790DS3O and the total fee is 35.2 GBP , which is payable at the station ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I need to change my reservation . I need the train to arrive by 11:30 instead ."
},
{
"id": 15,
"rdf-acts": [],
"speaker": "system",
"text": "We will have to start over now ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,day,'tuesday');(_:search,departure,'Ely');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , sorry . Tuesday , leaving Ely and getting to Cambridge by 11:30 ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'09:52');(_:booking,category,'Train');(_:booking,id,'TR4669');(_:booking,leave_at,'09:35');(_:booking,ref,'2T4NNGG9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your updated train is now TR4669 . Your new reference number is 2T4NNGG9 . The total fee remains the same . The train departs at 09:35 and arrives at 09:52 . Anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be all . thank you very much ."
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome any time"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay , well I suppose this is goodbye then ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL3125.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_: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",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_: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",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T790DS3O"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T790DS3O"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"09:52"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4669"
],
[
"_:booking",
"leave_at",
"09:35"
],
[
"_:booking",
"ref",
"2T4NNGG9"
],
[
"_: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",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"09:52"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4669"
],
[
"_:booking",
"leave_at",
"09:35"
],
[
"_:booking",
"ref",
"2T4NNGG9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'middle eastern');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any restaurants serving middle eastern food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'middle eastern');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any middle eastern restaurants . Is there another type of food you 'd like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portugeuese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try the search again looking for Portugeuese food instead ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'center');(_:result,area,'southern');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! I actually have two restaurants listed in both the southern and center points of town that serve Portuguese food . Are you interested in one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'thursday');(_:search,duration,'11:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the one that is in the centre of town . Can you book me a table there for Thursday at 11:30 ? There will be 6 of us ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but the restaurant is n't available for that time . Is there another time or day you 'd like to try ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'10:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try 10:30 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,duration,'10:30');(_:booking,people,'6');(_:booking,ref,'2801GMOP');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're all set . I have book a table for 6 at 10:30 . Reference # 2801GMOP . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your day ."
}
] |
SNG0522.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c66bbd3"
],
[
"_:search/5c66bbd3",
"food",
"middle eastern"
],
[
"_:search/5c66bbd3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portugeuese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c66bbd3"
],
[
"_:search/5c66bbd3",
"food",
"middle eastern"
],
[
"_:search/5c66bbd3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portugeuese"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c66bbd3"
],
[
"_:search/5c66bbd3",
"food",
"middle eastern"
],
[
"_:search/5c66bbd3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portugeuese"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/2ecf45a0"
],
[
"_:booking/2ecf45a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5c66bbd3"
],
[
"_:search/5c66bbd3",
"food",
"middle eastern"
],
[
"_:search/5c66bbd3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portugeuese"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/2ecf45a0"
],
[
"_:booking/2ecf45a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"10:30"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"2801GMOP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant in the town centre that serves British food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'7');(_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 7 restaurants in the centre of town that serves British food . Is there any particular price range you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a moderately priced restaurant with British food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Restaurant One Seven');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can recommend Restaurant One Seven . Would you like to book a table with them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:45');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . I will be booking 3 people at 17:45 on Wednesday . Could i also get the reference number , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'17:45');(_:booking,name,'Restaurant One Seven in');(_:booking,people,'3');(_:booking,ref,'VLJLK60E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is complete for a party of 3 at 17:45 at a British Restaurant One Seven in centre , and your confirmation # is VLJLK60E ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel in the same price range as the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'18');(_:result,pricerange,'Moderate');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 18 hotels in the Moderate price range , would you like me to narrow these down by searching other amenities or location ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something that is 2 stars and includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 options with those specifications . The Ashley Hotel and the Lovell Lodge both with free wifi and parking . Which would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you book a room for 2 people , 2 nights on Wednesday at the Ashley , please ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Book was unsuccessful . Would you like to try the lovell lodge ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , lets try that instead ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,day,'Wednesday');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to book the Lovell Lodge for you on Wednesday . Do you want to try a different day or a shorter stay ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'Lovell Lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try the Lovell Lodge for the Wednesday , please ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,day,'Wednesday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry . Lovell Lodge still has no bookings available for wednesday . Would you like to try a different hotel ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,has_parking,'yes');(_:search,people,'3');(_:search,pricerange,'moderately');(_:search,stars,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need a 2 star hotel for 3 people for 2 nights on Wednesday , moderately priced , with free parking ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Ashley hotel');(_:booking,ref,'KEH2F5Z2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I have you booked in the Ashley hotel . The Reference Number is : KEH2F5Z2 . Can I help you with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that 's all I need . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure , enjoy your trip ."
}
] |
MUL0116.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Restaurant One Seven in"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VLJLK60E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Restaurant One Seven in"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VLJLK60E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Restaurant One Seven in"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VLJLK60E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Restaurant One Seven in"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VLJLK60E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/83d4c576"
],
[
"_:booking/83d4c576",
"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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Restaurant One Seven in"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VLJLK60E"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/83d4c576"
],
[
"_:booking/83d4c576",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/7aab182e"
],
[
"_:booking/7aab182e",
"day",
"Wednesday"
],
[
"_:booking/7aab182e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Lovell Lodge"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Restaurant One Seven in"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"VLJLK60E"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/83d4c576"
],
[
"_:booking/83d4c576",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/7aab182e"
],
[
"_:booking/7aab182e",
"day",
"Wednesday"
],
[
"_:booking/7aab182e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Lovell Lodge"
],
[
"_:system",
"canthelp",
"_:booking/aeeea3df"
],
[
"_:booking/aeeea3df",
"day",
"Wednesday"
],
[
"_:booking/aeeea3df",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"people",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"Moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/83d4c576"
],
[
"_:booking/83d4c576",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/7aab182e"
],
[
"_:booking/7aab182e",
"day",
"Wednesday"
],
[
"_:booking/7aab182e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"name",
"Lovell Lodge"
],
[
"_:system",
"canthelp",
"_:booking/aeeea3df"
],
[
"_:booking/aeeea3df",
"day",
"Wednesday"
],
[
"_:booking/aeeea3df",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Ashley hotel"
],
[
"_:booking",
"ref",
"KEH2F5Z2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train which departs from Cambridge and arrives in Kings Lynn . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "i have 133 trains matching your preferences . What day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Wednesday anytime after 16:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,departure,'Cambridge');(_:result,leave_at,'every : 11 starting at 17:11');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 7 trains leaving Cambridge on every : 11 starting at 17:11 . Is there a specific time you would like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No . Anytime after 16:45 is fine please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:58');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR8627');(_:result,leave_at,'17:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8627 leaves Cambridge at 17:11 and arrives in Kings Lynn by 17:58 . Would you like to book it ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I would also like information for ADC Theater . What is the address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,phone,'01223300085');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address in park street . The phone number is 01223300085 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,duration,?);(_:result,type,'Attraction');(_:result,type,'Train'))",
"inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . What area is adc theatre in ? I would also like to book TR8626 and would like to know the travel time ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people would you like to book the train for ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's unimportant I 'm just looking for the area"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,destination,'kings lynn');(_:result,duration,'47 minutes');(_:result,type,'Train'))",
"reqmore()",
"inform((_:result,area,'center');(_:result,name,'ADC theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ADC theatre is in the center of town . The travel time for your train to kings lynn is 47 minutes . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day"
}
] |
MUL0449.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"every : 11 starting at 17:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8627"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8627"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_: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",
"kings lynn"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8627"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8627"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the north part and in cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a couple');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure , i have a couple options for you"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you ! What are they ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'indian');(_:result,food,'italian');(_:result,name,'Da vinci pizzeria');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is royal spice which is a indian restaurant . There is also Da vinci pizzeria which is a italian restaurant . Do you need any more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:30');(_:search,name,'royal spice');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 5 at 14:30 on Wednesday at Royal Spice . I will need the reference number . I also need to find a place to stay ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:booking,ref,'KQMXIL0Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your table successfully . Your reference number is KQMXIL0Z . Now , what type of accommodations are you looking for today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the same area as the restaurant and should include free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range or star rating preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a hotel , not a guesthouse , and I 'd like a 2-star place ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found two options that meet your criteria : Ashley Hotel and Lovell Lodge . Which one would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book the Ashley Hotel for 5 people for 2 nights ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to start your stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "On Wednesday please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'JATTLNEH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The hotel booking is complete . The reference number is JATTLNEH ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a wonderful day !"
}
] |
PMUL4643.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Da vinci pizzeria"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Da vinci pizzeria"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KQMXIL0Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a couple"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Da vinci pizzeria"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KQMXIL0Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a couple"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KQMXIL0Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a couple"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KQMXIL0Z"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a couple"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"JATTLNEH"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for something to do in Cambridge . I 'm interested in architecture , is there any interesting buildings around the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,amount,'several');(_:result,category,'churches');(_:result,category,'colleges');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I think I can help you with that . There are several historic colleges and churches to see . Many offer free admission ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'older churches');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to take a look at some of the older churches , what are some of the entrance fees for those ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'churches');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The churches are free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please give me their phone number . I also need a restaurant that serves North American food"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Here are the numbers for 2 churches , all saints church(01223452587 ) , holy trinity church(01223355397 ) . There are three more if needed . A good restaurant is gourmet burger kitchen ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services !"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'same area');(_:search,name,'Gourmet Burger Kitchen');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , wait ! If the Gourmet Burger Kitchen is in the same area as the churches , could I get the phone number for that , too ?"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,phone,'01223312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! The phone number is : 01223312598 Is there anything else we can assist with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,name,'Gourmet Burger Kitchen');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes may i please have the address to Gourmet Burger Kitchen and can you book reservations for 2 for 13:00"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is Regent Street City Centre . What day you would like the reservation to be ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Gourmet Burger Kitchen');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I 'm really distracted on this end . Can you tell me the postcode of the Gourmet Burger Kitchen ? And what are their prices like ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb21ab');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is expensive . The postcode is cb21ab ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , that 's great . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Will you still need a reservation , or are you all set ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I 'm good . Thanks for all your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL0824.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",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"older churches"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"older churches"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"older churches"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Gourmet Burger Kitchen"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"name",
"Gourmet Burger Kitchen"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Gourmet Burger Kitchen"
],
[
"_: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",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:search",
"name",
"Gourmet Burger Kitchen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:search",
"name",
"Gourmet Burger Kitchen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_: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,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , what kind of attractions are there in the east ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'basic entertainments');(_:result,category,'boating excursions');(_:result,category,'museums');(_:result,category,'parks');(_:result,category,'swimming pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have museums , boating excursions , basic entertainments , parks and swimming pools . Any of these spark your interest ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "What would you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'cherry hinton road');(_:result,name,'the funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Try the funky fun house . It 's on cherry hinton road ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a guesthouse nearby that is rated at least 4/5 ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'A and B Guest House');(_:result,pricerange,'moderate pricing');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The A and B Guest House is close by . It has a 4 star rating and moderate pricing . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds like what I 'm looking for . Is it a guesthouse ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,'A and B guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the A and B guesthouse is a guesthouse . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I will need accommodations for 7 people , for 5 nights . We want to check in Thursday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,name,'a and b guest house');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm very sorry a and b guest house does not have availability for your request . Would you like to try a shorter stay or a different day ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'two');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please try for two nights then at minimum from Thursday evening on . We need a guesthouse for 7 people , and I will need the reference number when booked . Thanks !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'the questhouse');(_:booking,ref,'O4OXDCIW');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I was able to book the questhouse for you for two nights starting on Thursday . The reference number is O4OXDCIW . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Now I will need to find a hotel for the remainder of my visit . Can you help with that ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking');(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , what day will you be staying and for how long ? Any price range ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Never mind . That will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I hope you have a pleasant stay !"
}
] |
MUL1020.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",
"category",
"basic entertainments"
],
[
"_:result",
"category",
"boating excursions"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"basic entertainments"
],
[
"_:result",
"category",
"boating excursions"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"name",
"the funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"basic entertainments"
],
[
"_:result",
"category",
"boating excursions"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/c965cffe"
],
[
"_:booking/c965cffe",
"name",
"a and b guest house"
],
[
"_:booking/c965cffe",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/c965cffe"
],
[
"_:booking/c965cffe",
"name",
"a and b guest house"
],
[
"_:booking/c965cffe",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"the questhouse"
],
[
"_:booking",
"ref",
"O4OXDCIW"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/c965cffe"
],
[
"_:booking/c965cffe",
"name",
"a and b guest house"
],
[
"_:booking/c965cffe",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the questhouse"
],
[
"_:booking",
"ref",
"O4OXDCIW"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_: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,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am a museum buff , does not matter what they have in them , I 'll go . What museums are in Cembridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 79 museums in town . What part of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "user",
"text": "Anywhere should be fine , thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"14 king 's parade\");(_:result,name,'byard art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , how about byard art located on 14 king 's parade ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "please get me their phone number and entrance fee"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They 're free to enter , and their phone number is 01223464646 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That helps . Thanks . Can you help me find a train for Friday please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , Where is your destiantion and what date & time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'boxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go from cambridge to boxbourne on friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have about 19 options . May i know your preferred travel and arrival time so i can recommend one for you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "friday and I want to leave after 19:15 going to broxbourne to cambridge , I just need the trains i d please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'21:01');(_:result,id,'TR3342');(_:result,leave_at,'20:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "okay the TR3342 leaves at 20:01 and arrives at 21:01 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for you help . Have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , you too ."
}
] |
PMUL3482.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"boxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:01"
],
[
"_:result",
"id",
"TR3342"
],
[
"_:result",
"leave_at",
"20:01"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm currently planning a visit to Cambridge and looking for a cheap place to stay . I do n't need internet or any frills . Any good suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I have none listed like that , a different price range maybe ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "So , you are saying there are no cheap hotels in all of Cambridge ? Can you maybe look one more time ? Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'10');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "sorry about that ! why yes , there are 10 options for inexpensive hotels ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to have a 4 star rating with free parking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'autumn house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest autumn house"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . 1 person , 4 nights and leaving from Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'AENEDXFY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : AENEDXFY"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,pricerange,'same price');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a restaurant , preferably one that serves portuguese food and is the same price point as my hotel ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options here . Would you prefer the south or the centre ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't mind . Surprise me !"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is located both in the south and in the centre . Would you like me to make a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that would be fantastic . Thank you very much ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people for the restaurant ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "There will be just me ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What date and time for your reservation ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The reservation should be at 13:00"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unable to book it right now ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try the other restaurant ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,name,'nandos city centre');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to make you a reservation at nandos city centre ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Just give me the reference number once you do it"
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,name,'nandos city centre');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am in the process of completing your reservation and nandos city centre . What day will you be dining ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Make the reservation for wednesday and then give me the reference number"
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CPD3XEJI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are set , ref number is CPD3XEJI is there anything else I can help you with ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I think I bugged you enough ! You have been great and fast too !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service , and enjoy your time in Cambridge !"
}
] |
PMUL0277.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_: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",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:system",
"canthelp",
"_:booking/68df33ae"
],
[
"_:booking/68df33ae",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:system",
"canthelp",
"_:booking/68df33ae"
],
[
"_:booking/68df33ae",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"nandos city centre"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"AENEDXFY"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:system",
"canthelp",
"_:booking/68df33ae"
],
[
"_:booking/68df33ae",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"nandos city centre"
],
[
"_: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,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/aed66f00"
],
[
"_:search/aed66f00",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:system",
"canthelp",
"_:booking/68df33ae"
],
[
"_:booking/68df33ae",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"nandos city centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CPD3XEJI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a cheap restaurant serving swedish food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Swedish');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I ca n't find any cheap Swedish restaurants . Would you like to look for a different style of food , or increase your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about indian food ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,food,'Indian');(_:result,name,'Royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three cheap Indian restaurants in the centre part of town , or Royal spice is a cheap Indian restaurant in the north . Do any of these interest you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'royal spice');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , what is the address for Royal Spice please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Victoria Avenue Chesterton');(_:result,name,'Royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal spice is located at Victoria Avenue Chesterton . Do you need any other information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling us and please use our system again . Goodbye ."
}
] |
WOZ20142.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0c77d26"
],
[
"_:search/b0c77d26",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Swedish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0c77d26"
],
[
"_:search/b0c77d26",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0c77d26"
],
[
"_:search/b0c77d26",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"name",
"Royal spice"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 4 star hotel with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i have found 21 hotels that match your criteria . what part of town did you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'does not matter');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Area does not matter ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'A and B Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'd suggest the A and B Guest House in the east . It 's moderately priced and meets your criteria . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds great . Can I get it for 7 people ? 4 nights starting Saturday"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "That one is not open then , shall I try another ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , I will check husband and call back ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay . Let us know ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we try a different one in the same price range ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'warkworth terrace');(_:result,area,'east');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Warkworth House ? It 's also in the east , at warkworth terrace ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay let 's try booking that and get me a reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'MZIURVDV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : MZIURVDV ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
SSNG0230.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"does not matter"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"does not matter"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"does not matter"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/e8dc47b8"
],
[
"_:booking/e8dc47b8",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"does not matter"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/e8dc47b8"
],
[
"_:booking/e8dc47b8",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"does not matter"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/e8dc47b8"
],
[
"_:booking/e8dc47b8",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"does not matter"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/e8dc47b8"
],
[
"_:booking/e8dc47b8",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"MZIURVDV"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was robbed and I need some help ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The number for the Parkside Police Station is 01223358966 . They 're located at Parkside , Cambridge CB11JG . Can I help you with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thanks . I 'll call them . That 's all I need for now ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "I hope everything works out for you . Good bye ."
}
] |
SNG0146.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",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any theatres in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'theatres');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 theatres in town . Do you have a preference for a specific area ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , which one do you think is the best ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cambridge Arts Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd recommend the Cambridge Arts Theatre , myself ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good . Can I get the address and postcode , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"6 Saint Edward 's Passage\");(_:result,postcode,'cb23pj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is 6 Saint Edward 's Passage and the post code is cb23pj . Do you need the phone number as well ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That wo n't be necessary . Thanks for the help !"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Have a nice stay in the town , and enjoy the play in the theatre ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank , you good bye ."
}
] |
SNG1077.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"address",
"6 Saint Edward 's Passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"address",
"6 Saint Edward 's Passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train leaving on thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "should depart from stansted airport and arrive by 08:00 at cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:52');(_:result,id,'TR6437');(_:result,leave_at,'07:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR6437 leaving at 07:24 and arriving at 07:52 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "make a booking for 7 people and could I get the reference number"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'DMXYQFPZ');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 70.7 GBP payable at the station Reference number is : DMXYQFPZ . Is there anything else you need today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your time in Cambridge , have a great day !"
}
] |
PMUL1190.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:52"
],
[
"_:result",
"id",
"TR6437"
],
[
"_:result",
"leave_at",
"07:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:52"
],
[
"_:result",
"id",
"TR6437"
],
[
"_:result",
"leave_at",
"07:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DMXYQFPZ"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I 've been injured and need to find a hospital nearby ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is located at Hills Rd . , Cambridge . Are you looking for a specific department ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need the general phone number , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"reqmore()"
],
"speaker": "system",
"text": "01223245151 , is the number . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that will do ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Feel better soon ! Have a better night !"
}
] |
SNG0190.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for a hospital in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,address,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "What is the address for this hospital ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I just need the name , address and phone number of a hosptital ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "There 's Addenbrookes Hospital located at Hills Rd , Cambridge , postcode CB20QQ . The number is 01223245151 . Is there any particular department you need ?"
}
] |
SNG0191.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"address",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.