turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where in the east can I find a restaurant that serves venetian food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'east');(_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no results for a venetian restaurant in the east , would you like to try a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I prefer the east but I am open to other areas of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you want me to look at the center of the town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes see if there are any venetian restaurants there"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No there are not . Want to try a different restaurant type ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about indian food ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'cetre');(_:result,count,'9');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 restaurants in the cetre that are Indian . Do you have a price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like expensive ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'5');(_:result,food,'indian');(_:result,name,'panahar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are five expensive indian places in the centre but i recommend panahar , would you like more info or a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry to trouble you but is there an expensive Indian restaurant in the east ? It would be more convenient ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five , would you like me to book you one ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'Indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , book one of the expensive Indian places in the east please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Which day would you like to dine ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to go on Monday at 18:00 please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would love to help ! how many people ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It will be a party of 6 ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "None of the restaurants were available for that time . Would you like me to try a different time ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please try 17:00 ."
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "THANKS VERY MUCH"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you also . Could I receive the reference number for the reservation , please ?"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'pipasha restaurant');(_:booking,ref,'MIRO0QRD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you a table at pipasha restaurant . The table will be reserved for 15 minutes . Your Reference number is MIRO0QRD . Anything else I can help with ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . That 's everything ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Please let us know if there 's anything else we can help you with ."
}
] |
SNG02130.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"venetian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"venetian"
],
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"venetian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"cetre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/14c9168e"
],
[
"_:booking/14c9168e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/14c9168e"
],
[
"_:booking/14c9168e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/61360340"
],
[
"_:search/61360340",
"area",
"east"
],
[
"_:search/61360340",
"food",
"venetian"
],
[
"_:search/61360340",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3d0a632b"
],
[
"_:search/3d0a632b",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/14c9168e"
],
[
"_:booking/14c9168e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"pipasha restaurant"
],
[
"_:booking",
"ref",
"MIRO0QRD"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'golden house');(_:search,leave_at,'12:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a taxi . I need to leave from Golden House at 12:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , can I have the destination for your taxi please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'soul tree nightclub');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm headed to the soul tree nightclub ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue ford');(_:result,phone,'07710275202');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a taxi for you . It is a blue ford and the contact number is 07710275202 . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
SNG0095.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"golden house"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"golden house"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"golden house"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue ford"
],
[
"_:result",
"phone",
"07710275202"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant serving swiss food in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'that area');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'that part of town');(_:search,food,'Swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Swiss food serving restaurants in that part of town , is there another type of restaurant in that area I can help you locate ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Chinese instead ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'10');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 restaurants that serve Chinese in this area . Did you have price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Price range does n't matter . Can I have the address of a place that sounds good ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'12 St. Johns Street , City Centre');(_:result,name,'the ugly duckling');(_:result,postcode,'cb21tw');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "My personal favorite would have to be the ugly duckling . It is located at 12 St. Johns Street , City Centre , postcode cb21tw . Would you like to book a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also need a train that departs from Ely on Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'Ely');(_:result,leave_at,'every two hours starting at 05:35');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves Ely every two hours starting at 05:35 . What time would you like to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Cambridge by 17:30 , so whatever arrives closest to that time would be great ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:52');(_:result,arrive_by,'17:30');(_:result,day,'Wednesday');(_:result,destination,'Cambridge');(_:result,id,'TR2211');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train arriving closest to 17:30 in Cambridge Wednesday is TR2211 , which arrives at 15:52 . Would you like to book a seat ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price of that will be 4.40 pounds . Would you like to book a ticket ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please . Can you provide me with the ticket information ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need 1 ticket please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'PZ1ED5GM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , your reference number is PZ1ED5GM ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Awesome . That will be everything !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a great day !"
}
] |
MUL0282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street , City Centre"
],
[
"_:result",
"name",
"the ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street , City Centre"
],
[
"_:result",
"name",
"the ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"every two hours starting at 05:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street , City Centre"
],
[
"_:result",
"name",
"the ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"every two hours starting at 05:35"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2211"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street , City Centre"
],
[
"_:result",
"name",
"the ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"every two hours starting at 05:35"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2211"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street , City Centre"
],
[
"_:result",
"name",
"the ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"every two hours starting at 05:35"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2211"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/0f3a1cd4"
],
[
"_:search/0f3a1cd4",
"area",
"that part of town"
],
[
"_:search/0f3a1cd4",
"food",
"Swiss"
],
[
"_:search/0f3a1cd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"12 St. Johns Street , City Centre"
],
[
"_:result",
"name",
"the ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"every two hours starting at 05:35"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"17:30"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2211"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PZ1ED5GM"
],
[
"_: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,'centre');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking to dine out in the centre part of town and I would like to find a place that serves north american food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one , Gourmet Burger Kitchen ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book a table for 5 people at 13:00 on saturday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , they are all full at that time . Would you like me to try another restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Please look for a different place in the same area and price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but Gourmet Burger Kitchen was the only North American restaurant in the centre area . Would you like for me to try another area ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not right now . Thank you for your time ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , please let me know if you need anything else ."
}
] |
SSNG0071.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/075eda52"
],
[
"_:booking/075eda52",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/075eda52"
],
[
"_:booking/075eda52",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41444714"
],
[
"_:search/41444714",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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 guesthouse to stay in that is cheap ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 that meet your request . Would you like a certain area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I want a hotel with free parking and has a star rating of at least 4 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 now that fit your criteria . Are you looking for a certain area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Nope , just pick your favorite . I need lodging for 5 people , 4 nights , and we 'll arrive on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The alexander bed and breakfast includes internet and is in the centre area . Would that be okay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'tandoori palace');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a restaurant tandoori palace . Can you give me the address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'68 Histon Road Chesterton');(_:result,name,'Tandoori Palace');(_:result,phone,'01223506055');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Tandoori Palace is located at 68 Histon Road Chesterton , and their phone number is 01223506055 . Did you still need that hotel booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . That was 4 nights at the Alexander starting Wednesday . 5 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'wednesday');(_:booking,people,'5');(_:booking,ref,'OO0ATNMC');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 5 people for four nights starting on wednesday and your reference number is OO0ATNMC ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could I have the address"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! The address is 56 saint barnabas road ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay great , that is all I needed . Have a good day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You too ! Goodbye ."
}
] |
MUL1218.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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"tandoori palace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"tandoori palace"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"tandoori palace"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"OO0ATNMC"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"tandoori palace"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"OO0ATNMC"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Need restaurant in the east , expensive is what i 'm looking for"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have five , what type of food ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you recommend one with the food type ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Standard is a great gastropub place ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent . Let 's go with that ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thanks , I need a train from Cambridge to Stevenage that arrives by 08:00 on Saturday . Is there anything like that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR3259');(_:result,leave_at,'6.10');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train I d TR3259 leaving at 6.10 . Do you want it ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that sounds good , albeit a bit early . Can you book tickets for 4 people on that one , please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"thank()",
"inform((_:result,people,'4');(_:result,ticket,'40.96');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! It will be 40.96 total for 4 people . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I just need a reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'5txw2b1k');(_:booking,type,'Booking');(_:result,ref,'5TXW2B1K');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your reference number is 5TXW2B1K ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that is all . Thanks for your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you so much and have a great day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1554.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR3259"
],
[
"_:result",
"leave_at",
"6.10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR3259"
],
[
"_:result",
"leave_at",
"6.10"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"people",
"4"
],
[
"_:result",
"ticket",
"40.96"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR3259"
],
[
"_:result",
"leave_at",
"6.10"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"people",
"4"
],
[
"_:result",
"ticket",
"40.96"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5txw2b1k"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"5TXW2B1K"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR3259"
],
[
"_:result",
"leave_at",
"6.10"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"people",
"4"
],
[
"_:result",
"ticket",
"40.96"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5txw2b1k"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"5TXW2B1K"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'boating');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i want to do some boating today"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'251a Chesterton Road');(_:result,name,'Cambridge Punter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge Punter is located at 251a Chesterton Road . Would that fit the bill ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is that located in the north ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,area,'north');(_:result,name,'Riverboat Georgina');(_:result,name,'cambridge punter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry , the cambridge punter is in the center , but there 's the Riverboat Georgina in the north ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Perfect , could you give me their post code ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb41as');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "of course ! it is cb41as"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I am also looking for a place to stay in the north ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,category,'hotel');(_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have guesthouses and hotel ranging from 0 to 4 stars . Do you have a preference on price range so we can narrow it a bit more ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the same area as the attraction and should have a star of 4 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,area,'north');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "we have quite a few in the north when are you planning your stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "5 nights , starting from Thursday . For 3 people . Reference number please ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "Would you like me to suggest one for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please pick one for me ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'archway guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the archway guesthouse , do you want more information or a booking ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "I would like you to book please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6WM7SEWY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful . The reference number is 6WM7SEWY . Can I help with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,departure,'the hotel');(_:search,leave_at,'3:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to leave the hotel by 3:15 . Please provide the contact number and car type ."
},
{
"id": 17,
"rdf-acts": [],
"speaker": "system",
"text": "I will work on looking for one and let you know shortly ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you so much ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! What is you destination ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,destination,'riverboat georgina');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to go to the Riverboat Georgina , please ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what time would you like to leave or arrive by ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to leave the hotel by 3:15 please ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'red Tesla');(_:result,phone,'07760358173');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , you mentioned that earlier . I 've got your taxi booked . It will be a red Tesla , the contact number is 07760358173 . Is there anything else I can help you with ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all for today ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome , I 'm glad I could help ."
}
] |
PMUL3150.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_: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",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_: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",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6WM7SEWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6WM7SEWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6WM7SEWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3:15"
],
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_: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",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6WM7SEWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"archway guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"6WM7SEWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"car",
"red Tesla"
],
[
"_:result",
"phone",
"07760358173"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi I 'm planning a trip to Cambridge and want to book a train . I would like to leave early Monday and arrive by 20:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to go from Cambridge to Norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'1955');(_:result,leave_at,'1836');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving at 1836 and arriving at 1955 , would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "yeah that sounds good"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need the travel time for 1"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 79 minutes , woudl you like me to book you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's okay I 'm looking to find a cinema in the south part of town though ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,name,'cineworld cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cineworld cinema 's address is cambridge leisure park , clifton way ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , thanks ! What is their postcode ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb17dy ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That is all that I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit ! Let us know if we can be of any further assistance ."
}
] |
PMUL1396.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"1955"
],
[
"_:result",
"leave_at",
"1836"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"1955"
],
[
"_:result",
"leave_at",
"1836"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"1955"
],
[
"_:result",
"leave_at",
"1836"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"1955"
],
[
"_:result",
"leave_at",
"1836"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"1955"
],
[
"_:result",
"leave_at",
"1836"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_: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,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm trying to find a hotel called Allenbell . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'517a coldham lane');(_:result,area,'east');(_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes Allenbell is located on 517a coldham lane in the east . Would you like me to book a room for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for me bed and breakfast for five people from tommorrow ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days will you be staying ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually do n't book it just yet on second thought . Can you advise how many stars it has and the price first ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Allenbell is a 4 star guesthouse in the cheap price range ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a a restaurant . The restaurant should be in the west and should serve italian food . \n The restaurant should be in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest Prezzo then . Would you like for me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would . For 5 people on tuesday at 19:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,ref,'ISYR3HNC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get that table booked for you for Tuesday . The restaurant will hold the table for 15 minutes . Your reference number is ISYR3HNC ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "you 're welcome , have a great day !"
}
] |
PMUL0441.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"people",
"five"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"ISYR3HNC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train departing from cambridge going to leicester ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day did you want to travel on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going on Wednesday , after 13:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'15:06');(_:result,count,'1');(_:result,leave_at,'13:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,ticket,'37.80 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have one that leaves at 13:21 , and arrives by 15:06 would you like me to book this for you at 37.80 pounds ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's perfect . I need 5 tickets"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'15:06');(_:booking,category,'Train');(_:booking,day,'Wednesday');(_:booking,departure,'Cambridge');(_:booking,destination,'Leicester');(_:booking,people,'5');(_:booking,ref,'A4T8DCJA');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Ok . I 've reserved 5 tickets for Wednesday leaving Cambridge and arriving in Leicester at 15:06 . Your reference # is A4T8DCJA ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need information on a hotel called warkworth house ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Warkworth House is a guesthouse in the east side of town , would you prefer a different part of town ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'Warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just want information the the Warkworth house , especially the address , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'warkworth terrace');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is warkworth terrace ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thanks that 's all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Thank you for calling ."
}
] |
PMUL3825.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"37.80 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ticket",
"37.80 pounds"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Leicester"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"A4T8DCJA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ticket",
"37.80 pounds"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Leicester"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"A4T8DCJA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ticket",
"37.80 pounds"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"arrive_by",
"15:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Leicester"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"A4T8DCJA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:search",
"name",
"Warkworth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Please help , I 've been in a car accident and am not sure who to call for help ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "call the police at 01223358966"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay I will do that now . Thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're more than welcome ."
}
] |
SNG01696.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm currently planning my trip to Cambridge , but need some help finding a certain restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . What type of cuisine are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'kymmoy');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I 'm looking for some info on Kymmoy restaurant . Can you tell me about them ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! They are a great asian oriental restaurant in the centre of town . They are on the expensive side . Would you like help in reserving a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need their address , and postcode ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'52 Mill Road City Centre');(_:result,postcode,'cb12as');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are at 52 Mill Road City Centre , postcode cb12as"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . Can you also help me find a train to Bishops Stortford ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'more than 70');(_:result,destination,'bishops Stratford');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are more than 70 trains to bishops Stratford , could you tell me what day you would like to leave , where you would like to leave from , and the times ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving cambridge on sunday , can you please tell me the travel time on that ride ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'38 minute');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , it is a 38 minute trip . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 14:45 also ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,id,'TR3600');(_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3600 departs Cambridge at 15:29 , would that suit you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I needed . Thanks for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Thank you !"
}
] |
MUL1466.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"kymmoy"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"kymmoy"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"more than 70"
],
[
"_:result",
"destination",
"bishops Stratford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"more than 70"
],
[
"_:result",
"destination",
"bishops Stratford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"38 minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"kymmoy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"more than 70"
],
[
"_:result",
"destination",
"bishops Stratford"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"duration",
"38 minute"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train for Monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from Peterborough going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'38');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 38 trains that meet your criteria . Did you have a preferred departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Ideally it should leave after 13:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR9063');(_:result,leave_at,'13:48');(_:result,leave_at,'14:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9063 leaves at 13:48 . Would you like to book it ? The next departure is at 14:19 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Possibly , what is the price , arrival time , and travel time for TR9063 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:38');(_:result,destination,'Cambridge');(_:result,duration,'50 minutes');(_:result,id,'TR9063');(_:result,ticket,'16.50 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9063 arrives in Cambridge at 14:38 . Total travel time is 50 minutes , and the fee is 16.50 GBP per ticket ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , thanks for that information . I would also need assistance finding a hotel in the north part of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'13');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 13 hotels in the north of town . Do you have a price range or star preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in an expensive hotel , I know that for sure . I am not too concerned about missing out on amenities such as free parking and WiFi ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'the acorn guest house');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is a four star hotel . Would you like to try that one ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it expensive , though ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,name,'The acorn guest house');(_:result,pricerange,'inexpensive');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is moderately priced , but there are two more inexpensive guesthouses available if you would prefer ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'acorn guest house');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "The acorn guest house will do nicely . I would like to book 4 nights starting Monday accommodating 4 guests . I will need the reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'Y2ATA7D2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking is successful , reference number is Y2ATA7D2 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . I think that is everything I need then ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help you today . Enjoy your stay in Cambridge !"
}
] |
MUL0704.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"38"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR9063"
],
[
"_:result",
"leave_at",
"13:48"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"38"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"leave_at",
"13:48"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:38"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR9063"
],
[
"_:result",
"ticket",
"16.50 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"leave_at",
"13:48"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:38"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR9063"
],
[
"_:result",
"ticket",
"16.50 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"leave_at",
"13:48"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:38"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR9063"
],
[
"_:result",
"ticket",
"16.50 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"leave_at",
"13:48"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:38"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR9063"
],
[
"_:result",
"ticket",
"16.50 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"leave_at",
"13:48"
],
[
"_:result",
"leave_at",
"14:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"14:38"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR9063"
],
[
"_:result",
"ticket",
"16.50 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Y2ATA7D2"
],
[
"_: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,'swimmingpool');(_:search,type,'Attraction'))",
"hello()"
],
"speaker": "user",
"text": "Hello , I am planing to visit Cambridge and I am looking for a swimmingpool ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'in town');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , there are four places in town . Do you prefer a particular area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "It does n't matter . I will need the address , phone number , and area of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,area,'centre');(_:result,name,'parkside pools');(_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , I recommend parkside pools in the centre of town , they are located on gonville place and are reachable at 01223446100 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's great thanks . Also I need a hotel in the south ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,category,'hotel');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 different options for you . 3 guesthouses and 1 hotel . The hotel is expensive , whereas the others are moderate or cheap . Do you have a preferred price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really , just get me one with 3 stars please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Bridge');(_:result,name,'Lensfeild');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 , The Bridge a moderately priced and the Lensfeild inthe expensive price range . Both are in the South and offer free parking and internet ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "The Bridge is fine , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Bridge Guest House');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like to book the Bridge Guest House ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , could you make a booking for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like to go ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry , but I do n't need a booking anymore . Could you tell me if they have free parking ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes they do have free parking"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , thanks . Do they also have free internet ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They sure do !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you for your help . Goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Glad I could help . Have a nice day ."
}
] |
MUL2522.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge"
],
[
"_:result",
"name",
"Lensfeild"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge"
],
[
"_:result",
"name",
"Lensfeild"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Bridge Guest House"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge"
],
[
"_:result",
"name",
"Lensfeild"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Bridge Guest House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Bridge"
],
[
"_:result",
"name",
"Lensfeild"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"name",
"Bridge Guest House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Bridge"
],
[
"_:result",
"name",
"Lensfeild"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"name",
"Bridge Guest House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train that goes to stevenage and arrives by 17:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Will you be departing from cambridge ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will be departing from Cambridge . I also need to leave on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:10');(_:result,day,'Tuesday');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure I have a train arriving at 14:10 on a Tuesday . Would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . May I have the departure time , train i d , and price ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,departure,'cambridge');(_:booking,id,'TR0743');(_:booking,leave_at,'13:21');(_:booking,ticket,'12.80 pounds');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR0743 is leaving cambridge at 13:21 and the cost is 12.80 pounds , how many tickets will you need ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need to know how long the travel time it ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 49 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like to find an expensive guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"select((_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have any guesthouses listed in that price range . Would you like something in the moderate price range possibly ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure check moderate for me ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Might I recommend the Acorn Guest House ? It 's a moderately priced , 4-star guesthouse in the north area ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds great , can you please book me for 5 people and 4 nights starting on friday ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'Acorn Guest House');(_:booking,people,'5');(_:booking,ref,'CGDK1YT1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I made you a reservation at the Acorn Guest House . Check in is Friday for a party of 5 and your reference is CGDK1YT1 . Will that be all today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Great . That is all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok ! Have a great day !"
}
] |
PMUL1704.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR0743"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:booking",
"ticket",
"12.80 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR0743"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:booking",
"ticket",
"12.80 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR0743"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:booking",
"ticket",
"12.80 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/12893127"
],
[
"_:search/12893127",
"category",
"guesthouses"
],
[
"_:search/12893127",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR0743"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:booking",
"ticket",
"12.80 pounds"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/12893127"
],
[
"_:search/12893127",
"category",
"guesthouses"
],
[
"_:search/12893127",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"id",
"TR0743"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:booking",
"ticket",
"12.80 pounds"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/12893127"
],
[
"_:search/12893127",
"category",
"guesthouses"
],
[
"_:search/12893127",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"CGDK1YT1"
],
[
"_: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,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am looking to go to a place with multiple sports in the centre . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'The cherry hinton village centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cherry hinton village centre is available if that works for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is that a multiple sports attraction in the centre ? How much does it cost ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'in the east');(_:result,amount,'the only');(_:result,category,'multiple sports place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No , the only multiple sports place is in the east . Would you prefer that one , or perhaps a different type of attraction in the centre ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to definitely see something in the centre of town . How about a museum ? Can you recommend a nice one ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'St. Andrews Street');(_:result,area,'centre');(_:result,category,'museums');(_:result,count,'5');(_:result,entrance_fee,'free admission');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 museums in the centre of town . All with free admission . My favorite is Castle Galleries on St. Andrews Street ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Excellent , can I get the address and post code please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Unit su43 , Grande Arcade , Saint Andrews Street');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! The postcode is cb23bj and it is located at Unit su43 , Grande Arcade , Saint Andrews Street . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all thanks ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "If you need anything else , feel free to contact us again . Have a nice day ."
}
] |
SNG1083.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"The cherry hinton village centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"The cherry hinton village centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"in the east"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"multiple sports place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"St. Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Unit su43 , Grande Arcade , Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , hopefully you can help with some information on a particular hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What hotel are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))",
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "It is called home from home . I was wondering what type of hotel it is and the star of the hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Home from Home');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home from Home is a 4 star , guesthouse type hotel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , that is all I need on the hotel but can I book a train from cambridge to stevenage , I need ot arrive by 20:45 ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'll be more than happy to help you book the train . What day do you want to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have trains available would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the departure time and price please"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "leave at 5:21 and arrive by 6:10 for 12.80 pounds"
}
] |
PMUL3132.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try some chinese food while I am visiting cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'17');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 17 different chinese restaurants . Is there a specific price range or area of town you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'wednesday');(_:search,duration,'13:45');(_:search,people,'4');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderately priced in the centre . I need a reservation for 4 at 13:45 on Wednesday and the reference number as well ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'13:45');(_:booking,name,'jinling noodle bar');(_:booking,people,'4');(_:booking,ref,'UVPKOA8Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation at jinling noodle bar on Wednesday at 13:45 for 4 people is successful . Your Reference number is : UVPKOA8Z ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks a lot . Can you tell me a little about a hotel called Home From Home ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'78 - 80 Milton Road');(_:result,area,'North');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Home From Home');(_:result,postcode,'CB41LA');(_:result,pricerange,'moderately - priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure ! Home From Home is a moderately - priced , 4-star guesthouse in the North part of town , at 78 - 80 Milton Road , CB41LA . They have internet and parking . Would you like a room ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that s all I needed . Thank you for the help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "welcome any time you want information ."
}
] |
PMUL4075.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"name",
"jinling noodle bar"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"UVPKOA8Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"13:45"
],
[
"_:booking",
"name",
"jinling noodle bar"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"UVPKOA8Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"postcode",
"CB41LA"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please help me book a train to stansted airport ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course , from where will you be departing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "cambridge , any time after 15:45 on monday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'monday');(_:result,departure,'cambridge');(_:result,destination,'stansted airport');(_:result,id,'TR1088');(_:result,leave_at,'16:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train in the time frame you mentioned is the TR1088 from cambridge to stansted airport on monday at 16:40 . Shall I book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the arrival time of that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:08');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time is 17:08 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That works for me . Thank you for your help ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ? Do you need a reservation for that train ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that would be all thank you very much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have an enjoyable trip ."
}
] |
SNG1234.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"id",
"TR1088"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"id",
"TR1088"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"id",
"TR1088"
],
[
"_:result",
"leave_at",
"16:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello . I 'm trying to find an inexpensive restaurant that serves Moroccan food . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that match your request . Would you like to search for another food type or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about vietnamese food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Vietnamese');(_:result,name,'Thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh binh is in the cheap price range and serves Vietnamese food ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 362456 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Goodbye ."
}
] |
WOZ20488.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/1cc22bb1"
],
[
"_:search/1cc22bb1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/1cc22bb1"
],
[
"_:search/1cc22bb1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/1cc22bb1"
],
[
"_:search/1cc22bb1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Modern European restaurants in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 available . Do you want to specify a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like something in the expensive price range , please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only');(_:result,food,'modern european');(_:result,name,'Darrys cookhouse and wine shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Darrys cookhouse and wine shop is the only expensive modern european restaurant . Do you want me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be great . Could you book me a table for 4 on monday at 19:45 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'EOMCTSEA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is set , your reference number is EOMCTSEA"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great , thank you . Can you also help me find a train departing from bishops stortford for the same day ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure thing ! Is there a particular time you 'd like to leave or arrive by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive in Cambridge by 15:00 , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:00');(_:result,count,'5');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , there are 5 trains arriving before 15:00 , did you have a departure time in mind ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I think I 'll go with whichever one is latest . Can I have the price and departure time for that train , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,departure,'bishops stortford');(_:result,duration,'38 minutes');(_:result,leave_at,'13:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , the train arriving at 14:07 will depart bishops stortford at 13:29 . Total travel time is 38 minutes ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay thanks can you please give me the price ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,ticket,'10.10 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The fare is 10.10 GBP . Can I be of any further assistance today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing us . Goodbye !"
}
] |
MUL0341.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",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"4"
],
[
"_: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",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"EOMCTSEA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"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",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"EOMCTSEA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"EOMCTSEA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:00"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"EOMCTSEA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"EOMCTSEA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me book a train on Sunday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is the destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a number of');(_:result,day,'Sundays');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are a number of trains leaving Cambridge for Ely on Sundays . Do you have a departure time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'08:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to leave after 08:15 please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "can i book for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book just one ticket for me ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR1159');(_:result,leave_at,'9:50');(_:result,ticket,'3.52 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR1159 leaves at 9:50 and the fee of 3.52 pounds is payable at the station . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , what is the reference number for the reservation ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'T27B8DUJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference # is T27B8DUJ . Is there anything else I can help with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all for now . Thank you for all your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of help , and I hope you have a great day !"
}
] |
SNG1342.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"day",
"Sundays"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"day",
"Sundays"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"day",
"Sundays"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1159"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"day",
"Sundays"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1159"
],
[
"_:result",
"leave_at",
"9:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T27B8DUJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , I need a guest house to stay in , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've found 24 different guesthouses for you . Would you like some recommendations based on more preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need free wifi and it should have a star rating of 3 please ."
},
{
"id": 3,
"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": "I found 3 guesthouses matching your criteria in the north , south , and west . What part of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like something on the north side of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'chesterton road');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the Hamilton Lodge on chesterton road , would that be ok ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book it for 6 on tuesday and I will be staying 5 nights if that 's available ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no guest house 's available in the north . How about a hotel instead ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That would be fine as long as it is in the same price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry there are no hotels that match either . Would you like to try a different part of town or star rating ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Would you check the west part of town please ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there is none that match your request in the west . Should I try different star rating or another part of town ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'same price range');(_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you try a hotel in the west in the same price range . The star does not matter ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately - priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,ref,'LQIVXPCX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hobsons House is a moderately - priced , 3-star guesthouse in the west . I was able to book that for you , ref#LQIVXPCX . Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay ."
}
] |
SSNG0201.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/521d97f2"
],
[
"_:search/521d97f2",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/521d97f2"
],
[
"_:search/521d97f2",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/33a021c5"
],
[
"_:search/33a021c5",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/521d97f2"
],
[
"_:search/521d97f2",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/33a021c5"
],
[
"_:search/33a021c5",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/156a2ef2"
],
[
"_:search/156a2ef2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"chesterton road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:search/521d97f2"
],
[
"_:search/521d97f2",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/33a021c5"
],
[
"_:search/33a021c5",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/156a2ef2"
],
[
"_:search/156a2ef2",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LQIVXPCX"
],
[
"_: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,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel with free wifi located in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A moderate price range would be perfect . Could you make sure it also has a star rating of 3 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'The gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The gonville hotel meets your requirements ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good , can you book it for me for Wednesday , 3 nights and 4 people ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'the only');(_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,name,'Gonville Hotel');(_:result,pricerange,'moderate price');(_:result,stars,'0');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Gonville Hotel is in the expensive price range but is 3 star . The only moderate price hotel in that area is Cityroomz but is a 0 star rating ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "You can book that on for me . I will need the entrance fee , phone number , and postcode ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,name,'Gonville hotel');(_:result,postcode,'cb11ly');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Hotels do not have entrance fees . Gonville hotel is located at gonville place in the postcode cb11ly . Anything else for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,category,'park');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am sorry , I am looking for a park near the hotel . I need the entrance fee , phone number and postcode for the park ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'bateman street');(_:result,category,'park');(_:result,name,'Cambridge University Botanic Gardens');(_:result,phone,'01223336265');(_:result,postcode,'cb21jk');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge University Botanic Gardens is a park nearby . Their phone is 01223336265 , the post code is cb21jk , it 's located on bateman street ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'3:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi to pick me up at the Botanic Gardens at 3:30 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey ford');(_:result,destination,'gonville hotel');(_:result,phone,'07759806308');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A grey ford will arrive to take you to gonville hotel . The contact number is 07759806308 . Anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that 's all for today . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a great day"
}
] |
PMUL2637.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"moderate price"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate price"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"pricerange",
"moderate price"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"postcode",
"cb21jk"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"pricerange",
"moderate price"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"postcode",
"cb21jk"
],
[
"_:search",
"leave_at",
"3:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey ford"
],
[
"_:result",
"destination",
"gonville hotel"
],
[
"_:result",
"phone",
"07759806308"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction which should be in the east a museum if possible ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 attractions what are of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "A museum located east side . Can I get the postcode , phone number and is there an admission fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'The Old Pumping Station , Cheddars Lane');(_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'five pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge museum of Technology');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four museums matching your criteria , 3 of them are free and one has an admission fee of five pounds . How about the Cambridge museum of Technology , their postcode is cb58ld , and the address is The Old Pumping Station , Cheddars Lane ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , is that the free one ? I also need someplace to eat in that same area ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,address,'5 greens road');(_:result,entrance_fee,'5 GBP');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a 5 GBP admission fee . Cambridge Artworks is free and located at 5 greens road with a postcode cb13ef and phone 01223902168 . What type of food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am open to any suggestion , but I am looking for a fancy expensive restaurant . What would you suggest ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Chinese');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is a very nice Chinese restaurant on the east side of town ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the museum');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Sounds good . Can you help me book at taxi from the restaurant to the Museum ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I sure can . Can you tell me what time you want your taxi to leave or arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'5:45');(_:search,name,'Yu Garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I just need to leave Yu Garden by 5:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'Yellow Skoda');(_:result,phone,'07277729993');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book that taxi . It is a Yellow Skoda and the contact number is 07277729993 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2402.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"five pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge museum of Technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:search",
"name",
"Yu Garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"entrance_fee",
"5 GBP"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"5:45"
],
[
"_:search",
"name",
"Yu Garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"Yellow Skoda"
],
[
"_:result",
"phone",
"07277729993"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am trying to find a really neat museum to visit . Would you be able to tell me what s available out there ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'museums');(_:result,name,'Cambridge Artworks');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Whipple Museum of the History of Science');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many interesting museums , such as the Cambridge Artworks , Cambridge Museum of Technology , and the Whipple Museum of the History of Science . Anything in particular strike your fancy ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are any of them in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,area,'centre');(_:result,count,'11');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Actually , I have 11 of them in the centre area . Might I suggest the Broughton House Gallery . It has free entrance and is located at 98 King Street ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be perfect . Can I get the phone number , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes . Their phone number is 01223314960 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , not today , thanks . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit . Thank you for calling Cambridge TownInfo Centre . Goodbye ."
}
] |
SNG1096.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",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Whipple Museum of the History of Science"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of place are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference , but I will need a phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old Schools is a great bit of architecture that I recommend visiting . Their phone number is 01223332320 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to cambridge departing from birmingham new street . I 'd like to leave at 09:15 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be travelling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving on Tuesday and I changed my mind , I prefer a train that leaves after 14:00"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'17:23');(_:result,id,'TR8466');(_:result,leave_at,'14:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR8466 leaves at 14:40 and arrives by 17:23 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price and travel time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "163 minutes and 75.10 pounds ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome , thanks a lot . That 's all I need help with ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Did you want me to make the train reservations for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all that I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1158.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"id",
"TR8466"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"id",
"TR8466"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_: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",
"dontcare"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"id",
"TR8466"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please help me find a cheap hotel to stay in that includes free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'back lane , cambourne');(_:result,amount,'only');(_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is the only cheap hotel in town that has free wifi . It 's in the west side of town at back lane , cambourne . Do you want a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a little more information about the Belfry hotel . does it have a 4 star rating ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does have a four star rating . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No but what is the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Back Lane , Cambourne');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Cambridge Belfry is located at Back Lane , Cambourne . Can I help you with something else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL1602.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"Back Lane , Cambourne"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find an expensive place to eat in the south ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several available . Would you prefer Chinese , Indian , Italian or Mexican ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really do n't have a preference . How about Chinese ? I will need their phone number and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Peking Restaurant');(_:result,phone,'01223354755');(_:result,postcode,'cb28nx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , I think you 'll like Peking Restaurant . Their postcode is cb28nx and their phone number is 01223354755 . May I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is all I needed ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and please check back with us for your future travel needs ."
}
] |
SNG0568.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:result",
"postcode",
"cb28nx"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that goes to kings lynn and departs from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , do you know the day you want to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,day,'sunday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave on Sunday and arrive at Kings Lynn by 08:45 for a meeting ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'7:58');(_:result,day,'Sunday');(_:result,id,'TR3626');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3626 arrives Sunday at 7:58 am before your meeting . Would you like that one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please book that for 4 people . Can i get the reference number please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,leave_at,'07:11');(_:booking,ref,'F756LTGZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : F756LTGZ .I have you booked then , train leaves at 07:11 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book at a hotel called home from home ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'home from home');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "home from home is in the moderate price range . How many people should I book it for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book for 4 people starting Friday for 2 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ES30I9EC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : ES30I9EC . Will you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I need today . Thanks for your help . Goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to have been of service , have a great day !"
}
] |
MUL2074.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",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"7:58"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR3626"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"7:58"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR3626"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"07:11"
],
[
"_:booking",
"ref",
"F756LTGZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"7:58"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR3626"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"07:11"
],
[
"_:booking",
"ref",
"F756LTGZ"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"7:58"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR3626"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"07:11"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ES30I9EC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello I would like to find a restaurant in the west part of the city that costs a moderate amount ."
},
{
"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 their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes and the address ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Their phone number is 01799 521260 and their address is 21 - 24 Northampton Road ."
}
] |
WOZ20397.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a museum in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Anywhere in town should be fine , I just need to know what area it is in ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'art gallery');(_:result,type,'Attraction'))",
"inform((_:result,area,'various');(_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 23 museums in various areas of town . Would you prefer an art gallery ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I trust your recommendation on a museum . What area is it in ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"14 king 's parade\");(_:result,area,'south');(_:result,name,'byard art');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "byard art is in the south on 14 king 's parade , cb21sj . Do you want more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No that 's it . I need a train going to London Kings Cross that leaves after 20:45 on Monday from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'21:51');(_:result,destination,'London Kings Cross');(_:result,id,'TR2634');(_:result,leave_at,'21:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR2634 that leaves at 21:00 and arrives in London Kings Cross at 21:51 . Would that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that for 5 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2634');(_:booking,people,'5');(_:booking,ref,'GBJX4FAF');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "5 tickets on TR2634 have been booked . The total fee is 118 GBP , payable at the station . Your Reference number is : GBJX4FAF . Is there anything else I can do ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I 'm good . Thank you so much ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're very welcome ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Again , thanks for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today ."
}
] |
PMUL3707.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",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"21:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"21:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2634"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"GBJX4FAF"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"arrive_by",
"21:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2634"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"GBJX4FAF"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please suggest me some moderately priced restaurant in the south ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found two moderately priced restaurants in the south part of town . Would you prefer Italian or Modern European food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton is a nice italian restaurant in the moderate price range and it is in the south ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton is the only Italian restaurant in the moderately priced category in the south part of town ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address , phone number and postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,postcode,'7 D.Y');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for pizza hut cherry hinton 01223 323737 and they are located at G4 Cambridge Leisure Park Clifton Way Cherry Hinton . The postcode is C.B 1 , 7 D.Y"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
WOZ20567.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",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"postcode",
"7 D.Y"
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello . I need a train leaving from London Kings Cross on Thursday . What 's available ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,day,'Thursday');(_:result,departure,'London Kings Cross');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have multiple trains leaving London Kings Cross Thursday . What time are you looking to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'9:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to go to cambridge and arrive by 9:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'6:08');(_:result,arrive_by,'8:08');(_:result,arrive_by,'9:45');(_:result,count,'2');(_:result,day,'Thursday');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have 2 trains leaving London Kings Cross for Cambridge Thursday arriving before 9:45 . Which would you prefer , one arrives at 6:08 the other 8:08 ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What 's the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price per ticket is 23.60 pounds and the ride is 51 minutes long . Can I help you in booking a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , no booking is necessary . But thanks for the info . That s all I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Very good . Have a good day ."
}
] |
SNG0425.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"arrive_by",
"9:45"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"arrive_by",
"9:45"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . Can you help me find a hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . Is there an area of town or a price range you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse in the cheap price range with a rating of 0 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options available for you . Do you care about parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , parking is not an issue . What do you think is the best option ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "City centre north b and b is a good choice and close to a lot of attractions . Shall I book for you ?"
}
] |
PMUL1676.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm traveling to Cambridge soon and am looking forward to seeing some local tourist attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many to see ! Are you going to be traveling within a certain area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'northern');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , yes . We are traveling into the northern part of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "If you 're heading north , I recommend taking a ride on the Riverboat Georgina ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds nice but I would like to see about a guesthouse with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guest houses');(_:result,count,'10');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There at 10 guest houses in the north offering free wifi . Are you looking for a particular price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't really care about price . Just something in the north that includes wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'Acorn Guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest house is located in the north , has free wifi and is moderately priced ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Groovy ! ! Let get a booking for 2 people and 2 nights starting sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,ref,'O0FG9YKT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been made and your reference number is O0FG9YKT . Acorn Guest House is located at 154 Chesterton Road . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cherry hinton hall and grounds');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am looking to visit the cherry hinton hall and grounds . Can I please have more information on that ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'East');(_:result,category,'entertainment venue');(_:result,phone,'01223446104');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , that 's a great entertainment venue in the East . Their phone number is 01223446104 . Is there anything else you need to know ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , taht will be all . Thanks , goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service !"
}
] |
PMUL4896.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"northern"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn Guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_: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": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O0FG9YKT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"O0FG9YKT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"entertainment venue"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please find me a hotel with free parking and free wifi ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,area,'west');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer to stay in the north , west , centre , or east section of the city ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a place in the north ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'2');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels in the north that fit your criteria - The Ashley Hotel and the Lovell Lodge . Would you like to book one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Are either of them a 4 star ? That 's what I 'm looking for . What are their postcodes ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 4 star hotels in this area ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay well I need free parking and wifi . do either one of these hotels have those amenities ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I do n't have anything that meets those criteria . Can I try something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you pick a hotel in the north with free wifi and parking for me and send me the postcode please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are none with that criteria in the area . Would you like to change the perimeters slightly and I shall try again ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about just a place in the north with a 4 star rating ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like a hotel or guest house ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel with free wifi and parking on the north side ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but we have no hotels on the north side meeting your criteria . Could we try another area ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "no it will be inconvenient for me"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Sorry I could nt help good bye"
}
] |
PMUL0476.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ba97ee2"
],
[
"_:search/9ba97ee2",
"category",
"hotels"
],
[
"_:search/9ba97ee2",
"stars",
"4"
],
[
"_:search/9ba97ee2",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ba97ee2"
],
[
"_:search/9ba97ee2",
"category",
"hotels"
],
[
"_:search/9ba97ee2",
"stars",
"4"
],
[
"_:search/9ba97ee2",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7e2f5201"
],
[
"_:search/7e2f5201",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ba97ee2"
],
[
"_:search/9ba97ee2",
"category",
"hotels"
],
[
"_:search/9ba97ee2",
"stars",
"4"
],
[
"_:search/9ba97ee2",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7e2f5201"
],
[
"_:search/7e2f5201",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/80253f09"
],
[
"_:search/80253f09",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ba97ee2"
],
[
"_:search/9ba97ee2",
"category",
"hotels"
],
[
"_:search/9ba97ee2",
"stars",
"4"
],
[
"_:search/9ba97ee2",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7e2f5201"
],
[
"_:search/7e2f5201",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/80253f09"
],
[
"_:search/80253f09",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"canthelp",
"_:search/9ba97ee2"
],
[
"_:search/9ba97ee2",
"category",
"hotels"
],
[
"_:search/9ba97ee2",
"stars",
"4"
],
[
"_:search/9ba97ee2",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7e2f5201"
],
[
"_:search/7e2f5201",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/80253f09"
],
[
"_:search/80253f09",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/2846e9da"
],
[
"_:search/2846e9da",
"area",
"north"
],
[
"_:search/2846e9da",
"category",
"hotels"
],
[
"_:search/2846e9da",
"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,type,'Police'))"
],
"speaker": "user",
"text": "Can you point me to the nearest police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Please call the Parkside police station at 01223358966 . They will be able to assist you ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG01231.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I am looking for a cheap hotel that has free parking . Are there any around town ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the cambridge belfry in the west area . Would you like to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is this a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , this is a hotel , were you looking for a guesthouse ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I 'm sorry , I should have told you earlier ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 9 guesthouses . Can you give me more details as to the area and price preference you are looking for so I can assist you better ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you pick your favorite one and book a room for me ? 3 of us will be arriving on Tuesday , and we 'll want to stay 2 nights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Alexander Bed and Breakfast');(_:booking,ref,'M6FH844S');(_:booking,type,'Booking');(_:result,address,'56 Saint Barnabas Road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have booked you for Alexander Bed and Breakfast on 56 Saint Barnabas Road . Your reference number is M6FH844S ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for a multiple sports attraction in the centre of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports venues');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no multiple sports venues in the centre of town . Would you like me to look in a different area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any cinemas available ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'grafton centre , east road');(_:result,name,'vue cinema');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes . There is vue cinema . The address is the grafton centre , east road and postcode is cb11ps ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'vue cinema');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for the Vue Cinema ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Vue Cinema');(_:result,phone,'08712240240');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for the Vue Cinema is 08712240240 . Would you like more information ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I also need the address and postal code , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'Grafton Centre , East Road');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Grafton Centre , East Road , cb11ps ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! That 's all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a wonderful day and let me know if you need anything else ."
}
] |
PMUL3168.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",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"M6FH844S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"M6FH844S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/01f5752f"
],
[
"_:search/01f5752f",
"area",
"centre"
],
[
"_:search/01f5752f",
"category",
"multiple sports venues"
],
[
"_:search/01f5752f",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"M6FH844S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/01f5752f"
],
[
"_:search/01f5752f",
"area",
"centre"
],
[
"_:search/01f5752f",
"category",
"multiple sports venues"
],
[
"_:search/01f5752f",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"vue cinema"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"vue cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"M6FH844S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/01f5752f"
],
[
"_:search/01f5752f",
"area",
"centre"
],
[
"_:search/01f5752f",
"category",
"multiple sports venues"
],
[
"_:search/01f5752f",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"name",
"vue cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"M6FH844S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/01f5752f"
],
[
"_:search/01f5752f",
"area",
"centre"
],
[
"_:search/01f5752f",
"category",
"multiple sports venues"
],
[
"_:search/01f5752f",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"name",
"vue cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"address",
"Grafton Centre , East Road"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Know any good bites around here ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a wide range of places');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a wide range of places I can recommend . First , why do n't I ask if there is an area in the city that you prefer to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine in the south , preferably Chinese and expensive ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'\" peking restaurant \"');(_:result,name,'\" the good luck chinese food takeaway \"');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have two in that area . There is \" peking restaurant \" and \" the good luck chinese food takeaway \" . Would you like to book a table at one of these options ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Peking Restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I just get the address for the Peking Restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,name,'Peking Restaurant');(_:result,postcode,'cb28nx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely - the Peking Restaurant is located at 10 Homerton Street City Centre , cb28nx . Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 'll do it . I 'm going to go eat ! Thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Enjoy your meal ! Goodbye ."
}
] |
SNG0564.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a wide range of places"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a wide range of places"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"\" peking restaurant \""
],
[
"_:result",
"name",
"\" the good luck chinese food takeaway \""
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Peking Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a wide range of places"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"Peking Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"postcode",
"cb28nx"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What museums are there in the north area of town ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . There are none ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a swimming pool then ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Jedburgh Court');(_:result,address,'Kings Hedges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kings Hedges Learner Pool is located at Jedburgh Court , Kings Hedges ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I just need the phone number and I 'm wondering how much the entrance fee is ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'I do not unfortunately have information');(_:result,phone,'01223353248');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes of course their telephone number is 01223353248 and I do not unfortunately have information on their entrance cost at this time ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , that sounds great . Can you suggest a cheap restaurant near the pool ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))",
"inform((_:result,area,'North');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 cheap options in the North by the pool . Royal Spice serves Indian and Da Vinci Pizzeria serves Italian . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am actually looking for a restaurant that serves scottish food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'north');(_:search,food,'Scottish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry there are not any restaurants that serve Scottish food in the north area . Would you like to broaden your area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian food ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , da vinci pizzeria is in the north and serves italian food and is in the cheap price range . Can I reserve a table for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . There will be 5 of us and we would like to eat on Tuesday at 17:45 ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am very sorry that time was not available at da vinci pizzeria . Would you like to try a different time / day ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:45');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 16:45 on Tuesday ? Can I have the reference number ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , that time is not available either . Would you like to try another one ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'15:45');(_:search,food,'italian');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "15:45 , 18:45 , if not Is there another italian restaurant that I could get a table for 5 at etiher 16:45 or 17:45 ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,duration,'16:45');(_:booking,people,'5');(_:booking,ref,'XRR7UTLU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am very sorry , our system was giving me an error , but I have managed to book your party of 5 at 16:45 on Tuesday . Your reference number is XRR7UTLU . Is there anything else I can help with ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I will also need a taxi to commute between the two places ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'16:45');(_:result,departure,'kings hedges pool');(_:result,destination,'the restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have a taxi that can take you from the Kings Hedges Pool to the restaurant , arriving there by your reservation time of 16:45 . Will that work for you ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What is the contact number and what will be the car type ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'grey Ford');(_:result,phone,'07516311076');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Contact number is 07516311076 , car type is a grey Ford ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Anything else I can do for you ?"
},
{
"id": 24,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all I need today . Thanks again ! Bye ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Okay enjoy your stay in Cambridge !"
}
] |
MUL0873.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"5"
],
[
"_: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/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/1711c8bd"
],
[
"_:booking/1711c8bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/1711c8bd"
],
[
"_:booking/1711c8bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/dfc5740a"
],
[
"_:booking/dfc5740a",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/1711c8bd"
],
[
"_:booking/1711c8bd",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/dfc5740a"
],
[
"_:booking/dfc5740a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"XRR7UTLU"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/1711c8bd"
],
[
"_:booking/1711c8bd",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/dfc5740a"
],
[
"_:booking/dfc5740a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"XRR7UTLU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"departure",
"kings hedges pool"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/1711c8bd"
],
[
"_:booking/1711c8bd",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/dfc5740a"
],
[
"_:booking/dfc5740a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"XRR7UTLU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"departure",
"kings hedges pool"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"grey Ford"
],
[
"_:result",
"phone",
"07516311076"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/f4e1557a"
],
[
"_:search/f4e1557a",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"entrance_fee",
"I do not unfortunately have information"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a4d17efb"
],
[
"_:search/a4d17efb",
"area",
"north"
],
[
"_:search/a4d17efb",
"food",
"Scottish"
],
[
"_:search/a4d17efb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/1711c8bd"
],
[
"_:booking/1711c8bd",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/dfc5740a"
],
[
"_:booking/dfc5740a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"XRR7UTLU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"departure",
"kings hedges pool"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"grey Ford"
],
[
"_:result",
"phone",
"07516311076"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need a place to dine , and I 'd like to know what my options are in the way of moderately priced vietnamese cuisine ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'Vietnamese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid there are n't any moderate Vietnamese restaurants . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need something in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , may I suggest british food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a Gastropub ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Corn Exchange Street');(_:result,area,'centre');(_:result,name,'The cow pizza kitchen and barn');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The cow pizza kitchen and barn is in the centre of town on Corn Exchange Street ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'13:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great ! Can you book a table on Sunday at 13:00 for 4 people , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'5NITO74A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 5NITO74A ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need train tickets from leicester to cambridge please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , when will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It will be the same day as the booking and I need to arrive by 09:30"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'8:54');(_:result,destination,'cambridge');(_:result,id,'TR7843');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The TR7843 train arrives at cambridge at 8:54 . Would you look to purchase tickets or get more information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to get the departure time and price first ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'07:09');(_:result,ticket,'30.24 Pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It costs 30.24 Pounds , and leaves at 07:09 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Please book for me , thanks ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'4');(_:booking,ref,'0ORGWOUA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have reserved 4 seats for you . Your reference number is 0ORGWOUA ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . The restaurant and train were my needs today which were successfully met . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo Centre . Have a nice day . Good bye ."
}
] |
PMUL0628.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The cow pizza kitchen and barn"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The cow pizza kitchen and barn"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5NITO74A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The cow pizza kitchen and barn"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5NITO74A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The cow pizza kitchen and barn"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5NITO74A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:54"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7843"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The cow pizza kitchen and barn"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5NITO74A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:54"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7843"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"30.24 Pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/27ce03d8"
],
[
"_:search/27ce03d8",
"food",
"Vietnamese"
],
[
"_:search/27ce03d8",
"pricerange",
"moderate"
],
[
"_:search/27ce03d8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The cow pizza kitchen and barn"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"arrive_by",
"8:54"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7843"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"leave_at",
"07:09"
],
[
"_:result",
"ticket",
"30.24 Pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"0ORGWOUA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'nighclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a nighclub in the south part of the town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,category,'nightclub');(_:result,name,'Place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Place is a nightclub in the South . Would you like their phone number or address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I want the address , postcode and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'22 sidney street');(_:result,phone,'01223324600');(_:result,postcode,'cb23hg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is 22 sidney street , postcode cb23hg , and their phone number is 01223324600 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train . Cambridge to Leicester ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . When were you looking to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on Saturday and arrive by 15:15 ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was successful , the total fee is 37.79 GBP payable at the station . \n Reference number is : LN5I5NN8 ."
}
] |
PMUL1040.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nighclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nighclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nighclub"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"address",
"22 sidney street"
],
[
"_:result",
"phone",
"01223324600"
],
[
"_:result",
"postcode",
"cb23hg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"nighclub"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"address",
"22 sidney street"
],
[
"_:result",
"phone",
"01223324600"
],
[
"_:result",
"postcode",
"cb23hg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'royal spice');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need some info on a restaurant called royal spice ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Victoria Avenue Chesterton');(_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is an indian restaurant in the north , Victoria Avenue Chesterton"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I book a table at 17:15 on Friday , please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , how many people will be dining ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'17:15');(_:booking,people,'7');(_:booking,ref,'7BATDN36');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I managed to book you for Friday , table for 7 at 17:15 . Your reference number is 7BATDN36 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the north and should include free parking"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a certain price range you would like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something moderately priced and I think I would prefer a guesthouse instead of a hotel if possible ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest acorn guest house"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect . Could you tell me their phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for acorn guest house is 01223353888 . Is there anything further I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "what is the car type ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I do not understand your question . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm sorry , I need a taxi that will get us to the restaurant in time for our reservation ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07109811358');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "your all set a black honda will be picking you up contact # is 07109811358"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the information and bookings . There 's nothing more . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL0081.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7BATDN36"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7BATDN36"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7BATDN36"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7BATDN36"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7BATDN36"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7BATDN36"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07109811358"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a local restaurant that serves indian food and is located in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'nine');(_:result,area,'centre');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have nine Indian restaurants in the centre . If you have a price range preference , we have both cheap and expensive options ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be an expensive place to eat ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,phone,'01223324351');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend curry king . their phone number is 01223324351 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would actually like to book a table for tuesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people and what time would you like me to make your reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'14:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have a party of 8 and need it for 14:45 . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure for what day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "on tuesday . book and give me the reference number"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'KGMVNKJM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : KGMVNKJM ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to find some where fun to go in the centre of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"select((_:result,category,'church');(_:result,category,'museum');(_:result,category,'something different');(_:result,type,'Attraction'))",
"inform((_:result,amount,'quite a number');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Hm , there are quite a number of places to visit in the town centre . Could you give me an idea of what you 're looking for ? A museum or church ? Or something different ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was looking for something for a type of multiple sports ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I do nt have that in the centre . Would you like to try something else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a swimming pool ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,name,'parkside pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is parkside pools . Their address is gonville place ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Okay , what are the hours they 're open ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do not have that information ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay , that 's all I need . Good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good time ! Good bye ."
}
] |
PMUL2376.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KGMVNKJM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KGMVNKJM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"something different"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KGMVNKJM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"something different"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d2f99303"
],
[
"_:search/d2f99303",
"area",
"centre"
],
[
"_:search/d2f99303",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KGMVNKJM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"something different"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d2f99303"
],
[
"_:search/d2f99303",
"area",
"centre"
],
[
"_:search/d2f99303",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223324351"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"KGMVNKJM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"something different"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d2f99303"
],
[
"_:search/d2f99303",
"area",
"centre"
],
[
"_:search/d2f99303",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place that has great architecture ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about all saints church ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is the entrance free ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the entrance fee is free for all saints church ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . I am also looking for a train to Stansted Airport that leaves on Thursday . Can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,day,'Thursday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "What time on Thursday would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 19:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'19:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 19:40 . Would you like to book a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you confirm that this will be departing from cambridge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes it departs from Cambridge ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Good . What time will the train arrive in Stansted Airport ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'20:08');(_:result,destination,'the airport');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That train will arrive at the airport by 20:08 . Would you like to book a ticket ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I needed , thank you . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "okay , have a great day !"
}
] |
MUL1858.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",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that is leaving on Friday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . Can you give me the departure / destination locations and a preferred timeframe ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'9:15');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am traveling from Cambridge to Stansted Airport on Friday . I need to arrive by 9:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 4 trains available . Do you have a preferred departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't . Can you give me the earliest departure out of the 4 trains ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'06:08');(_:result,departure,'cambridge');(_:result,destination,'the airport');(_:result,id,'TR7213');(_:result,leave_at,'05:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7213 leaves cambridge at 05:40 and arrives at the airport by 06:08 , does this suit your needs ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that sounds great . Can you book that for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Definitely ! How many tickets do you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually I have all the information I need but I would like to find a type of multiple sports attraction on the east side ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'in that side');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "there are none in that side . can we change location ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any theatres ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,category,'theatres');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are also no theatres on the east side . Is there anything else I could help you find attraction wise ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any churches or museums on the east side ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Saint Barnabas Press Gallery');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , I highly suggest Saint Barnabas Press Gallery . Would you like more information ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Scratch that , I 'd like to see some multiple sports venues"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,category,'Multiple Sports');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cherry Hinton Village Centre is a Multiple Sports venue in the East . Does that work for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay could I have their entrance fee please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,\"do n't have any information\");(_:result,phone,'01223576412');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have any information about their entrance fees , but you can call them at 01223576412 for more information ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all for today . Thanks . Goodbye"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL1342.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_: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",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3547b326"
],
[
"_:search/3547b326",
"area",
"in that side"
],
[
"_:search/3547b326",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:search/3547b326"
],
[
"_:search/3547b326",
"area",
"in that side"
],
[
"_:search/3547b326",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d16e5c44"
],
[
"_:search/d16e5c44",
"area",
"east"
],
[
"_:search/d16e5c44",
"category",
"theatres"
],
[
"_:search/d16e5c44",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_: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",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:search/3547b326"
],
[
"_:search/3547b326",
"area",
"in that side"
],
[
"_:search/3547b326",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d16e5c44"
],
[
"_:search/d16e5c44",
"area",
"east"
],
[
"_:search/d16e5c44",
"category",
"theatres"
],
[
"_:search/d16e5c44",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Saint Barnabas Press Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:search/3547b326"
],
[
"_:search/3547b326",
"area",
"in that side"
],
[
"_:search/3547b326",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d16e5c44"
],
[
"_:search/d16e5c44",
"area",
"east"
],
[
"_:search/d16e5c44",
"category",
"theatres"
],
[
"_:search/d16e5c44",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"Multiple Sports"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"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",
"9:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR7213"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:search/3547b326"
],
[
"_:search/3547b326",
"area",
"in that side"
],
[
"_:search/3547b326",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/d16e5c44"
],
[
"_:search/d16e5c44",
"area",
"east"
],
[
"_:search/d16e5c44",
"category",
"theatres"
],
[
"_:search/d16e5c44",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"Multiple Sports"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "yes I need information on how to proceed with a car accident dispute"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "I would recommend beginning by calling or visiting the police , if you have not already . The local station may be reached by phone at 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Police'))",
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Where is this police station located ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Address \t : \t Parkside , Cambridge \n Postcode \t : \t CB11JG there you go"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . I wo n't need anything more ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , I guess this is the end of the conversation , thanks again ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Bye bye now ."
}
] |
SNG01291.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223358966"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223358966"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive restaurant in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 restaurants that fit your criteria . Perhaps we can narrow it down . Are you interested in a particular cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have a favorite you can recommend ? Please provide their phone number , thank you ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Bedouin');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:result,phone,'01223367660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Bedouin . Their phone number is 01223367660 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am also looking for a train . The train should depart from stansted airport and should arrive by 19:30 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are traveling and how many people ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It 's just myself for Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:52');(_:result,id,'TR1965');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1965 arrives at 18:52 . Would this work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I did n't even tell you where I was traveling . Is that train traveling to Cambridge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,destination,'Cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it is going to Cambridge . Would you like to book this train ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , sorry for being rude . I need the travel time and price as well please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "10.10 pounds \t 28 minutes"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! That 's all I need ! Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day , goodbye ."
}
] |
PMUL0626.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"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"id",
"TR1965"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"id",
"TR1965"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"id",
"TR1965"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I want to visit a museum ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several museums in the Cambridge area . Is there a certain area of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any area is fine . Perhaps the centre area if there is a good one there ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'10 king s parade');(_:result,name,'primavera');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i recommend primavera . it is located 10 king s parade , cb21sj . do you need the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"thank()",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "yes phone number and postcode , thank uyou"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223357708');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223357708 and the postcode is cb21sj . Is there anything else you 'd like me to do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "As a matter of fact yes . I need a train that leaves after 13:15 on Saturday"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What will your destination be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be coming from Kings Lynn to Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR9346');(_:result,leave_at,'14:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9346 leaves at 14:11 . Want to book ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that for 8 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'P1J7RWHQ');(_:booking,ticket,'62.72 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , the booking was successful , the total fee is 62.72 GBP payable at the station . \n Reference number is : P1J7RWHQ . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all for today . Thanks for your help today . It 's been appreciated ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL1113.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",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_: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",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9346"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9346"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"P1J7RWHQ"
],
[
"_:booking",
"ticket",
"62.72 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , can you give me some information on a place to stay in Cambridge ? I would prefer some place expensive ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'Cambridge');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are 5 expensive hotels in Cambridge . Is there an area you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No specific area , but I would like a guesthouse , rather than a hotel . I would also like a place that 's 3 stars ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 three star hotels would you like me to book one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . Are there any three star guesthouses available at a moderate price that include free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'bridge guest house');(_:result,name,'hamilton lodge');(_:result,name,'hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are 3 : bridge guest house , hamilton lodge , and hobsons house ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'bridge guest house');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about the bridge guest house for 5 people for 2 nights starting on tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'98WBW794');(_:booking,type,'Booking');(_:result,address,'151 hills road');(_:result,postcode,'cb28rj');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Booking was successful . The address is 151 hills road . Postcode is cb28rj . The reference number is : 98WBW794 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! I also need a place to dine in the east ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that as well ! Do you have a specific food preference you are looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'eastern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love some eastern european food , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'European');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that serve European food in the area would you like another type of food or another area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about italian ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Italian');(_:result,name,'Pizza Hut Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do have an Italian place . Pizza Hut Fen Ditton . Would you like to book a table ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I assume it is moderately priced though ? If so , I just need an address , postcode and phone number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'Cambridge Retail Park Newmarket Road Fen Ditton');(_:result,phone,'01223323737');(_:result,postcode,'cb58wr');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is moderately priced . The phone number is 01223323737 . The address and postcode is Cambridge Retail Park Newmarket Road Fen Ditton cb58wr ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'Pizza Hut');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I would also need a taxi to commute from Pizza Hut to the hotel ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . What time would you like the taxi to meet you at the restaurant ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'07:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I actually need to have the taxi pick me up from the hotel to get to the restaurant . I want to leave the hotel by 07:15 , please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow Skoda');(_:result,phone,'07297430830');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked the taxi for you . You 'll be picked up by a yellow Skoda . Their phone number is 07297430830"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I have it . Thanks for your help ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 22,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "No , that is all . You 've been very helpful . Goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy we could be of service today . Enjoy your time in Cambridge !"
}
] |
MUL1248.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"eastern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/738da585"
],
[
"_:search/738da585",
"food",
"European"
],
[
"_:search/738da585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"area",
"Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/738da585"
],
[
"_:search/738da585",
"food",
"European"
],
[
"_:search/738da585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/738da585"
],
[
"_:search/738da585",
"food",
"European"
],
[
"_:search/738da585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb58wr"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"Pizza Hut"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_: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": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/738da585"
],
[
"_:search/738da585",
"food",
"European"
],
[
"_:search/738da585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb58wr"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"07: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/738da585"
],
[
"_:search/738da585",
"food",
"European"
],
[
"_:search/738da585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58wr"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Skoda"
],
[
"_:result",
"phone",
"07297430830"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"98WBW794"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/738da585"
],
[
"_:search/738da585",
"food",
"European"
],
[
"_:search/738da585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58wr"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Skoda"
],
[
"_:result",
"phone",
"07297430830"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "need a train from cambridge to stansted airport"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , what day are you looking at traveling on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I m leaving thursday and need to leave after 1 pm ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,day,'Thursday');(_:result,destination,'Stansted Airport');(_:result,leave_at,'13:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving at 13:40 on Thursday that arrives at Stansted Airport at 14:08 for 10.10 pounds . Would you like to book this option ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . Can you tell me the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'10.10GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I did - it 's 10.10GBP ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for some where to go in the Centre of town , an attraction ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'6 Trinity Street');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Contemporary Art Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the Cambridge Contemporary Art Museum ? It 's on 6 Trinity Street and the admission is free ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds perfect ! Thank you so much !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else you need today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , actually , can I have their phone number please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223324222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "yes it is 01223324222"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you . Have a good day . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You have a good day as well ! Glad to help ."
}
] |
MUL1756.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.10GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.10GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 Trinity Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art Museum"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.10GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 Trinity Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.10GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 Trinity Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Contemporary Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_: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,'south');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the address and phone number of a restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are nine restaurants in the south part of town . What kind of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,area,'south');(_:result,name,'Chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito restaurant bar is in the south part of town . It 's address is 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton , and it 's phone number is 01223 400170 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me what kind of food they serve ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'Mexican');(_:result,name,'Chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito restaurant bar serves Mexican food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want one in the moderate priced range . What is the price range of Chiquito restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Chiquito restaurant bar');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid Chiquito restaurant bar is expensive . Pizza Hut Cherry Hinton is a moderately priced Italian restaurant in the south ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'pizza hut cherry hinton');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address for Pizza Hut Cherry Hinton ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is G4 Cambridge Leisure Park Clifton Way Cherry Hinton ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "sorry what is the area again ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is located in the south part of town"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
WOZ20019.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 2 star hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'33');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok I found 33 hotels that fit your criteria of 2 stars they can range in price and options based on what you want ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I understand . I 'd like a hotel that offers free parking and wifi , please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay the Ashley Hotel is in the North . Can I book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book that for 7 people for 2 nights starting saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'74 chesterton road');(_:result,postcode,'cb41er');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,ref,'CEJP5INC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking is successful . The address is 74 chesterton road . Postcode is cb41er . Reference number is : CEJP5INC . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'charlie chan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for the restaurant called Charlie Chan , can you help me with this ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's a chinese restaurant located at Regent Street City Centre . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "entrance fee , address , and phone number"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'regent st city centre');(_:result,phone,'01223361763');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Will I ca n't tell you what the check for your food is going to be , but there address is regent st city centre phone is 01223361763 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Can you book it for 7 people at 17:45 on Saturday please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No I am sorry another day perhaps ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there similar times available on Saturday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'17:45');(_:booking,people,'7');(_:booking,ref,'GYXORI7Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your table at 17:45 on Saturday for 7 people . The reference number is GYXORI7Z ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I certainly hope you enjoy your stay in Cambridge ! Goodbye !"
}
] |
MUL1263.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CEJP5INC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CEJP5INC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CEJP5INC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"regent st city centre"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CEJP5INC"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"regent st city centre"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/bd95d4ec"
],
[
"_:booking/bd95d4ec",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"regent st city centre"
],
[
"_:result",
"phone",
"01223361763"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/bd95d4ec"
],
[
"_:booking/bd95d4ec",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GYXORI7Z"
],
[
"_: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,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel called Hobsons House ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'96 Barton Road');(_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House');(_:result,phone,'01223304906');(_:result,postcode,'cb39lh');(_:result,pricerange,'moderately priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons House is a moderately priced 3-star guesthouse on the west side . Their address is 96 Barton Road , cb39lh . Their phone is 01223304906 . They offer free wifi and free parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Excellent . I would like to book a stay for 2 people for 5 nights , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,\"Hobson 's House\");(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to begin your stay at Hobson 's House ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like my stay to begin on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'ALSEXHLY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : ALSEXHLY ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train from Cambridge to Leicester ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and around what time would you prefer to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'17:45');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 17:45 on Saturday . I need the price , travel time and train ID of the route is possible ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,duration,'105 minutes');(_:result,id,'TR6034');(_:result,leave_at,'18:21');(_:result,ticket,'30.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train leaving Cambridge at 18:21 and arriving at Leicester at 20:06 . The trainID is TR6034 and the trip duration is 105 minutes . A ticket is 30.24 pounds ."
},
{
"id": 10,
"rdf-acts": [
"thank()",
"inform((_:search,ticket,'30.24 pounds');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Perfect , I will take that trip for 30.24 pounds . Thank you !"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Actually , I am not ready to book them . Thank you for your help , I am all set . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your time in Cambridge !"
}
] |
MUL0701.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hobson 's House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hobson 's House"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"ref",
"ALSEXHLY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hobson 's House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ALSEXHLY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hobson 's House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ALSEXHLY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR6034"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"ticket",
"30.24 pounds"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 Barton Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hobson 's House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ALSEXHLY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR6034"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"ticket",
"30.24 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a french restaurant ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'Centre');(_:result,area,'north');(_:result,type,'Restaurant'))",
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'french');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two french restaurants listed . Do you have a preference of area ? Centre or north part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,food,'French');(_:result,name,'Cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cote is a French restaurant in the centre part of town , and it is in the expensive price range . Is that price range okay for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any other French places available ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,food,'French');(_:result,name,'Restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant two two is a nice place that serves French food in the expensive price range and is in the North part of town ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great ! May I have their address and postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,name,\"restaurant two two 's\");(_:result,postcode,'3 A.X');(_:result,postcode,'C.B 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two 's Address is 22 Chesterton Road Chesterton , their postcode is C.B 4 , 3 A.X"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "please give me the address and postcode"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Bridge Street City Centre');(_:result,name,'cote');(_:result,postcode,'1 U.F.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is located at Bridge Street City Centre and their postcode is C.B 2 , 1 U.F. May I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you , goodbye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
WOZ20291.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Restaurant two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"restaurant two two 's"
],
[
"_:result",
"postcode",
"3 A.X"
],
[
"_:result",
"postcode",
"C.B 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"postcode",
"1 U.F."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a restaurant in any part of town and serves seafood ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Loch Fyne is a restaurant in the city centre that serves seafood . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223 362433');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone is 01223 362433 and it is in the expensive range ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds great . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're Welcome . Goodbye !"
}
] |
WOZ20108.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"phone",
"01223 362433"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'rajmahal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi there . I have heard lots of good things about a restaurant called Rajmahal . Can you tell me anything about it ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'Indian');(_:result,pricerange,'moderately');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's an indian restaurant located in the east . They are moderately priced . Would you like to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nope but can I get the postcode for that ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58rg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly . They 're located in postcode cb58rg . Do you need assistance with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Cambrige artworks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like some information on the Cambrige artworks ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge Artworks is located at 5 Greens Road , postal code cb13ef and the phone number is 01223902168 . Admission is free ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you for the information . Good bye !"
},
{
"id": 7,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are very welcome . I hope you have a wonderful day ! Good bye ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Ok , hope you have a good day too . Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "If you need anything in the future do n't hesitate to call ."
}
] |
MUL2341.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58rg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Cambrige artworks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Cambrige artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Cambrige artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place serving christmas food in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "It does n't look like there are any restaurants of that type . Would you like to try a different cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any Indian restaurants ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,area,'center');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , we have nine Indian restaurants in the center of town . Do you have a preference in price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I actually would prefer gastropub type food and preferably in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cow Pizza Kitchen and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cow Pizza Kitchen and Bar would be perfect for you ! Would you like for me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Are there any other options for gastropub ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'the only');(_:result,area,'all of Cambridge');(_:result,name,'Cow Pizza Kitchen and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cow Pizza Kitchen and Bar is the only gastropub in all of Cambridge ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "In that case , could you give me the address and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,address,'Corn Exchange Street');(_:result,phone,'01223308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I sure can . The address is Corn Exchange Street , and the phone number is 01223308871 . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling us today . Goodbye ."
}
] |
SNG0484.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a5d99b5d"
],
[
"_:search/a5d99b5d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a5d99b5d"
],
[
"_:search/a5d99b5d",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a5d99b5d"
],
[
"_:search/a5d99b5d",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a5d99b5d"
],
[
"_:search/a5d99b5d",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"all of Cambridge"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a5d99b5d"
],
[
"_:search/a5d99b5d",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"all of Cambridge"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'middle eastern');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , i am looking for a middle eastern restaurant in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , there are no expensive middle eastern restaurants . Can I look in a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can we try a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there are no moderate middle eastern restaurants either . Do you want to try a different price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hmm , how about Italian ? Expensive ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'some');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are some great ones . Do you have a preference for which part of town it is in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nope ! Could you pick your favorite and book a table for me ? 2 people at 12:30 on Tuesday , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'H9SV1U6G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : H9SV1U6G ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome . Thanks for your assistance , that 's all I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to be of service ! Have a wonderful time in Cambridge !"
}
] |
SNG1160.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"middle eastern"
],
[
"_:system",
"canthelp",
"_:search/21aed0d3"
],
[
"_:search/21aed0d3",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/21aed0d3"
],
[
"_:search/21aed0d3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5076b78f"
],
[
"_:search/5076b78f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/21aed0d3"
],
[
"_:search/21aed0d3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5076b78f"
],
[
"_:search/5076b78f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/21aed0d3"
],
[
"_:search/21aed0d3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5076b78f"
],
[
"_:search/5076b78f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"H9SV1U6G"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,destination,'bangkok city');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get to bangkok city by 12:00 today . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to help ! Where are you coming from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'jesus green outdoor pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm coming from jesus green outdoor pool ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07230483691');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , I have arranged for a grey toyota to take you . They can be reached at 07230483691 . Anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that should do it . Thanks so much . Bye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help ! Please take care !"
}
] |
SNG01440.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"departure",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"departure",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07230483691"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get information on 3 star hotels in the moderate price range ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many can I ask what area you would like it in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be of the guesthouse type and should be located in the west area ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Hobsons House is a guesthouse that is available . Would you like any additional information ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book it for me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely , how many days will you need and the number of people in the room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 7 people and 2 nights starting from saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'I57N7Y29');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking is confirmed . Reference number is : I57N7Y29 . May I assistance you with any additional assistance ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What are some attractions on the east side ? Is there a swimming pool available ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes we have the abbey pool and astroturf pitch , is there anything else you need ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the postcodes and entrance fees please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'have to call');(_:result,phone,'01223902088');(_:result,postcode,'cb58nt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58nt . You will have to call to find out the entrance fee . The phone number is 01223902088 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "oh you do n't have that information ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'do not have it');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sometimes we are provided information on the entrance fee , but unfortunately for this attraction we do not have it ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No problem , I can afford it , why am I so worried ? lol . That is everything I need , you were very helpful ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure helping you from the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL2937.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"I57N7Y29"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"I57N7Y29"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"I57N7Y29"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"entrance_fee",
"have to call"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"I57N7Y29"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:result",
"entrance_fee",
"do not have it"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What are some good museums to visit ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 23 museums in my database . Is their a area you are interested in visiting ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,name,'the place');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Anything that you would recommend in the east , I just need the place along with the address postal code and entrance fee ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'cambridge museum of technology');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cambridge museum of technology costs 5 pounds . The post code is cb58ld ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , I also need to find a guesthouse , that is cheap ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many guesthouses available . Do you know what area you 'd like to be in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have and area preference ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Allenbell is a guesthouse \t in the east and it is inexpensive . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How many stars does it have ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Allenbell has 4 stars ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'cambridge museum of technology');(_:search,type,'Attraction');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ? And can you get me the address to Cambridge Museum of Technology that I asked you for ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does have free wifi and the address is 5 greens road"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'Cambridge Museum of Technology');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay thank you . I would also like a taxi to and from the Cambridge Museum of Technology ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will your destination be ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'cambridge museum of technology');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "cambridge museum of technology ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where would you like to be picked up ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'11:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to be picked up at the hotel by 11:45"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey Audi');(_:result,phone,'07957190681');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is booked . You will be picked up in a grey Audi . The contact number is 07957190681 . Do you help with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all ! Thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Please call again if you have additional questions . Goodbye !"
}
] |
PMUL2699.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"destination",
"cambridge museum of technology"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"destination",
"cambridge museum of technology"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"destination",
"cambridge museum of technology"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Audi"
],
[
"_:result",
"phone",
"07957190681"
],
[
"_: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,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any places that offer rooms in the north that also give free wifi , or do you have to go to other parts of town for that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,type,'Hotel'))",
"inform((_:result,has_internet,'yes');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "which has free wifi ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should include free wifi"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'twelve');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are twelve options fitting your description , sir . What price range are you interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should have a star of 3 and does n't need to have free parking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about hamilton lodge ? It looks lovely ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect . What 's the price range and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb41da');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is moderately priced and the postcode is cb41da ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , that will be all . good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contacting Cambridge TownInfo centre . Goodbye ."
}
] |
SNG02031.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge , leaving from the Birmingham New Street station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'08:23');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,duration,'163 minutes');(_:result,leave_at,'05:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train leaving from Cambridge on Friday leaving on 05:40 and arriving at 08:23 . The ride is 163 minutes ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving on Thursday at 10:45"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When could you like to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Anytime is fine as long as I leave after 10:45 . I 'll need a booking for 6 people and a reference number ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR2613');(_:booking,leave_at,'10:45');(_:booking,type,'Booking'))",
"inform((_:booking,category,'Train');(_:booking,ref,'5VNL3K87');(_:booking,ticket,'450.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I suggest TR2613 . It 'll get you there the soonest after 10:45 but not soon enough to where time is tight . It is 450.6 GBP and the reference no . is 5VNL3K87"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will take it . Also , I am looking for a place that serves thai food in the west area ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Sala Thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sala Thong is on the west side- it is on the expensive side ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that sounds just right ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . Would you like me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you give me the address , postcode , and phone number please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'35 Newham Road Newham');(_:result,phone,'01223323178');(_:result,postcode,'cb39ey');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are found on 35 Newham Road Newham , their postcod is cb39ey and their number is 01223323178 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome . Have a wonderful afternoon ."
}
] |
MUL0296.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2613"
],
[
"_:booking",
"leave_at",
"10:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5VNL3K87"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2613"
],
[
"_:booking",
"leave_at",
"10:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5VNL3K87"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2613"
],
[
"_:booking",
"leave_at",
"10:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5VNL3K87"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2613"
],
[
"_:booking",
"leave_at",
"10:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5VNL3K87"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 Newham Road Newham"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that arrives in Cambridge by 16:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Friday , departing from Stevenage ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:43');(_:result,day,'Friday');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,leave_at,'13:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The latest train from Stevenage to Cambridge on Friday that will arrive by 16:30 leaves at 13:54 and arrives at 14:43 . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "that is fine . how much is the ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "12.80 pounds per person , do you still want me to book you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'loch fyne');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but I need information on a restaurant called loch fyne ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "What would you like to know ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'20:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do they have any available tables for 3 at 20:15 that day ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We can certainly book that for you . Would you like a reservation and a booking for the train ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book me a table for the restaurant and provide the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ENJNFM36');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : ENJNFM36 . Can I be of any further help to you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed today . Thanks for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL0962.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"loch fyne"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"loch fyne"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"loch fyne"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"loch fyne"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ENJNFM36"
],
[
"_: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,'Train'))"
],
"speaker": "user",
"text": "Hi , can you help me find a train ? I 'm in the planning stages of a trip there ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely ! Do you know which train station you would like to use ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not really but I am departing from Cambridge and going to Birmingham New Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'9:44');(_:result,day,'Friday');(_:result,id,'TR5408');(_:result,leave_at,'7AM');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are hourly trains Friday morning , you could take the TR5408 leaving at 7AM , arriving at 9:44 . It costs 75.10 pounds . Does that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'thursday');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No . I need the train on a thursday and it has to arrive by 13:45 . Can you give me the departure time , price , and travel time for that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:44');(_:result,duration,'163 minutes');(_:result,id,'TR2102');(_:result,leave_at,'10:01');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "I have TR2102 that leaves at 10:01 and arrives by 12:44 . The ticket price is 75.10 pounds . And the travel time is 163 minutes . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , do you have any suggestions of places to go in the centre ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "sure ! do you like museums ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I enjoy going to museums . Can you recommend one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'no');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 've heard good things about the Primavera . And there is no entrance fee , so that 's a bonus !"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . Can you please provide me with the phone number and postcode ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223357708');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely . The phone number is 01223357708 and the postcode is cb21sj . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I needed today have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service today !"
}
] |
PMUL1007.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"9:44"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR5408"
],
[
"_:result",
"leave_at",
"7AM"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"12:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2102"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"12:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2102"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"12:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2102"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"12:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR2102"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm going to cambridge and would like to know about places to go in town . I 'm looking or a swimming pool attraction in the north ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,address,'between victoria road and the river');(_:result,address,'jedburgh court and kigs hedges');(_:result,type,'Attraction'))",
"thank()",
"inform((_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wonderful ! There are two , one is between victoria road and the river and the other is jedburgh court and kigs hedges . Which would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Choose the one with the best reputation for me . I will need the address and entrance fee as well please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Jedburgh Court');(_:result,address,'Kings Hedges');(_:result,name,'Kings Hedges Learner Pool');(_:result,postcode,'cb42xh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kings Hedges Learner Pool is at Jedburgh Court , Kings Hedges and the postcode is cb42xh ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Can you help me find a Mediterranean restaurant as well ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 in the centre of town . Do you prefer expensive or cheap ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need it to be in the expensive price range and I 'm looking for a table for 4 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'mediterranean');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 expensive mediterranean restaurants in the centre . In order to determine which one can accommodate you , I 'll need to know what day you 'd like ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Monday , for 4 people at 15:00 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'la mimosa');(_:booking,people,'4');(_:booking,ref,'A6JHOS2N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a table at the la mimosa for 4 people . Ref No is A6JHOS2N . It will be reserved for 15 minutes . Anything Else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Kings Hedges Learner Pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Going back to the Kings Hedges Learner Pool , what is the entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,\"ca n't find the information in the database unfortunately\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Hmm , I ca n't find the information in the database unfortunately ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do any of the swimming pools in the north show an entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'none of them have a listed entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , none of them have a listed entrance fee . I would be happy to provide you their phone number so that you can call them for it if you like ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That 's okay , but I would like to book a taxi between the two places , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue lexus');(_:result,phone,'07039857311');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked your taxi , it will be a blue lexus with the contact number of 07039857311 . Anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,departure,'the pool');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you , the taxi should get me from the pool to the restaurant by 15:00 , right ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Yes , that 's correct . Anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . That 's all I needed ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day ."
}
] |
MUL2343.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"address",
"jedburgh court and kigs hedges"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"la mimosa"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"A6JHOS2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Kings Hedges Learner Pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"la mimosa"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"A6JHOS2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Kings Hedges Learner Pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"ca n't find the information in the database unfortunately"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"la mimosa"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"A6JHOS2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"entrance_fee",
"none of them have a listed entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"name",
"la mimosa"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"A6JHOS2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"entrance_fee",
"none of them have a listed entrance fee"
],
[
"_:result",
"car",
"blue lexus"
],
[
"_:result",
"phone",
"07039857311"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Jedburgh Court"
],
[
"_:result",
"address",
"Kings Hedges"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"name",
"la mimosa"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"A6JHOS2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"entrance_fee",
"none of them have a listed entrance fee"
],
[
"_:result",
"car",
"blue lexus"
],
[
"_:result",
"phone",
"07039857311"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"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,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that departs on Friday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Are you looking for a train or a taxi ? Where would you like to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I 'd rather find information about a park , somewhere on the south end of town if possible ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'cinema at cambridge leisure way');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . There is a cinema at cambridge leisure way . Would you like to have more information about that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No thank you . I was actually looking for a park and not a cinema . Is there a park on the south side of town ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'south');(_:result,category,'parks');(_:result,count,'2');(_:result,name,\"Sheep 's Green and Lammas Land Park Fen Causeway\");(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two parks in the south area of town . Sheep 's Green and Lammas Land Park Fen Causeway and Wandlebury Country Park . Would you like to know more about either ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'wandlebury country park');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you give me the postcode for Wandlebury Country Park ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Wandlebury Country Park');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for Wandlebury Country Park is cb223ae . Do you need any more information ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I 'd also like to book a hotel for 4 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'hotels');(_:result,count,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 4 hotels in the south area . Would you like more information about them ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a hotel called Hobsons House ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Hobsons House is a guesthouse in the west side of town , moderately priced . Would you like to book a room there ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I want to book it starting Wednesday for 4 nights . It should be for 4 people ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZZAG4CC0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I booked it . The reference number is ZZAG4CC0 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'24:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like a taxi and need to leave the hotel by 24:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'Grey BMW');(_:result,phone,'07674785163');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked a Grey BMW for you . Contact number is 07674785163 . Can I be of further assistance ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a wonderful day ! Goodbye !"
}
] |
MUL1035.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cinema at cambridge leisure way"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Sheep 's Green and Lammas Land Park Fen Causeway"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"wandlebury country park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"wandlebury country park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZZAG4CC0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"ZZAG4CC0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Grey BMW"
],
[
"_:result",
"phone",
"07674785163"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any available rooms in the Autumn House ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Autumn house');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Autumn house has a guesthouse . When are you looking to stay ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Maybe . What is the star rating and price range on that hotel ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it has four stars and its cheap"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cambridge contemporary art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for Cambridge Contemporary Art ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , I have found it for you . Is there anything you want to know about ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me their entrance fee and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223324222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "no problem . Their phone number is 01223324222 and the entrance fee is free ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the attraction');(_:search,leave_at,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Awesome . Can you also help me to book a taxi from the hotel to the attraction ? I want to leave the hotel by 24:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'red lexus');(_:result,phone,'07614169632');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are all set . Your taxi would be a red lexus and you can contact them at 07614169632 . Is there anything else I can help ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all i need . Thank you so much for the help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay ."
}
] |
MUL2613.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Autumn house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red lexus"
],
[
"_:result",
"phone",
"07614169632"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I would like a restaurant inthe centre of town which serves creative food please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'anywhere in Cambridge');(_:search,food,'creative');(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'in town');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Sadly there are no restaurants anywhere in Cambridge that describe their food as \" creative . \" We do have many restaurants in town , though , so I 'd be happy to look for something else ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a restaurant that services Chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'10');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 Chinese restaurants in the centre of town . Is there a specific price range you would like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the price range . Can you just pick a good one for me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'21 Burleigh Street , City Centre');(_:result,area,'centre');(_:result,name,'HK Fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "If money is no concern , I would definitely recommend HK Fusion . It 's in the centre of town and expensive . It 's located at 21 Burleigh Street , City Centre . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:15');(_:search,people,'six');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , sounds good . Please reserve a table for six at 12:15 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That was unsuccessful . Would you like another day or time slot ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is 11:15 on Saturday available ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'11:15');(_:booking,name,'HK Fusion');(_:booking,people,'6');(_:booking,ref,'ARWFXLDL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was successful . A reservation was made for 6 people at HK Fusion on Saturday at 11:15 . Reference is ARWFXLDL . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing else . I look forward to the meal . Thank you for all your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Thanks for using our service ."
}
] |
SNG0643.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/231df8a5"
],
[
"_:search/231df8a5",
"area",
"anywhere in Cambridge"
],
[
"_:search/231df8a5",
"food",
"creative"
],
[
"_:search/231df8a5",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/231df8a5"
],
[
"_:search/231df8a5",
"area",
"anywhere in Cambridge"
],
[
"_:search/231df8a5",
"food",
"creative"
],
[
"_:search/231df8a5",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/231df8a5"
],
[
"_:search/231df8a5",
"area",
"anywhere in Cambridge"
],
[
"_:search/231df8a5",
"food",
"creative"
],
[
"_:search/231df8a5",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"21 Burleigh Street , City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/231df8a5"
],
[
"_:search/231df8a5",
"area",
"anywhere in Cambridge"
],
[
"_:search/231df8a5",
"food",
"creative"
],
[
"_:search/231df8a5",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"21 Burleigh Street , City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/fb5a86f9"
],
[
"_:booking/fb5a86f9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/231df8a5"
],
[
"_:search/231df8a5",
"area",
"anywhere in Cambridge"
],
[
"_:search/231df8a5",
"food",
"creative"
],
[
"_:search/231df8a5",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"21 Burleigh Street , City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/fb5a86f9"
],
[
"_:booking/fb5a86f9",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"11:15"
],
[
"_:booking",
"name",
"HK Fusion"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"ARWFXLDL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'clare college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit Clare College . Can you give me more information on it ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,area,'west');(_:result,category,'college');(_:result,entrance_fee,'2.50 pounds');(_:result,phone,'01223333200');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! It 's a college in west Cambridge at Trinity Lane cb21tl with phone number 01223333200 . The entrance fee is 2.50 pounds . How else may I assist you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You 've told me everything I need to know . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are very welcome . Thank you for using our service ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m looking for a expensive restaurant in the centre . Can you assist ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'more than 30');(_:result,food,'gastropub');(_:result,name,'Slug and Lettuce');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are more than 30 of them . Did you have a cuisine in mind ? If you 're in a mood for a gastropub I can recommend The Slug and Lettuce ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What an interesting name ! Hmm , what do you have in the way of seafood restaurants ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'The Little Rose 37 Trumpington Street');(_:result,name,'Lock Fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Lock Fyne is what you 're looking for . They 're at The Little Rose 37 Trumpington Street . Would you like me to book you a table ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks that 's all I needed thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Goodbye !"
}
] |
MUL0987.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"more than 30"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Slug and Lettuce"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"more than 30"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"The Little Rose 37 Trumpington Street"
],
[
"_:result",
"name",
"Lock Fyne"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to visit a college in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,count,'13');(_:result,entrance_fee,'free entry');(_:result,name,'Downing College');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "You 're in luck . We have 13 . Do you have any preferences ? For example , Downing College over on Regent Street offers free entry ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be great , can you please give me their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334860');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their number is 01223334860 . Anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy the college , goodbye ."
}
] |
SNG1057.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",
"address",
"Regent Street"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant . The restaurant should be in the expensive price range and should be in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'few');(_:result,area,'west');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are few expensive restaurants in the west what type of cuisine do you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to eat european food please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one option . It 's cambridge lodge restaurant . Do you want to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not ready to book yet . Can you just give me the phone number , postcode , and address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,phone,'01223355166');(_:result,postcode,'cb30dq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223355166 and it is located at Cambridge Lodge Hotel 139 Huntingdon Road City Centre . Postcode cb30dq ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that is all I needed for now ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day !"
}
] |
SNG1391.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"postcode",
"cb30dq"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am planning a trip to Cambridge . Looking for a place to stay in the East !"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many can I get a price range please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am not particular as along as it has 4 stars and free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Newmarket Road');(_:result,name,'Leverton House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are six guesthouses that meet your needs . I have heard wonderful things about Leverton House on Newmarket Road . Would you like me to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer a hotel , is there a hotel in this area that is 4 star ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am not finding any that meet your requirements . Is there something else you are looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'leverton house');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok . Leverton House guest house sounds fine . Can you book it for 2 nights on Monday ? There will be 7 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Leverton House');(_:booking,ref,'8RX4FFKM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking for Leverton House was successful . The reference number for this stay is 8RX4FFKM . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you help me find a college in the east to tour ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are n't any colleges located in the east . Do you want to search in other areas or do you want to find a different kind of attraction ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you find me a museum instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure we have many colleges to choose from . Would you like a recommendation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . And I will need the postcode for it ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'the gallery at twelve a high street');(_:result,postcode,'cb15dh');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend , the gallery at twelve a high street , their postal is cb15dh , any further questions ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'2:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need also a taxi to leave the hotel by 2:30"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,phone,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Please provide me with a Taxi that can arrive by 2;30 , I would like a phone & reference number ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,leave_at,'2:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm confused . I need a taxi between the two places that leaves the hotel by 2:30 . Can you help me with that ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07492685180');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white ford \n Contact number \t : \t 07492685180"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ! That is all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL2855.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Leverton House"
],
[
"_:booking",
"ref",
"8RX4FFKM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Leverton House"
],
[
"_:booking",
"ref",
"8RX4FFKM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/de592d81"
],
[
"_:search/de592d81",
"area",
"east"
],
[
"_:search/de592d81",
"category",
"colleges"
],
[
"_:search/de592d81",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Leverton House"
],
[
"_:booking",
"ref",
"8RX4FFKM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/de592d81"
],
[
"_:search/de592d81",
"area",
"east"
],
[
"_:search/de592d81",
"category",
"colleges"
],
[
"_:search/de592d81",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Leverton House"
],
[
"_:booking",
"ref",
"8RX4FFKM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/de592d81"
],
[
"_:search/de592d81",
"area",
"east"
],
[
"_:search/de592d81",
"category",
"colleges"
],
[
"_:search/de592d81",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"name",
"the gallery at twelve a high street"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Leverton House"
],
[
"_:booking",
"ref",
"8RX4FFKM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/de592d81"
],
[
"_:search/de592d81",
"area",
"east"
],
[
"_:search/de592d81",
"category",
"colleges"
],
[
"_:search/de592d81",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"name",
"the gallery at twelve a high street"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"phone",
"?"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/a95d351c"
],
[
"_:search/a95d351c",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Leverton House"
],
[
"_:booking",
"ref",
"8RX4FFKM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/de592d81"
],
[
"_:search/de592d81",
"area",
"east"
],
[
"_:search/de592d81",
"category",
"colleges"
],
[
"_:search/de592d81",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"name",
"the gallery at twelve a high street"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"phone",
"?"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07492685180"
],
[
"_: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,'North');(_:search,food,'Chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a cheap Chinese place in the North ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , can you restate your request , please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Certainly . I 'd like to know what sorts of attractions are available on the north side of town ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'boat');(_:result,category,'park');(_:result,category,'swimmingpools');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I am showing 2 swimmingpools , a park and a boat . Would you like to know more about them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . Could you give me the name of the park and its postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'park');(_:result,name,'milton country park');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The park is milton country park and the postcode is cb46az ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthous');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay and how about a guesthous in the moderate price range . I 'd like free parking and free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest acorn guest house"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . I 'll need reservations for 7 people for 5 nights , starting from Sunday , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'J4HIKZSI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful ! Reference number : J4HIKZSI . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "you were able to get me 5 nights ? Can you double check that please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'7');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the booking was successful , Sunday for 5 nights with 7 people . Anything else we can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help . You have been great !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a wonderful evening . Goodbye ."
}
] |
PMUL2508.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimmingpools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthous"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"category",
"guesthous"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"category",
"guesthous"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J4HIKZSI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"category",
"guesthous"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"J4HIKZSI"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"stay",
"5"
],
[
"_: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,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi I need to know which train will take me to Cambridge on Monday , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 potential matches for your criteria . Where would you be coming from that day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing Kings Lynn after 12:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,leave_at,'13:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I have a 13:11 that arrives in Cambridge from Kings Lynn by 13:58 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR0415');(_:result,leave_at,'17:58');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0415 leaves at 17:58 . can i help you book ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will need the price , travel time , and train i d first please . Also looking for a park to go in town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,id,'TR4329');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR4329 has a travel time of 47 minutes with a cost of 9.80 pounds . I 'd be happy to book that for you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's okay , can you tell me about parks in town ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,area,'throughout the city');(_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 5 parks throughout the city , 2 in the south , 1 in the north , east , and centre . Would you like more information on any of these ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Which one is in the east ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,entrance_fee,'free');(_:result,name,'Cherry Hinton Water Play park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "In the East we Cherry Hinton Water Play park , it is free to enter . Would you like the phone number or address ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "If i could just get the phone number that would be great ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! It 's 01223446100 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all for today . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Thanks for using Cambridge TownInfo . Goodbye ."
}
] |
PMUL1447.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"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR0415"
],
[
"_:result",
"leave_at",
"17:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR4329"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"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",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR4329"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:search",
"category",
"parks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR4329"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:search",
"category",
"parks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cherry Hinton Water Play park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR4329"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cherry Hinton Water Play park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "So I 'm interested in portuguese food . Do you know of any restaurants that serve it in the South ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is is a nice place . Do you want to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . 5 people at 19:30 on wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'J1DOHU0T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made the reservation and your reference number is J1DOHU0T ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great I am also looking to get a train from london kings cross that will arrive by 12:30"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to help you with that . What day are you traveling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 4 different trains that will meet your needs . Will you be traveling alone or with a group ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm traveling alone , can you tell me how much the train fare costs ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cost per ticket is 23.60 pounds . Would you like me to book a train for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book me on the train that arrives in Cambridge on Wednesday as closest to 12:30 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,departure,'London Kings Cross');(_:booking,leave_at,'11:17');(_:booking,ref,'IDCU3WFU');(_:booking,ticket,'23.6 Pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your train leaves London Kings Cross at 11:17 . Please pay 23.6 Pounds at the station . Your reference number is IDCU3WFU . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need a train to to arrive in Cambridge by 12:30 ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you on one . Would you like a second train ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Opps no , that was an error on my part . I wo n't be needing anything else ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , thanks for using our service . Have a great day !"
}
] |
PMUL4709.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"J1DOHU0T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"J1DOHU0T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"ref",
"J1DOHU0T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"ref",
"J1DOHU0T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"London Kings Cross"
],
[
"_:booking",
"leave_at",
"11:17"
],
[
"_:booking",
"ref",
"IDCU3WFU"
],
[
"_:booking",
"ticket",
"23.6 Pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"departure",
"London Kings Cross"
],
[
"_:booking",
"leave_at",
"11:17"
],
[
"_:booking",
"ref",
"IDCU3WFU"
],
[
"_:booking",
"ticket",
"23.6 Pounds"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_: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,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me information on hotels in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not interested in the price , but I would like it to be a 4-star hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'the alexander bed and breakfast guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have two . I recommend the alexander bed and breakfast guesthouse ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry . I needed a hotel , not a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The University Arms Hotel meets your criteria . Would you like to make a booking or more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I need it to be for 1 person for 2 nights starting on Friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'friday');(_:booking,name,'university arms hotel');(_:booking,people,'1');(_:booking,ref,'ZUWP7UJK');(_:booking,stay,'3 days 2 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation at university arms hotel this friday for 3 days 2 nights for 1 person was successful . Your Reference number is : ZUWP7UJK ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can you also find me a Japanese food restaurant in the expensive price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Wagamana');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Wagamana is good fit . Would you like me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'12:45');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Can you please book a table for one at 12:45 on Friday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'A2Q5X07S');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have completed that booking . The reference number is A2Q5X07S . Can I do anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so so much ! That 's all now , bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Take care !"
}
] |
PMUL3770.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the alexander bed and breakfast guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"ZUWP7UJK"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"ZUWP7UJK"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Wagamana"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"stay",
"3 days 2 nights"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Wagamana"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"A2Q5X07S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the centre please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are about 33 different restaurants to choose from . What type of food are you interested in trying ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think Chinese sounds good , are there any of those in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . I have four places that are Chinese food . Would you like to book one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes please , book a table for 8 people at 19:30 on thursday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Ugly Duckling');(_:booking,ref,'BVC8A9MP');(_:booking,type,'Booking');(_:result,address,'12 St. Johns Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have booked the Ugly Duckling at 12 St. Johns Street City Centre . The table will be reserved for 15 minutes . \n Reference number is : BVC8A9MP ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also trying to find places to go for entertainment . Can you please help me ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cherry Hinton Hall and Grounds');(_:result,name,'Funky Fun House');(_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,name,'Whale of a Time');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly . There are ; Cherry Hinton Hall and Grounds , Funky Fun House , Nusha , Tenpin and Whale of a Time . Could I book any of those for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'funky fun house');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me the area , address , and entrance fee fo the Funky Fun House ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,area,'east');(_:result,entrance_fee,\"do n't know the entrance fee\");(_:result,phone,'01223304705');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is in the east area and the address is 8 mercers row , mercers row industrial estate . I do n't know the entrance fee but their number is 01223304705 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm actually all set now , thanks so much ! Take care now !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great time in Cambridge !"
}
] |
PMUL2082.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"BVC8A9MP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"BVC8A9MP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"BVC8A9MP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry Hinton Hall and Grounds"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"do n't know the entrance fee"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , to narrow it down , do you have a preference for what part of the city it is in or what type of food is served ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'certre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want one in the certre area and in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,food,'asian oriental');(_:result,food,'british');(_:result,food,'chinese');(_:result,food,'european');(_:result,food,'gastropub');(_:result,food,'international');(_:result,food,'italian');(_:result,food,'lebanese');(_:result,food,'modern european');(_:result,food,'spanish');(_:result,food,'turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found some restaurants . They serve asian oriental , british , chinese , european , gastropub , international , italian , lebanese , modern european , spanish , and turkish ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care what type of food they serve . What would you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Modern European');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've heard good things about Riverside Brasserie , they serve Modern European cuisine . Would you like to see if they have tables available ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'20:00');(_:search,people,'seven');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good , I have a group of seven and we want to eat at 20:00 on Friday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately I was n't able to get the reservation for you . Would you like me to try somewhere else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend another moderately priced restaurant located in the centre ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'British');(_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What about the Copper Kettle ? They serve British cuisine ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That would work , please book that ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'ZXIRY17R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Good news ! Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : ZXIRY17R ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks for all your help . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye ."
}
] |
SSNG0084.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"certre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"certre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"certre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"seven"
],
[
"_:system",
"canthelp",
"_:booking/8bf2a41a"
],
[
"_:booking/8bf2a41a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"seven"
],
[
"_:system",
"canthelp",
"_:booking/8bf2a41a"
],
[
"_:booking/8bf2a41a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"seven"
],
[
"_:system",
"canthelp",
"_:booking/8bf2a41a"
],
[
"_:booking/8bf2a41a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"ZXIRY17R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap restaurant . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , what kind of food were you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a preference . Just need it to be cheap and in the south ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is my favorite . Cheap but excellent Portuguese place . Would you like a table there ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "please get me their address ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , it 's Cambridge Leisure Park Clifton Way cb17dy . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need a place to stay , a guesthouse please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I will be happy to help with that , is there a certain area you were looking to stay at ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for something in Cambridge , probably in the south as well , but it 's not necessary ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'151 hills road');(_:result,name,'bridge guest house');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "bridge guest house has a 3 star rating and is at 151 hills road"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,departure,'the restaurant');(_:search,destination,'the guesthouse');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Is Bridge Guest House in the south ? If so , I will also need a taxi to take me from the restaurant to the guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,area,'south');(_:result,departure,'the restaurant');(_:result,name,'bridge guesthouse');(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes bridge guesthouse is in the south . Sure when would you like to leave the restaurant ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the star of that hotel ? The address , including area of town too ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'151 Hills Road');(_:result,area,'south');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is rated 3 stars and is in the south and its address is 151 Hills Road ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , thanks . Can you also help me get a taxi from the restaurant ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "sure , when would you like arrive by ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,leave_at,'06:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! I do n't care , I just want to leave at 06:45 , please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red volkswagen');(_:result,departure,'nanfos');(_:result,destination,'the bridge guesthouse');(_:result,leave_at,'at 06:45');(_:result,phone,'07562063340');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright i ve booked you a red volkswagen from nanfos to the bridge guesthouse that leaves at 06:45 . their contact number is 07562063340 . Anything else I can do to help ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks that 's all I need ."
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "OKay , I am glad I could assist ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again , goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome to Cambridge"
}
] |
PMUL4324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"151 hills road"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"name",
"bridge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"name",
"bridge guesthouse"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"name",
"bridge guesthouse"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:result",
"name",
"bridge guesthouse"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"departure",
"nanfos"
],
[
"_:result",
"destination",
"the bridge guesthouse"
],
[
"_:result",
"leave_at",
"at 06:45"
],
[
"_:result",
"phone",
"07562063340"
],
[
"_: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": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:result",
"name",
"bridge guesthouse"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"departure",
"nanfos"
],
[
"_:result",
"destination",
"the bridge guesthouse"
],
[
"_:result",
"leave_at",
"at 06:45"
],
[
"_:result",
"phone",
"07562063340"
],
[
"_: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,has_internet,'yes');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you navigate me to a 5 star hotel with free wifi please ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I was unable to find any hotels matching those requirements ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have a place with free wifi in the cheap range with a star of 4 ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'21');(_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found 21 hotels that meet those criteria . The Allenbell is one . Should I book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of hotels are they ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Allenbell is a guesthouse . Do you have any other specifications I can narrow your search by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "looking for something with 5 stars and free wifi"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,stars,'5-star');(_:search,type,'Hotel'))",
"inform((_:result,amount,'some');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , but we 've already established that there are no 5-star hotels available . I can provide you with some 4-star options ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry , how silly of me . I want to stay at a hotel , not a guesthouse . A cheap 4 star with free wifi , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'cambridge belfry');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , we 've got the the cambridge belfry . Shall I book you a room ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't need it booked just yet . I just needed the info , thanks ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "All right . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , thank you for your patience . I am all set now . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a wonderful day ! Goodbye !"
}
] |
SNG0849.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53cab405"
],
[
"_:search/53cab405",
"category",
"hotels"
],
[
"_:search/53cab405",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53cab405"
],
[
"_:search/53cab405",
"category",
"hotels"
],
[
"_:search/53cab405",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53cab405"
],
[
"_:search/53cab405",
"category",
"hotels"
],
[
"_:search/53cab405",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53cab405"
],
[
"_:search/53cab405",
"category",
"hotels"
],
[
"_:search/53cab405",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/49ddc371"
],
[
"_:search/49ddc371",
"stars",
"5-star"
],
[
"_:search/49ddc371",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53cab405"
],
[
"_:search/53cab405",
"category",
"hotels"
],
[
"_:search/53cab405",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/49ddc371"
],
[
"_:search/49ddc371",
"stars",
"5-star"
],
[
"_:search/49ddc371",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/53cab405"
],
[
"_:search/53cab405",
"category",
"hotels"
],
[
"_:search/53cab405",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/49ddc371"
],
[
"_:search/49ddc371",
"stars",
"5-star"
],
[
"_:search/49ddc371",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant in the center of town . A place offering Vietnamese food , if possible ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no vietnamese locations in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "really , it should be expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a');(_:result,area,'west');(_:result,food,'vietnamese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a cheap vietnamese restaurant on the west side , but that is all ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about turkish food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'Turkish');(_:result,name,'Meze Bar Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one expensive Turkish eatery in city centre ; Meze Bar Restaurant . Would you like to make reservations ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes and I need a confirmation number thank you"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book for ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not sure yet , can I have the phone number and postcode so I can book the table ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Meze Bar Restaurant');(_:result,phone,'no phone number listed');(_:result,postcode,'cb13nf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meze Bar Restaurant is located in the cb13nf zip code , but there is no phone number listed . Would you like the address ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I would like to check out going to a boat ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area would you like this in ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "It does n't matter to me ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'4');(_:result,entrance_fee,'no entrance fees are listed');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 4 entries that fit . Would you like a couple numbers , so you can call and get more info ? Unfortunately , no entrance fees are listed ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , thanks . Please just select one for me and then let me know the area and address ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "riverboat georgina is in the north . The address is cambridge passenger cruisers , jubilee house . Can I get you anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi . Can you help with that ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , where would you liked to be picked up ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'riverboat georgina');(_:search,leave_at,'23:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the Riverboat Georgina by 23:30 , please ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What would be your destination please ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,destination,'acorn guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The acorn guest house please ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'grey Lexus');(_:result,phone,'07308344442');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi has been booked . It is a grey Lexus . The contact number is 07308344442 . Is there anything else that I can help you with today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I have everything I need at this time ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Have a good day now ."
}
] |
PMUL2287.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"no phone number listed"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"no phone number listed"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"no phone number listed"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"no entrance fees are listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"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/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"no phone number listed"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"no entrance fees are listed"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"no phone number listed"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"no entrance fees are listed"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"leave_at",
"23:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"no phone number listed"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"no entrance fees are listed"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"leave_at",
"23:30"
],
[
"_:search",
"destination",
"acorn guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4b3f0197"
],
[
"_:search/4b3f0197",
"area",
"centre"
],
[
"_:search/4b3f0197",
"food",
"vietnamese"
],
[
"_:search/4b3f0197",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a"
],
[
"_:system",
"canthelp",
"_:search/5b677af2"
],
[
"_:search/5b677af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"no entrance fees are listed"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:search",
"departure",
"riverboat georgina"
],
[
"_:search",
"leave_at",
"23:30"
],
[
"_:search",
"destination",
"acorn guest house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Lexus"
],
[
"_:result",
"phone",
"07308344442"
],
[
"_: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,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want a college to visit"
},
{
"id": 1,
"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 colleges in Cambridge . Did you want one in a particular part of town ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , no particular area . Which one do you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Christ 's College in the centre , admission is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a hotel in the north with free parking included ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'hamilton lodge');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "what about hamilton lodge ? it 's a lovely place ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Sure . That would be fine . Can I have more information please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "What other information do you need ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually , I think I 'm ok for now . Thank you for your time ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay thank you for calling ."
}
] |
PMUL4201.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'd like some information on a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a certain cuisine or area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want british food . In the east , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'619 Newmarket Rd . Fen Ditton');(_:result,area,'east');(_:result,food,'British');(_:result,name,'Graffton Hotel Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Graffton Hotel Restaurant is in the east and serves British food . It 's location is 619 Newmarket Rd . Fen Ditton ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will need it for Saturday , 7 people at 17:45 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'17:45');(_:booking,people,'7');(_:booking,ref,'R8CV0HU9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked a table for 7 on Saturday at 17:45 for you . The table will be reserved for 15 minutes and your reference number is R8CV0HU9 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train on sunday ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . Can you please tell me what station you will be leaving from and your destination . Also a time preference ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Sunday from Cambridge and heading to Birmingham New Street . I need to arrive by 19:15 . I need to book this for 7 people . Rererence number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2776');(_:booking,ref,'D1P5X7FS');(_:booking,ticket,'420.56 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked on TR2776 , with the reference number D1P5X7FS . The total fee is 420.56 GBP payable at the station . Is there anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That 's all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "In case you and your party need assistance , the Parkside Police Station number is 01223358966 . Have a nice day ."
}
] |
PMUL0548.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"619 Newmarket Rd . Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"619 Newmarket Rd . Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"R8CV0HU9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"619 Newmarket Rd . Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"R8CV0HU9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"619 Newmarket Rd . Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"people",
"7"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2776"
],
[
"_:booking",
"ref",
"D1P5X7FS"
],
[
"_:booking",
"ticket",
"420.56 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I need to find a cheap hotel that has free parking in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a ton');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have a ton of those ! Are you interested in a particular area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about a particular area , but I would like a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 different guesthouses that fit that criteria . What area of the city would you like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you pick one you know is a good place to stay and book it for 7 people staying 4 nights starting Monday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'the alexander bed and breakfast');(_:booking,ref,'5X64UYIN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set at the alexander bed and breakfast . Your reference number is 5X64UYIN . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there any good attractions in the south , you 'd recommend ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'8');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 8 choices , any preference for type ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you happen to have any colleges to visit ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Not in the south , I 'm afraid . Would you like a different type of attraction ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would . Perhaps a theatre or cinema ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,area,'south');(_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , I have found Cineworld Cinema that is in the south area . Their address is cambridge leisure park , clifton way . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their entrance fee , as well ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "we do n't have that information available ."
}
] |
MUL2660.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",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a ton"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a ton"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a ton"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the alexander bed and breakfast"
],
[
"_:booking",
"ref",
"5X64UYIN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_: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"
],
[
"_:result",
"amount",
"a ton"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the alexander bed and breakfast"
],
[
"_:booking",
"ref",
"5X64UYIN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a ton"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the alexander bed and breakfast"
],
[
"_:booking",
"ref",
"5X64UYIN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/aaf0fbea"
],
[
"_:search/aaf0fbea",
"area",
"south"
],
[
"_:search/aaf0fbea",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"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"
],
[
"_:result",
"amount",
"a ton"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"the alexander bed and breakfast"
],
[
"_:booking",
"ref",
"5X64UYIN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"8"
],
[
"_:system",
"canthelp",
"_:search/aaf0fbea"
],
[
"_:search/aaf0fbea",
"area",
"south"
],
[
"_:search/aaf0fbea",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for an inexpensive hotel to stay in while I 'm in Cambridge . I would like it to be a guesthouse type of room please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'throughout the city');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several throughout the city . Is there any location you would prefer it in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I want free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great . I have 9 available that offer free parking . Is there a star rating you 'd prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer one with at least a 2 star rating . I 'd also like one with internet ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 2 star hotels available ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No star rating . I just need it to be a guesthouse , cheap , free parking and if they have internet ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I 'll need some more information to book that for you . How many people , for how long and when please ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not ready to book just yet . Do any have internet ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the alexander bed and breakfast . And has free parking and free wifi ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds fine . I 'm also looking for something to do in the west part of town . Got any recommendations ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'college');(_:result,name,'clare hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "we have lovely college 's in the west , clare hall is one of my favorites !"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'clare hall');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok , let 's try Clare Hall . What 's the address and postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Herschel Road');(_:result,name,'Clare Hall');(_:result,postcode,'CB39AL');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare Hall is located on Herschel Road and has the postcode CB39AL . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need today . Thank you so much ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL2550.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"canthelp",
"_:search/99dd6c9d"
],
[
"_:search/99dd6c9d",
"category",
"hotels"
],
[
"_:search/99dd6c9d",
"stars",
"2"
],
[
"_:search/99dd6c9d",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"canthelp",
"_:search/99dd6c9d"
],
[
"_:search/99dd6c9d",
"category",
"hotels"
],
[
"_:search/99dd6c9d",
"stars",
"2"
],
[
"_:search/99dd6c9d",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/99dd6c9d"
],
[
"_:search/99dd6c9d",
"category",
"hotels"
],
[
"_:search/99dd6c9d",
"stars",
"2"
],
[
"_:search/99dd6c9d",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/99dd6c9d"
],
[
"_:search/99dd6c9d",
"category",
"hotels"
],
[
"_:search/99dd6c9d",
"stars",
"2"
],
[
"_:search/99dd6c9d",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/99dd6c9d"
],
[
"_:search/99dd6c9d",
"category",
"hotels"
],
[
"_:search/99dd6c9d",
"stars",
"2"
],
[
"_:search/99dd6c9d",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Herschel Road"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"postcode",
"CB39AL"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a Malaysian restaurant on the north side of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,food,'Malaysian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I do n't show any results for Malaysian restaurants on the north side of town . Would you like me to search any other areas ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , how about a French restaurant instead ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,address,'22 chesterton road Chesterton');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about restaurant two two at 22 chesterton road Chesterton"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Phone number , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223 351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223 351880 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Good bye ."
}
] |
WOZ20189.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/dba81d8d"
],
[
"_:search/dba81d8d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Malaysian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/dba81d8d"
],
[
"_:search/dba81d8d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Malaysian"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"22 chesterton road Chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/dba81d8d"
],
[
"_:search/dba81d8d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Malaysian"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"22 chesterton road Chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that departs from Peterborough and goes to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many trains available . What day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We will be leaving on Sunday afternoon ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are still many trains to pick from , can you narrow down a departure and arrival time frame ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'20:15');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , it should leave after 20:15 and leave on monday , not sunday . Please give me a price , travel time , and arrival time for any train ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'21:09');(_:result,count,'1');(_:result,leave_at,'20:19');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 20:19 and arriving at 21:09 . It is 13.20 pounds . Would you like me to book that for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . What is the travel time ? I 'll also need a hotel in the expensive price range . Can you help me with that as well ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))",
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Travel time is 50 minutes . I found 5 hotels you may like . Do you have a star rating request or an area you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like a 2 star rating and I 'll need it to be in the east side of town ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found one hotel that matches your criteria , It 's the Express by Holiday Inn Cambridge . Would you like to book there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 3 people starting that same day for 4 nights ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Express by Holiday Inn');(_:booking,people,'three');(_:booking,ref,'XPFOA5KT');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked at the Express by Holiday Inn , three people for four nights starting on Monday . Your reference number is XPFOA5KT . Is there anything else you need ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thank you goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a wonderful day !"
}
] |
MUL0772.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"21:09"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"20:19"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"21:09"
],
[
"_:result",
"leave_at",
"20:19"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"21:09"
],
[
"_:result",
"leave_at",
"20:19"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"21:09"
],
[
"_:result",
"leave_at",
"20:19"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"XPFOA5KT"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am going to cambridge and need a hotel"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . Do you have a preferred price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really . I like 4 star places that include free parking though ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several places . Which area would you prefer to be in ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to be in the north side of town ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I did not find a hotel that fits your criteria on the north side of town , but there are several guesthouses . Would a guesthouse be okay ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That is great . Can you provide me the phone number and price range of the best guest house ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'the acorn guest house');(_:result,phone,'01223353888');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the phone number to the acorn guest house 01223353888 with a price range of moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also look for a train on saturday to broxbourne ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,destination,'broxbourne');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains headed to broxbourne . What time of day would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 16:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,destination,'broxbourne');(_:result,id,'TR5688');(_:result,leave_at,'17:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR5688 is departing to broxbourne at 17:01 would you like to book this ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you please book for 3 seats ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1l0FBGWG');(_:booking,ticket,'42.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was successful , the total fee is 42.96 GBP and your reference # 1l0FBGWG"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's everything I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Have a good day ."
}
] |
MUL2045.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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1eb1086b"
],
[
"_:search/1eb1086b",
"area",
"north"
],
[
"_:search/1eb1086b",
"category",
"hotel"
],
[
"_:search/1eb1086b",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/1eb1086b"
],
[
"_:search/1eb1086b",
"area",
"north"
],
[
"_:search/1eb1086b",
"category",
"hotel"
],
[
"_:search/1eb1086b",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/1eb1086b"
],
[
"_:search/1eb1086b",
"area",
"north"
],
[
"_:search/1eb1086b",
"category",
"hotel"
],
[
"_:search/1eb1086b",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"16: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",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/1eb1086b"
],
[
"_:search/1eb1086b",
"area",
"north"
],
[
"_:search/1eb1086b",
"category",
"hotel"
],
[
"_:search/1eb1086b",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"id",
"TR5688"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/1eb1086b"
],
[
"_:search/1eb1086b",
"area",
"north"
],
[
"_:search/1eb1086b",
"category",
"hotel"
],
[
"_:search/1eb1086b",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"id",
"TR5688"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1l0FBGWG"
],
[
"_:booking",
"ticket",
"42.96 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,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately - priced place to stay ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'18');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I can help . We have 18 moderately priced hotels . Do you have any additional preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer the south part of town if you have anything ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'Guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 Guesthouses available for what you need . Do you want information on one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . Do either have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Aylesbray Lodge Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both of the guesthouses have free wifi and free parking . I would recommend the Aylesbray Lodge Guest House due to it being 4 stars ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! Can you book that for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , tell me what day are you arriving , how long is your stay , and for how many people ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There wilI be 4 of us arriving on Saturday , and staying for 3 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HH78SJFP');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Wonderful . Your room has been booked for 3 nights . Your reference number is HH78SJFP . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not that is it thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you if you need any more help please let us know ."
}
] |
SNG0880.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"Guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"Guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"Guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"Guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HH78SJFP"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend a restaurant in the center of Cambridge that has moderate prices ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing but first can you tell me what kind of food you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Italian food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Pizza Express');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Express in the centre , would you like me to make you a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . I just need the post code for now ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21db');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cb21db . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like some places to visit while I 'm in town . Perhaps something in the same area as the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I suggest the Castle Galleries , it 's a museum also in the centre area . Admission is free ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their phone number please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There number is 01223307402"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the museum');(_:search,leave_at,'14:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to book a taxi to get from the restaurant to the museum . I plan on leaving the restaurant by 14:00 ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "How many people in the taxi ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "It is just me by myself"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red Skoda');(_:result,phone,'07842186730');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked . It will be a red Skoda and their contact number is 07842186730 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! That is all I need . Have a good day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you have a great day !"
}
] |
PMUL2060.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Skoda"
],
[
"_:result",
"phone",
"07842186730"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a restaurant in the expensive price range that is located in the city center ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'center');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 expensive resturants in the city center . We could narrow it down more by food type . What type of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'do not care');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not care about that ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bedouin serves African food , is in the center , and in the expensive price range . Do you want me to book this restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book a table for seven at 19:15 on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'19:15');(_:booking,name,'Bedouin');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I have booked you at Bedouin on Tuesday at 19:15 for 7 people ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is actually not open then , another day or place to dine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a different restaurant in the area and price range ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Cambridge chop house');(_:booking,ref,'K1T50MHG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you at the Cambridge chop house . Reference number K1T50MHG ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Enjoy your dinner ."
}
] |
SSNG0020.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"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do not care"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"19:15"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:booking",
"duration",
"19:15"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/e289fbb7"
],
[
"_:booking/e289fbb7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"do not care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:booking",
"duration",
"19:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/e289fbb7"
],
[
"_:booking/e289fbb7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Cambridge chop house"
],
[
"_:booking",
"ref",
"K1T50MHG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking a train arriving by 17:45 that leaves on Friday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Leaving cambridge and going to norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:55');(_:result,day,'friday');(_:result,departure,'cambridge');(_:result,destination,'norwich');(_:result,id,'TR7747');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7747 leaves cambridge on friday and arrives in norwich at 16:55 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , book for three people , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'8MRK0X44');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 52.8 GBP payable at the station . \n Reference number is : 8MRK0X44 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you so much . I appreciate it . Can you also help me find a British restaurant in the centre of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'7');(_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i have 7 british restaurants in the centre of town . which price range would you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive price range will be good"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about midsummer house restaurant ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good . What is their postcode and what is their phone number ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223369299');(_:result,postcode,'cb41 ha');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Postcode is cb41 ha and phone number is 01223369299 . Would you like for me to make a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your dinner ."
}
] |
PMUL3241.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR7747"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR7747"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MRK0X44"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR7747"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MRK0X44"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR7747"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MRK0X44"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR7747"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MRK0X44"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"phone",
"01223369299"
],
[
"_:result",
"postcode",
"cb41 ha"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , could you help me with some information on a particular attraction ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! What attraction were you thinking of ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'nusha');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "It is called Nusha . Can you tell me a little bit about it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,name,'Nusha');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I certainly can . Nusha is categorized as an entertainment attraction , and is located in the south side ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'thanh binh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Please get me information on a particular restaurant called thanh binh"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'17 Magdalene Street City Centre cd30af');(_:result,food,'vietnamese');(_:result,name,'Thanh Binh');(_:result,phone,'01223362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh Binh a vietnamese restaurant located at 17 Magdalene Street City Centre cd30af , their phone number is 01223362456 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:16');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , please make a reservation there for 6 people at 17:16 on saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DKB62V27');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is DKB62V27 . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No I think that 's everything ! Goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you too ."
}
] |
PMUL2380.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"nusha"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre cd30af"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:16"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre cd30af"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"phone",
"01223362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:16"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DKB62V27"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "food type , book a hotel , buy a train ticket ..."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "i 'm sorry could you clarify what it is you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train . The train should depart from cambridge and should leave on saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I need to know where you are going and when ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Norwich and i need to leave after 16:30"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR6880');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR6880 would fit your needs weel"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'shiraz');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I can look for that one later when I book . I 'm also looking for a restaurant called the Shiraz ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,food,'Mediterranean');(_:result,name,'Shiraz');(_:result,phone,'01223307581');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great , I found the Mediterranean restaurant called Shiraz . Their telephone number is 01223307581 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need for now ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today"
}
] |
PMUL3067.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"id",
"TR6880"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:result",
"id",
"TR6880"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Am injured and are looking for a hospital nearby"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge Postcode CB20QQ"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "That may be good . How many minutes away is that hospital ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "Where are you currently located ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Nevermind , sorry . I just needed the postcode and address . I 'm all set now ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG02151.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an Afghan restaurant in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,pricerange,'that range');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are none in that range , perhaps something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , how about mexican food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Chiquito Restaurant Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito Restaurant Bar fits that criteria . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . 7 people at 18:30 on tuesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately we can not book you for that date and time . Would you like to try another date or time perhaps ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'17:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 17:30 instead ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IV21ENWM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That 's a better time , your reference number is IV21ENWM and the table will be held for you for 15 minutes . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need a place to stay with free wifi . The hotel should have a 0 star rating . Do you have anything like that ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'CityRoomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there is one option . CityRoomz , shall I book a room for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Is that expensive ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is in the moderate price range . If you give me your date of arrival , number of guests , and length of stay , I can try to make a reservation for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need one that is in the expensive price range ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,stars,'0-star');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,stars,'2-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry there are no hotels in the expensive range with a 0-star rating , the lowest rating for that price range is a 2-star hotel . Are you interested ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a 4 star expensive place to stay that includes free wifi ? Can I have the postcode , hotel type , and address of one that meets that description ?"
},
{
"id": 15,
"rdf-acts": [
"select((_:result,area,'Centre');(_:result,area,'West');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 that fit that criteria . One is in the West and the other is in the Centre . Which is better for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the area . Can you pick one and give me the postcode , hotel type , and address please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,area,'Centre');(_:result,name,'University Arms Hotel');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Try University Arms Hotel in Centre . It is close to alot since it is right there on Regent Street . Postcode is cb21ad . Anything more you need today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that 's everything I need !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , thanks for using Cambridge TownInfo centre , have a great day !"
}
] |
MUL1216.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IV21ENWM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IV21ENWM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IV21ENWM"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IV21ENWM"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0fa34e18"
],
[
"_:search/0fa34e18",
"category",
"hotels"
],
[
"_:search/0fa34e18",
"pricerange",
"expensive"
],
[
"_:search/0fa34e18",
"stars",
"0-star"
],
[
"_:search/0fa34e18",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IV21ENWM"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0fa34e18"
],
[
"_:search/0fa34e18",
"category",
"hotels"
],
[
"_:search/0fa34e18",
"pricerange",
"expensive"
],
[
"_:search/0fa34e18",
"stars",
"0-star"
],
[
"_:search/0fa34e18",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/443de4fa"
],
[
"_:search/443de4fa",
"pricerange",
"that range"
],
[
"_:search/443de4fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/fd9512cc"
],
[
"_:booking/fd9512cc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:booking",
"ref",
"IV21ENWM"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0fa34e18"
],
[
"_:search/0fa34e18",
"category",
"hotels"
],
[
"_:search/0fa34e18",
"pricerange",
"expensive"
],
[
"_:search/0fa34e18",
"stars",
"0-star"
],
[
"_:search/0fa34e18",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like some information on places to stay in Cambridge . I prefer a guesthouse that includes free wifi , parking does not matter ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many options for you ! Which area of town do you prefer ? And do you have a preferred price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd recommend Avalon . It 's located in the north , is moderately priced , and has internet . Would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to go to a museum ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'East area');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend the Cambridge Artworks museum located in the East area . The entrance fee is Free . Would you like the address ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry for jumping ahead . I do want to book the guesthouse starting Tuesday for 5 people staying 2 nights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'7H3I38KW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . You 're all booked . The reference number is 7H3I38KW ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . Now could I get the phone number for Cambridge Artworks please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223902168 . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for somewhere to go in town to kill a few hours ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,area,'east');(_:result,name,'Cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge artworks is nice . It is located at 5 greens road , in the east area ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the hotel');(_:search,leave_at,'12:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay , can you get a taxi for me ? I want to depart the attraction at 12:00 and go to the hotel . Please give me car type and contact number"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow telsa');(_:result,phone,'07644001089');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked that taxi service for you . They will be in a yellow telsa and a number to reach them is 07644001089 . \n ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK , great , thanks . That is all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay in Cambridge ."
}
] |
PMUL3643.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"East area"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"East area"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"7H3I38KW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"East area"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks museum"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"7H3I38KW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"7H3I38KW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"7H3I38KW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cambridge artworks"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow telsa"
],
[
"_:result",
"phone",
"07644001089"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.