turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,name,'adc theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I 'm trying to find info about a particular attraction in town called adc theatre . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes I can help you , I have locate adc theatre do you want the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please , including the postcode . Is there an entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'does not look like there is an entrance fee');(_:result,phone,'01223300085');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their contact number is 01223300085 . It does not look like there is an entrance fee but I would call just to be sure ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I also need a 4-star place to stay that has free parking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 5 matches that meet your criteria . How about the acorn guest house ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Sounds great , and I will take it !"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like for me to try and make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "On second thought , I 'm actually looking for a hotel . Same criteria , but it needs to be in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Acorn guest house');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Acorn guest house is a great fit ! Want more info ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area is it in ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'154 Chesterton Road');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Acorn Guest House is at 154 Chesterton Road . Would you like more info , or would you like to go ahead and book it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know the area the hotel is located in ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "acorn guest house is in the North of town . Is there anything else ?"
}
] |
MUL2535.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"does not look like there is an entrance fee"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"does not look like there is an entrance fee"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"does not look like there is an entrance fee"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"does not look like there is an entrance fee"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"does not look like there is an entrance fee"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for somewhere to eat in the centre ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The bedouin is a nice choice . Do you want to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that a gastropub ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . The Bedouin serves gastropub food and is in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good can you book it for 4 people at 16:30 on wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'african food');(_:result,name,'Bedouin');(_:result,name,'Slug and Lettuce');(_:result,name,'backstreet bistro');(_:result,name,'cow pizza kitchen and bar');(_:result,pricerange,'moderately');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize the Bedouin serves african food . Could I recommend the Slug and Lettuce , or backstreet bistro , if you would prefer something moderately priced the cow pizza kitchen and bar ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,name,'slug and lettuce');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Slug and Lettuce would be fine . It will need to be on Wednesday for 4 people . We 'd like to eat at 16:30 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'32V8AA4N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you 're all booked . Your table will be reserved for 15 minutes and your reference number is 32V8AA4N . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am also looking for a place to stay . The hotel should be in the cheap price range and should include free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'Cambridge');(_:result,count,'10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cambridge has 10 options that meet your criteria . Is there a particular area in which you would like to stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would prefer to stay in the south ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's bed and breakfast is a guesthouse in the south , with a 4 star rating , free wifi and cheap price range . Would you like a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book a stay for 4 people , 3 nights , starting on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,people,'4');(_:booking,ref,'HRT9EL5L');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've got it booked for you for 4 people for 3 nights starting on Wednesday . The reference number is : HRT9EL5L . Is there anything else I do for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also book a taxi for me between the guesthouse and the restaurant ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes what time would you like to travel by taxi ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'our booked time');(_:search,destination,'the slug and lettuce');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to arrive in time for our booked time at the Slug and Lettuce ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'white toyota');(_:result,phone,'07073603005');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You 're all set . Your car will be a white toyota . If you need to contact the driver , you can call 07073603005 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need to know . Thanks ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , just let me know if you need anything else ."
}
] |
PMUL4403.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african food"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"name",
"Slug and Lettuce"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african food"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"name",
"Slug and Lettuce"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"32V8AA4N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"food",
"african food"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"name",
"Slug and Lettuce"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"32V8AA4N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"food",
"african food"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"32V8AA4N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"food",
"african food"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"HRT9EL5L"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"food",
"african food"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"HRT9EL5L"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"our booked time"
],
[
"_:search",
"destination",
"the slug and lettuce"
],
[
"_: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",
"offered",
"_:booking"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"food",
"african food"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"HRT9EL5L"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"our booked time"
],
[
"_:search",
"destination",
"the slug and lettuce"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white toyota"
],
[
"_:result",
"phone",
"07073603005"
],
[
"_: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,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap restaurant in the west area ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'Italian');(_:result,food,'vietnamese');(_:result,name,'La Margherita');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You have your choice of La Margherita , which serves Italian food , or Thanh Binh , which offers vietnamese cuisine ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:30');(_:search,name,'la margherita');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with La Margherita . Could you book a table for 2 people at 13:30 on Saturday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I was unable to book that , would you like me to try something else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes as long as its in the same area and price range . I need a reference number too then please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Thanh Binh');(_:booking,ref,'CLIBOL1Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you into Thanh Binh . Your reference number is CLIBOL1Q ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Okay that is all I need for now ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and goodbye ."
}
] |
SSNG0186.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/4a3ef6b9"
],
[
"_:booking/4a3ef6b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/4a3ef6b9"
],
[
"_:booking/4a3ef6b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Thanh Binh"
],
[
"_:booking",
"ref",
"CLIBOL1Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'el shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i 'm looking for el shaddai"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'The el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The el shaddai is a guesthouse in the centre area . Would you like to make a booking today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would love that . I need to book it starting on Saturday for 4 nights for 4 people ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9NXGN689');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great choice ! Your booking went through without a hitch . Here is your reference number 9NXGN689 . Can I do anything else for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I need a entrance fee and area"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm not sure I understand . The El Shaddai is considered a cheap guesthouse in the centre part of town . Were you looking for an attraction ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I am looking for a nightclub ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Would you prefer centre or south area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "It does n't matter , pick one for me and I 'll need the area and entrance fee please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'5 pounds');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Club Salsa is a really cool hot spot . They are located in the centre of the city and it 's only 5 pounds per person to get in !"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all for now . Thanks for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to be of service , and thank you for using the Cambridge TownInfo Centre !"
}
] |
PMUL4467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"el shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9NXGN689"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9NXGN689"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9NXGN689"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9NXGN689"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves Malaysian food and is in the cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "No matches found for cheap Malaysian food . Would you like something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about vietnamese food , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Vietnamese');(_:result,name,'Thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh binh is a nice restaurant that serves Vietnamese food and is in the cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great ! May I have their phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,\"thanh binh 's\");(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh 's phone number is 01223 362456"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system , please call again ."
}
] |
WOZ20350.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/e295149d"
],
[
"_:search/e295149d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/e295149d"
],
[
"_:search/e295149d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/e295149d"
],
[
"_:search/e295149d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh 's"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a moderately priced restaurant in the north part of town . What is the address ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Nirala');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Nirala is a great moderately priced Indian restaurant in the north part of town . They are located at 191 Histon Road Chesterton . Is there anything else I can do for you today ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Good bye ."
}
] |
WOZ20624.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many options for you . Is there a certain area of town you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that does n't matter , but I need a hotel with free parking ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'14');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are 14 choices that meet your needs . Do you prefer a hotel or guesthouse ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . I would like for the hotel to have free wifi"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Archway House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright how does the Archway House sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can they accommodate a party of 8 for 2 nights , beginning Saturday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3O4M8ZSU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes they can ! Your booking was successful and your reference number is 3O4M8ZSU . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I needed , thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG0808.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"14"
],
[
"_: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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3O4M8ZSU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I am looking for a train that is going to Cambridge from London Liverpool Street ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure day and time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:00');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving on Friday and would like to arrive by 8:00 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'7:07');(_:result,id,'TR8522');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . we have a train which arrives at 7:07 train i d TR8522 . Shall I book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need 4 tickets and the reference number for my booking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'UCBSWCF8');(_:booking,type,'Booking'))",
"bye()"
],
"speaker": "system",
"text": "Your reference number is UCBSWCF8 . We hope you have a great trip ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks I am also looking for a swimming pool in the north part of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'between Victoria Road and the river');(_:result,area,'north');(_:result,name,'Jesus Green Outdoor Pool');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I can suggest the Jesus Green Outdoor Pool is located in the north part of town between Victoria Road and the river . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for the swimming pool , entrance fee , and address ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'between victoria road and the river');(_:result,entrance_fee,'do not see any information');(_:result,phone,'01223302579');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure the phone number is 01223302579 and their address is between victoria road and the river . I do not see any information on an entrance fee ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Excellent . That should be everything !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Great ! Is there anything else I can help you with before we go ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that about does it ! Have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day !"
}
] |
MUL0539.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"7:07"
],
[
"_:result",
"id",
"TR8522"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"7:07"
],
[
"_:result",
"id",
"TR8522"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UCBSWCF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"7:07"
],
[
"_:result",
"id",
"TR8522"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UCBSWCF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between Victoria Road and the river"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"7:07"
],
[
"_:result",
"id",
"TR8522"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UCBSWCF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"entrance_fee",
"do not see any information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"7:07"
],
[
"_:result",
"id",
"TR8522"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UCBSWCF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"entrance_fee",
"do not see any information"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that offers British food in a moderate price range , can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'center');(_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have many in the center of town and on in the west . Do you have a preference for area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try the west ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'1');(_:result,name,'Saint Johns Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one in the west called Saint Johns Chop House . Would you like a reservation here ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "For now , can I just get the phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223353110');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their number is 01223353110 . Postcode is cb30ad ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's everything I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing Cambridge TownInfo Centre ."
}
] |
SNG0624.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How are you doing ? Are there any European restaurants in the city center ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'8');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 8 . What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the name and address of one of the most inexpensive ones ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Quayside Off Bridge Street');(_:result,name,'River Bar Steakhouse and Grill');(_:result,phone,'01223307030');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number to the River Bar Steakhouse and Grill is 01223307030 and the address is Quayside Off Bridge Street ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . I am also looking for places to go in town . Can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of place are you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to see colleges . Can you please recommend one with no entrance fee , and let me know the area . Thank you ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'Churchhill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchhill College is free and in the west part of town"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That was all I needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure assisting you . Have a wonderful night . Goodbye ."
}
] |
PMUL2335.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Quayside Off Bridge Street"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"phone",
"01223307030"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"address",
"Quayside Off Bridge Street"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"phone",
"01223307030"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"address",
"Quayside Off Bridge Street"
],
[
"_:result",
"phone",
"01223307030"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchhill College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any hotel in the area with 4 stars and I can get for cheap price ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found the Cambridge Belfry , a 4 star cheap hotel . Would you like to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would just like to know first if this place includes free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does include free parking ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "OK , can I have their phone number ? Oh , and they have free wifi , right ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,phone,'01954714600');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they do offer free WiFi . The number is 01954714600"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a restaurant in the east that serves Indian food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four restaurants that match your search . What price range would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The price range does n't matter . Can you give me a few names to choose from ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Curry Prince');(_:result,name,'Pipasha Restaurant');(_:result,name,'Rajmahal');(_:result,name,'Sitar Tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The choices are Curry Prince , Pipasha Restaurant , Rajmahal , and Sitar Tandoori . Would you like to book a table at one of these ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Curry Prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a table , but can I get the address , postcode and price range for Curry Prince ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,name,'Curry Prince');(_:result,phone,'01223566388');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Yes sure . The Curry Prince 's telephone number is 01223566388 . And their address and postcode are 451 Newmarket Road Fen Ditton cb58jj ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Curry Prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range for The Curry Prince ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range is moderate ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'curry prince');(_:search,leave_at,'4:00');(_:search,name,'Cambridge Belfry');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! Now , can I get a taxi from the Cambridge Belfry to the Curry Prince ? I need to leave the hotel by 4:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'Blue Audi');(_:result,phone,'07768403851');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . You will be riding in a Blue Audi . Their number is 07768403851 . Can I help you with something else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything I needed , Thanks for everything and please take care !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service , and thanks for using the Cambridge TownInfo centre . Have a wonderful day !"
}
] |
MUL0039.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Curry Prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Curry Prince"
],
[
"_: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",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"curry prince"
],
[
"_:search",
"leave_at",
"4:00"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"curry prince"
],
[
"_:search",
"leave_at",
"4:00"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Blue Audi"
],
[
"_:result",
"phone",
"07768403851"
],
[
"_: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,food,'portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a cheap portuguese restaurant . Give me their address , phone number , and area , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,area,'south');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,phone,'01223 327908');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is a cheap Portuguese restaurant in the south area . The phone number is 01223 327908 and the address is Cambridge Leisure Park Clifton Way"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , goodbye ."
}
] |
WOZ20315.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train departing from london kings cross"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'London Kings Cross');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to depart London Kings Cross ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes departing from there heading to Cambridge on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to depart or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to cambridge and should arrive by 14:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,id,'TR7309');(_:result,leave_at,'11:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR7309 departing London Kings Cross at 11:17 and arriving in Cambridge at 12:08 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book that for 5 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'7UGGORNQ');(_:booking,ticket,'94.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 94.4 GBP payable at the station . Reference number is : 7UGGORNQ ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG01646.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7309"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7309"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7UGGORNQ"
],
[
"_:booking",
"ticket",
"94.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'mumford theatre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to take me from Mumford Theatre to go to Darry 's Cookhouse and Wine Shop ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what time do you want to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get there by 24:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,phone,'07486674737');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is complte , a grey lexus will pick you up . The contact number is 07486674737 . Do you need any further assistance ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything . Thanks ! !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . Thanks for using our services ."
}
] |
SNG01294.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"mumford theatre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"24:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07486674737"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for attractions of multiple sports located in the east . What is available ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,count,'1');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do have one . It is the Cherry Hinton Village Centre in the east . It is located on Colville Road , Cherry Hinton . Would you like any other info for them ?"
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that sounds like just what I need . Thanks for your help and have a great day . Bye ."
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you as well . I hope you enjoy your visit and have a wonderful day ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you , one last thing we need a place to dine at in same area as multiple sports that would be in moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'Curry');(_:result,food,'pasta');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three options . Two Indian places and one Italian . Curry or pasta ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I wanted traditional food . If that 's not available I 'll try Italian ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'italian');(_:result,name,'Pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza hut fen ditton is a great italian restaurant in the area . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I said Italian but I really wanted indian food ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,food,'curry prince');(_:result,food,'rajmahal');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 option to choose from : curry prince and rajmahal . Which would you like to try ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like curry prince . It sounds interesting ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . Can I make a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No reservation thanks , my plans are still in the works . Could I have the postcode and address though ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223566388');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The post code is cb58jj and the phone number is 01223566388 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's everything I need for now ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Sounds good . Enjoy your visit , and thanks for using Cambridge TownInfo centre !"
}
] |
MUL2310.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut fen ditton"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"curry prince"
],
[
"_:result",
"food",
"rajmahal"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut fen ditton"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"curry prince"
],
[
"_:result",
"food",
"rajmahal"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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": [
[
"_:search",
"category",
"multiple sports"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut fen ditton"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"curry prince"
],
[
"_:result",
"food",
"rajmahal"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to know more about a hotel called home from home ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Home From Home');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home From Home is a 4 star guesthouse with internet and parking in the moderate price range . Would you like their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer an address at this point . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'78 - 80 Milton Road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay . Their address is 78 - 80 Milton Road ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for an expensive restaurant in the east ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'290 Mill Road City Centre');(_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Royal Standard , a gastropub in the east . It 's located at 290 Mill Road City Centre . Can I make a reservation for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I will have a party of 8 ready to dine on Sunday at 18:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'18:15');(_:booking,people,'8');(_:booking,ref,'NUVBZXWY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All righty , your reservation is set for Sunday , 18:15 , for 8 people . Your table will be held for 15 minutes . Your reference number is NUVBZXWY ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Perfect ! That is all I needed ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "Great , will you need a taxi perhaps ? I can also give you information on attractions in the area ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Oh yes of course . I need one to arrive at the restaurant by 18:15 . Please provide the car type and contact number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white volkswagon');(_:result,phone,'07673977358');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Done . Look for a white volkswagon and the contact number is 07673977358 . Will there be anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that was all I need , thanks . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome . enjoy your stay ."
}
] |
PMUL0446.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 Milton Road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NUVBZXWY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NUVBZXWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NUVBZXWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volkswagon"
],
[
"_:result",
"phone",
"07673977358"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architectural');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for any type of architectural attractions in town . Do you have any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'museums');(_:result,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I could not find any attraction that match your request . Can I look for museums ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "There are no architectural attractions anywhere in town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,'All saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All saints church is listed as architecture , would you like to go there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'all saints church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , that sounds good . Could you give me the information on All Saints Church ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Jesus Lane');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is in the centre located at Jesus Lane and the entrance is free . Their phone number is 01223452587 and the postcode is cb58bs ? Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for an expensive place to stay that includes free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! I have a few places in mind , but can you tell me if you prefer a particular area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm just looking for something that is a guesthouse in the cheap price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is available , would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can you book for 4 people 5 nights and get me the reference number please ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "from what day should i book ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Starting Thursday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,ref,'U3DO9AJP');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "You have a room booked for Thursday . Reference number is U3DO9AJP . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was it . Thank you so much for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and goodbye ."
}
] |
MUL2604.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architectural"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architectural"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architectural"
],
[
"_:system",
"canthelp",
"_:search/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architectural"
],
[
"_:system",
"canthelp",
"_:search/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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/c8ac3fd6"
],
[
"_:search/c8ac3fd6",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"ref",
"U3DO9AJP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat gastropub food ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you prefer an expensive or a moderate priced restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd prefer moderately priced please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,count,'1');(_:result,name,'Cow Pizza Kitchen and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one available . It 's called The Cow Pizza Kitchen and Bar . It 's located in the center of town . Can I offer to book you a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , thank you . Can I have the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb23qf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their postcode is cb23qf"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's all I need to today . Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day . Bye ."
}
] |
SNG0629.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like you to tell me about great Indian restaurants in the area . It 's okay if they are expensive ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'throughout the city');(_:result,count,'14');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a total of 14 different expensive Indian restaurants located throughout the city . Is there a particular area of town you would like to eat in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No . Choose one for me ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry garden has good reviews , would you like to book there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! Can you book a table for 8 people at 17:30 on Friday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'QLMRQ3H2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . Your reference number is QLMRQ3H2 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . That 's all I need right now . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
SNG0674.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"throughout the city"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QLMRQ3H2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you help me choose a train running from Stansted Airport to Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Which day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Sunday after 21:15 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,departure,'Stansted Airport');(_:result,leave_at,'22:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving at 22:24 from Stansted Airport on Sunday . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "yes , that would be great ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "actually just tell me how long the trip is"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The duration is 28 minutes . May I help with something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you want a hotel or a guesthouse ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a 3 star hotel in the moderate price range , please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , I do n't have any 3 star hotels in the moderate price range . Would you like to try a guesthouse or a 2 star hotel perhaps ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care what area . Can you double check please ? I also need wifi ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,category,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no results . Perhaps we could try a different type or star rating ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , let me know what is available ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 star rating hotels . Would that work for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'two');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , whateveryou recommend , can we book it for two people and four nights starting friday ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,name,'ashley hotel');(_:booking,ref,'OF50YGXK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for the ashley hotel . Reference number is : OF50YGXK ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help . Have a great day ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , goodbye til next time ."
}
] |
PMUL1733.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_: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",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/ae0c08d3"
],
[
"_:search/ae0c08d3",
"category",
"hotels"
],
[
"_:search/ae0c08d3",
"pricerange",
"moderate"
],
[
"_:search/ae0c08d3",
"stars",
"3"
],
[
"_:search/ae0c08d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"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",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ae0c08d3"
],
[
"_:search/ae0c08d3",
"category",
"hotels"
],
[
"_:search/ae0c08d3",
"pricerange",
"moderate"
],
[
"_:search/ae0c08d3",
"stars",
"3"
],
[
"_:search/ae0c08d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/d1e1c669"
],
[
"_:search/d1e1c669",
"type",
"Hotel"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ae0c08d3"
],
[
"_:search/ae0c08d3",
"category",
"hotels"
],
[
"_:search/ae0c08d3",
"pricerange",
"moderate"
],
[
"_:search/ae0c08d3",
"stars",
"3"
],
[
"_:search/ae0c08d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/d1e1c669"
],
[
"_:search/d1e1c669",
"type",
"Hotel"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"22:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ae0c08d3"
],
[
"_:search/ae0c08d3",
"category",
"hotels"
],
[
"_:search/ae0c08d3",
"pricerange",
"moderate"
],
[
"_:search/ae0c08d3",
"stars",
"3"
],
[
"_:search/ae0c08d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/d1e1c669"
],
[
"_:search/d1e1c669",
"type",
"Hotel"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"ashley hotel"
],
[
"_:booking",
"ref",
"OF50YGXK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want turkish food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I find 3 restaurants matching your request ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'Turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You 're looking for Turkish food , correct ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Are any of those restaurants in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,count,'3');(_:result,food,'Turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are three restaurants serving Turkish food in the center of town ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'anatolia');(_:result,name,'efes restaurant');(_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia and efes restaurant are moderately priced , while meze bar restaurant is expensive ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,address,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for which restaurant ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address for anatolia please"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is located at 30 bridge street city centre . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , Thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thank you for using this system . Goodbye ."
}
] |
WOZ20143.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"address",
"?"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"address",
"?"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_: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,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello ! Can you please recommend a 3-star hotel ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sure , i have six you can choose from"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have one in the north with free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hamilton lodge \t is in the north and has free wifi . Want me to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is Hamilton Lodge a hotel or guesthouse ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a guesthouse . Would you like more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for 6 people ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely ! What day were you needing to stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need 6 people for 4 nights starting tuesday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'JZM3JY4X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and your reference number is JZM3JY4X ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "ok , now i need a train ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure site and your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from cambridge and going to london liverpool street"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time are you thinking of leaving ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'08:45');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 08:45 and should leave on saturday . I will need a arrival time and price"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'11:27');(_:result,leave_at,'9:59');(_:result,ticket,'13.28');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train departs at 9:59 and arrives at 11:27 , the price is 13.28 pounds . Do you want me to book this for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I just needed that information , thank you for your help today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , have a wonderful day !"
}
] |
PMUL3409.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JZM3JY4X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JZM3JY4X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_: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",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JZM3JY4X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JZM3JY4X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"leave_at",
"9:59"
],
[
"_:result",
"ticket",
"13.28"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to get train tickets for Monday please , leaving from Cambridge , if you would ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,day,'monday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "What time do you want to leave at on monday and where are you going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello I need to arrive at london kings cross no later than 16:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains that will get you there on time . What time would you like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,\"do n't have a preference\");(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a preference on leave time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'05:51');(_:result,day,'monday');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,duration,'51 minutes');(_:result,id,'TR7075');(_:result,leave_at,'05:00');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR7075 \t cambridge \t london kings cross \t monday \t 05:00 \t 05:51 \t 23.60 pounds \t 51 minutes"
},
{
"id": 6,
"rdf-acts": [
"thank()",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "thank you . can i get the reference number please"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book any tickets . I 'll need the departure time , travel time and train i d if you could specify them instead of just sending numbers ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,id,'TR7075');(_:result,leave_at,'05:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7075 train leaves at 05:00 and takes 51 minutes to travel . Does that help ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , I believe that 's all I need . Thanks for your help ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . Nothing else ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for using the TownInfo centre . Goodbye ."
}
] |
SNG01633.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"do n't have a preference"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"do n't have a preference"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"05:51"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR7075"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"do n't have a preference"
],
[
"_:result",
"arrive_by",
"05:51"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR7075"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"do n't have a preference"
],
[
"_:result",
"arrive_by",
"05:51"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR7075"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"do n't have a preference"
],
[
"_:result",
"arrive_by",
"05:51"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR7075"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a cheap place to dine at in the north ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 2 options available . Would you rather have Indian or Italian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want Indian food . Please give me the phone number and address ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Victoria Avenue Chesterton');(_:result,name,'Royal Spice');(_:result,phone,'01733553355');(_:result,postcode,'cb41eh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Spice is located at Victoria Avenue Chesterton , postcode cb41eh . Its phone number is 01733553355 . Is there any other information you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'junction');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for an attraction called The Junction . What can you tell me about it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'clifton way');(_:result,area,'south');(_:result,category,'theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a theatre on the south side of town , over on clifton way ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you for all your help . Goodbye"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome , glad to help . Bye ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the junction');(_:search,leave_at,'9:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi to take me from the restaurant to The Junction at 9:00"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'black Volkswagen');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I 've booked a black Volkswagen for you ."
},
{
"id": 10,
"rdf-acts": [
"thank()",
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , can I have their contact number as well ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'07926339164');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , contact number 07926339164 . Can I be of further assistance today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you for all of your help ! Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a good day ."
}
] |
MUL2384.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"junction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:search",
"name",
"junction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:search",
"name",
"junction"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the junction"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:search",
"name",
"junction"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the junction"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volkswagen"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:search",
"name",
"junction"
],
[
"_:result",
"address",
"clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the junction"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volkswagen"
],
[
"_:result",
"phone",
"07926339164"
],
[
"_: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,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to be in town and am looking to book my departing train out of Cambridge . Can you let me know the times of trains on Sunday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Stansted Airport I need to be there by 13:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:08');(_:result,id,'TR5985');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR5985 arriving at 13:08 is that okay ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would be great - can you give me the price and departure time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'12:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,people,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The departure time is 12:40 . Do you just need 1 ticket booked ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No I still need the price ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 8.08 pounds . Would you like to me book a seat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I 'll do that tomorrow . Could you help me with some places I could visit in the town centre ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many attractions in the town centre . Do you have a specific type of attraction in mind ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I just want somewhere to spend some quality time with family . Do you have a recommendation ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'the old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yeah , I would suggest the old schools ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Which one would you suggest ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'old school');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i said old school . its entrance is free ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the postcode ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'old schools');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You got it . The postcode for old schools is cb21tt"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contacting Cambridge TownInfo centre regarding trains and attractions . Goodbye ."
}
] |
PMUL1378.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"1"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:booking",
"people",
"1"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:booking",
"people",
"1"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:booking",
"people",
"1"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the old schools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:booking",
"people",
"1"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old school"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:booking",
"people",
"1"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums I could go to in the west part of town ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 7 Museums in the west area , how much did you want to spend to enter ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I 'd like something in the cheap price range please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Castle street');(_:result,entrance_fee,'free');(_:result,name,\"Kettle 's Yard\");(_:result,phone,'01223748100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You should try Kettle 's Yard on Castle street . It is free . Phone # 01223748100 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the postcode for Kettle 's Yard ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb30aq');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes sure . It is cb30aq ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I also need information on Leverton House ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "What would you like to know ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free internet ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,stars,'yes');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , there is free internet and free parking . It is a guesthouse . Do you need more information ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was all I needed . Thank you . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today ."
}
] |
PMUL2955.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Catalan restaurants in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'Catalan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no Catalan dining establishments in the city centre . Would you like to look for a different cuisine or area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , can you try anything that serves French food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'cote');(_:result,pricerange,'expensive range');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the cote in the centre . It is in the expensive range . Would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I need a table for 8 on Friday at 17:30 , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'17:30');(_:booking,name,'cote');(_:booking,people,'8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , you are all set for cote on Friday , table for 8 at 17:30 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the reference number for the reservation please ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Can you try another time slot ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'16:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about 16:30 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'16:30');(_:booking,people,'8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "One moment while I try to make the reservation of table for 8 , Friday at 16:30 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'16:30');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "If 16:30 is available , I 'll need the reference number , too , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,duration,'16:30');(_:booking,ref,'EQ0YAQ1G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've got you booked for 16:30 . The reference number is EQ0YAQ1G ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great thanks . I also need a train , one leaving peterborough and arriving at Cambridge by 11:15 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are lots to choose from under that criteria . What day would you like to travel on ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like it for Friday , please . Can you please provide a reference number as well ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'10:38');(_:booking,category,'Train');(_:booking,id,'TR4296');(_:booking,leave_at,'09:48');(_:booking,ref,'P3AGODMA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok great , I was able to book you on train TR4296 departing 09:48 and arriving 10:38 . The reference number is P3AGODMA . Can I assist you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , I wo n't be needing anything else ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to have been able to help you today . Take care ."
}
] |
MUL1489.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"cote"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"cote"
],
[
"_:booking",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4930947a"
],
[
"_:booking/4930947a",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cote"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4930947a"
],
[
"_:booking/4930947a",
"type",
"Booking"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cote"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4930947a"
],
[
"_:booking/4930947a",
"type",
"Booking"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"EQ0YAQ1G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cote"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4930947a"
],
[
"_:booking/4930947a",
"type",
"Booking"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"EQ0YAQ1G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/d386f03b"
],
[
"_:search/d386f03b",
"area",
"centre"
],
[
"_:search/d386f03b",
"food",
"Catalan"
],
[
"_:search/d386f03b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive range"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"cote"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4930947a"
],
[
"_:booking/4930947a",
"type",
"Booking"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"10:38"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4296"
],
[
"_:booking",
"leave_at",
"09:48"
],
[
"_:booking",
"ref",
"P3AGODMA"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I need a centre attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many attractions in the centre . Do you have a particular type in mind ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What types of attractions are there and what are the entrance fees ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'over 40');(_:result,area,'centre');(_:result,category,'. museum ? architecture ? boats ? colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are over 40 attractions in the centre , in every type of venue . Let 's narrow it down a bit and I 'd be happy to provide further details . Museum ? Architecture ? Boats ? Colleges ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Boats sounds interesting !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,area,'centre');(_:result,category,'boating');(_:result,name,'Scudamores punting company');(_:result,name,'cambridge punter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Scudamores punting company and the cambridge punter both offer boating in the centre . Would you like their addresses ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but could you tell me what their entrance fees are ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'I do not have any information on what their fee is');(_:result,phone,'01223359750');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do not have any information on what their fee is , you may want to call them . They are reachable at 01223359750"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a restaurant in the expensive price range and in the same area ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have quite a few options , is there any cuisine in particular that you would like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , are there options for mexican ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,food,'Mexican');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am not seeing any Mexican restaurants in the expensive price range in that area . Would you like me to try another search for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you see if maybe there is a French restaurant with the same criteria ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'french');(_:result,name,'Cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cote is an expensive french dining experience . Would you like to book a table ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , give me a table for 6 people at 18:00 Sunday ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was unsuccessful , do you have a different day or time ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Lets try 5 pm"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'NYEUMZ53');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The reference number is : NYEUMZ53 ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi from Scudamore 's punting company to the restaurant ?"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Please give me information about when you want to leave and arrive ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I would like to arrive at the restaurant by the booking time at 17:00"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was completed ! the car is a black skoda \n\t\n Contact number \t : \t 07731972489"
}
] |
MUL2407.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"over 40"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
". museum ? architecture ? boats ? colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Scudamores punting company"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Scudamores punting company"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Scudamores punting company"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Scudamores punting company"
],
[
"_:result",
"name",
"cambridge punter"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fb6fe05"
],
[
"_:search/3fb6fe05",
"food",
"Mexican"
],
[
"_:search/3fb6fe05",
"pricerange",
"expensive"
],
[
"_:search/3fb6fe05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fb6fe05"
],
[
"_:search/3fb6fe05",
"food",
"Mexican"
],
[
"_:search/3fb6fe05",
"pricerange",
"expensive"
],
[
"_:search/3fb6fe05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fb6fe05"
],
[
"_:search/3fb6fe05",
"food",
"Mexican"
],
[
"_:search/3fb6fe05",
"pricerange",
"expensive"
],
[
"_:search/3fb6fe05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/055e07bd"
],
[
"_:booking/055e07bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fb6fe05"
],
[
"_:search/3fb6fe05",
"food",
"Mexican"
],
[
"_:search/3fb6fe05",
"pricerange",
"expensive"
],
[
"_:search/3fb6fe05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/055e07bd"
],
[
"_:booking/055e07bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"ref",
"NYEUMZ53"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"I do not have any information on what their fee is"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3fb6fe05"
],
[
"_:search/3fb6fe05",
"food",
"Mexican"
],
[
"_:search/3fb6fe05",
"pricerange",
"expensive"
],
[
"_:search/3fb6fe05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/055e07bd"
],
[
"_:booking/055e07bd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"ref",
"NYEUMZ53"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like eritrean , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,food,'eritrean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm very sorry there are no restaurants that serve eritrean food in the centre area . Is there another type of cuisine we can look for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Turkish ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'King Street City Centre , cb11ln');(_:result,name,'efes restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant should be fine . it is moderately priced and located in King Street City Centre , cb11ln . can we book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure make me a booking for 8 people at 19:00 on monday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'KZ7IRCWH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made reservations your reference number is KZ7IRCWH ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:00');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train on the same day as the restaurant booking and should arrive by 11:00"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where are you departing from ? What is your destination ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving stevenage and going to cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,id,'TR8265');(_:result,leave_at,'09:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR8265 arrives by 10:43 and leaves at 09:54 . Would you like me to book tickets for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book the train for eight people ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'KH92FZBE');(_:booking,ticket,'102.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was a success . The total fee is 102.4 GBP payable at the station . Your reference number is KH92FZBE . Could I be assistance to you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that 's it . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , hope you enjoy your visit :) Bye ."
}
] |
PMUL0905.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/10ff9592"
],
[
"_:search/10ff9592",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/10ff9592"
],
[
"_:search/10ff9592",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"King Street City Centre , cb11ln"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/10ff9592"
],
[
"_:search/10ff9592",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"King Street City Centre , cb11ln"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"KZ7IRCWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/10ff9592"
],
[
"_:search/10ff9592",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"King Street City Centre , cb11ln"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"KZ7IRCWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_: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",
"centre"
],
[
"_:system",
"canthelp",
"_:search/10ff9592"
],
[
"_:search/10ff9592",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"King Street City Centre , cb11ln"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"ref",
"KZ7IRCWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/10ff9592"
],
[
"_:search/10ff9592",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"King Street City Centre , cb11ln"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KH92FZBE"
],
[
"_:booking",
"ticket",
"102.4 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,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel the next town over ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can surely help with that . Which part of town are you specifically looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care which part of town it is . I just want a cheap place with free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is a guesthouse in town centre with 4 stars in the cheap price range , and has free wifi . Shall I book a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please do and send me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like me book and how many days will you be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 7 people for 3 nights starting on friday please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'B8R0DO3L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set with the booking , the reference number is B8R0DO3L , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also provide the address to an attraction in the town centre ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'unit su43 , grande arcade , Aaint Andrews Street');(_:result,area,'centre');(_:result,category,'museum');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is a lovely museum in the town centre . The address for the attraction is unit su43 , grande arcade , Aaint Andrews Street ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'21:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I will also need a taxi to pick me up at the attraction by 21:30 . Send me the contact number and car type please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , can you tell me your destination just so I can be sure to send it to the right place ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'Castle Galleries');(_:search,destination,'alexander bed and breakfast');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "My destination will be going from the Castle Galleries and going back to the Alexander bed and breakfast"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue tesla');(_:result,phone,'07827647450');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked a blue tesla , which you can reach at 07827647450 . Anything else for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time ."
}
] |
PMUL2871.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"B8R0DO3L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"B8R0DO3L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"unit su43 , grande arcade , Aaint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"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",
"cheap"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"B8R0DO3L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"unit su43 , grande arcade , Aaint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"Castle Galleries"
],
[
"_:search",
"destination",
"alexander bed and breakfast"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"B8R0DO3L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"unit su43 , grande arcade , Aaint Andrews Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"departure",
"Castle Galleries"
],
[
"_:search",
"destination",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"phone",
"07827647450"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'venetian');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'm trying to find a restaurant that serves Venetian food . I 'd like to stay in the west part of town . Can you find me a phone number ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize , there are no restaurants that serve venetian food in the west part of town . Would you like to try a different part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's okay ! How about Indian food ? Could I have the address and phone number of an Indian food restaurant please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'71 Castle Street City Centre');(_:result,food,'Indian');(_:result,name,'Cocum');(_:result,phone,'01223 366668');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cocum is an Indian restaurant located at 71 Castle Street City Centre , and it 's phone number is 01223 366668 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it in the west part of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is in the west part of town ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome , thank you ! That 's all I needed to know . Have a good evening ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Good bye ."
}
] |
WOZ20408.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"venetian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3a225220"
],
[
"_:search/3a225220",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3a225220"
],
[
"_:search/3a225220",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3a225220"
],
[
"_:search/3a225220",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the price range . Just recommend me a restaurant that serves European food . I would also like to get the phone number and directions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area of town would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the area . Anywhere ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,name,'the cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cambridge lodge restaurant is located at Cambridge Lodge Hotel 139 Huntingdon Road City Centre and their phone number is 01223 355166 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day and enjoy your food ."
}
] |
WOZ20513.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"name",
"the cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for cheap places to eat in the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Asian');(_:result,food,'Chinese');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have several Chinese and Asian restaurants . Do any of these interest you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to book a reservation for 3 at 16:45 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'Dojo Noodle Bar');(_:booking,ref,'T5AAEPL9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I was able to get you a table at Dojo Noodle Bar . The reference number is T5AAEPL9 and they 'll hold the table for 15 minutes . Is that good ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will you be needing anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad that I could help . Enjoy your visit . Do n't hesitate to contact me if you need anything else . Goodbye ."
}
] |
SSNG0182.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"ref",
"T5AAEPL9"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"ref",
"T5AAEPL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train to cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'kings lynn');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave Kings Lynn on Tuesday after 15:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'eight');(_:result,arrive_by,'15:15');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have eight trains leaving for Cambridge that day after 15:15 . Is there any time you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , as long as it 's after 15:15 . What times are available ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,leave_at,'16:11');(_:result,leave_at,'17:11');(_:result,leave_at,'18:11');(_:result,leave_at,'19:11');(_:result,leave_at,'20:11');(_:result,leave_at,'21:11');(_:result,leave_at,'22:11');(_:result,leave_at,'23:11');(_:result,type,'Train'))",
"inform((_:result,type,'Train'))"
],
"speaker": "system",
"text": "Trains leave at the following times : 16:11 , 17:11 , 18:11 , 19:11 , 20:11 , 21:11 , 22:11 , and 23:11 . Which would you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The 16:11 train would be fine . I 'll need the booking for four people . Can I also have the reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'86PRM3M8');(_:booking,ticket,'39.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 39.2 GBP payable at the station . Reference number is : 86PRM3M8 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'thanh binh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need reservations for thanh binh ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like the reservation for ? Also , how any people ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'20:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to reserve a table for Tuesday for 4 people at 20:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'tuesday');(_:booking,duration,'20:45');(_:booking,name,'thanh binh');(_:booking,people,'4');(_:booking,ref,'AB4V9SVP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 4 people at thanh binh this tuesday at 20:45 was successful . Your Reference number is : AB4V9SVP ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I needed for today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL3372.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"86PRM3M8"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"86PRM3M8"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"arrive_by",
"15:15"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"20:45"
],
[
"_:booking",
"name",
"thanh binh"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"AB4V9SVP"
],
[
"_: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,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I have heard you have great museums . I would like to visit one while in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , is there an area of the city you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really , what do you suggest ? And can you provide a phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks is my favorite . Their phone number is 01223902168 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great I am also looking for a restaurant called nandos city centre"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre is a great place to eat . Do you want to book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Absolutely , I need a table for 8 on Saturday , at 17:00 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'saturday');(_:booking,duration,'17:00');(_:booking,name,'Nandos');(_:booking,people,'8');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Ok ! I have booked a table for 8 people on saturday at 17:00 at Nandos in the city centre ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Can you give the reference number , please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DHOAYOFG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , table will be reserved for 15 mins . \n Reference number is : DHOAYOFG . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to get from the museum to the restaurant . I need to get to the restaurant by 17:00 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow volkswagen');(_:result,phone,'07057030091');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Great ! I 've made you a booking . It 'll be yellow volkswagen and the contact number is 07057030091 . Is there anything else you need help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that is all for today . Thank you for your assistance . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Alright have a great day !"
}
] |
PMUL3880.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"8"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DHOAYOFG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Nandos"
],
[
"_:booking",
"people",
"8"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"DHOAYOFG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow volkswagen"
],
[
"_:result",
"phone",
"07057030091"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be visiting Cambridge soon and ca n't wait to see some of your local attractions . I do need your help with some information ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'so many');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Of course . We have so many attractions ! What part of town will you be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 4 star room in the centre please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options . Would you prefer a hotel or a guesthouse ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel in the moderate price range . Thank you !"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,pricerange,'cheaper');(_:result,type,'Hotel'))",
"canthelp((_:search,area,'centre');(_:search,category,'hotels');(_:search,pricerange,'moderately priced');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , I am not seeing any 4 star hotels that are moderately priced in the centre . We could try a cheaper hotel or a guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about in the cheap price range ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'center');(_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"inform((_:result,amount,'the only');(_:result,area,'west');(_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no cheap hotels in the center of town , either . The only cheap hotel is on the west side ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'gallery at twelve a high street');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Nevermind . Do you have info on gallery at twelve a high street ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'fulbourn');(_:result,area,'the Eastside');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,phone,'01223295264');(_:result,postcode,'cb15dh');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure do . Their address is fulbourn , postcode cb15dh . Phone number is 01223295264 , and entrance is free . It 's a museum on the Eastside ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help , have a nice day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your stay in cambridge ."
}
] |
MUL2625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c1927a55"
],
[
"_:search/c1927a55",
"area",
"centre"
],
[
"_:search/c1927a55",
"category",
"hotels"
],
[
"_:search/c1927a55",
"pricerange",
"moderately priced"
],
[
"_:search/c1927a55",
"stars",
"4"
],
[
"_:search/c1927a55",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/c1927a55"
],
[
"_:search/c1927a55",
"area",
"centre"
],
[
"_:search/c1927a55",
"category",
"hotels"
],
[
"_:search/c1927a55",
"pricerange",
"moderately priced"
],
[
"_:search/c1927a55",
"stars",
"4"
],
[
"_:search/c1927a55",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3e863070"
],
[
"_:search/3e863070",
"area",
"center"
],
[
"_:search/3e863070",
"category",
"hotels"
],
[
"_:search/3e863070",
"pricerange",
"cheap"
],
[
"_:search/3e863070",
"type",
"Hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/c1927a55"
],
[
"_:search/c1927a55",
"area",
"centre"
],
[
"_:search/c1927a55",
"category",
"hotels"
],
[
"_:search/c1927a55",
"pricerange",
"moderately priced"
],
[
"_:search/c1927a55",
"stars",
"4"
],
[
"_:search/c1927a55",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3e863070"
],
[
"_:search/3e863070",
"area",
"center"
],
[
"_:search/3e863070",
"category",
"hotels"
],
[
"_:search/3e863070",
"pricerange",
"cheap"
],
[
"_:search/3e863070",
"type",
"Hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"fulbourn"
],
[
"_:result",
"area",
"the Eastside"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:result",
"postcode",
"cb15dh"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , can you recommend a 0 star place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 hotels in the area that have a 0 star rating , what area of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheaply');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Do n't care . Looking for a hotel that includes free parking and should be cheaply priced ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,area,'North');(_:result,count,'2');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have two options available that meet your criteria , one is in the North and one is in Centre . Would you like more information about these ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , I would like to hear about them both ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,area,'south');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'City Centre North B&B');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are both guesthouses and offer free wifi and free parking . In the north we have City Centre North B&B and in the south is El Shaddai ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'El Shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I like the sound of El Shaddai , could you give me the address for that one ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'41 Warkworth Street');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address for El Shaddai is 41 Warkworth Street . Would you like me to book accommodations ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not at this time . I am also looking for a train that arrives in Cambridge by 08:15"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will depart from broxbourne ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have found multiple trains that meet the criteria you listed . What day are you traveling on ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on tuesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'06:32');(_:result,id,'TR5570');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR5570 arrives the earliest at 06:32 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you give me the train ID and price for the one that arrives closest to 08:15 ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'07:32');(_:result,id,'TR9048');(_:result,ticket,'17.9 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The ID you 're looking for is TR9048 arriving by 07:32 and the price is 17.9 pounds . Do you require anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is everything ."
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great , thank you and enjoy your day ."
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "You have been great ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great . Enjoy your day !"
}
] |
MUL2223.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"id",
"TR5570"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:32"
],
[
"_:result",
"id",
"TR9048"
],
[
"_:result",
"ticket",
"17.9 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:32"
],
[
"_:result",
"id",
"TR9048"
],
[
"_:result",
"ticket",
"17.9 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am looking for a train , it should leave on sunday and should go to stansted airport"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,destination,'Cambridge');(_:result,duration,'28 minutes');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like the train to arrive at Cambridge ? Keep in mind the train ride duration is approximately 28 minutes ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Arrival time does n't matter so much , but I want to leave after noon . Not a morning person :)"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5985');(_:result,leave_at,'12:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR5985 ? It leaves at 12:40 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help today ."
}
] |
SNG01434.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR5985"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I am looking for a train to Cambridge and need to arrive by 15:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you heading in from ? And what day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving london liverpool street on sunday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:07');(_:result,id,'TR9835');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9835 arrives at 13:07 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , and I need to book this for four people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'4');(_:booking,ref,'9EBGT2IQ');(_:booking,ticket,'53.12 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book 4 tickets your reference number is 9EBGT2IQ . The price for the tickets is 53.12 GBP , is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find a moderate priced place to stay with a 3 star rating ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'4');(_:result,pricerange,'moderately priced');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four guesthouses that are moderately priced and have three stars . What area would you like to stay ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference . Can you make a suggestion ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hamilton Lodge is nice . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sure ! I need to get rooms for the same group as riding the train ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights do you plan to stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would be there for 5 nights ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KGCK4JK6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful . Your reference number is KGCK4JK6 . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything thank you ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I appreciate your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome !"
}
] |
PMUL4721.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"9EBGT2IQ"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"9EBGT2IQ"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"9EBGT2IQ"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"same group"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"9EBGT2IQ"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KGCK4JK6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"13:07"
],
[
"_:result",
"id",
"TR9835"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KGCK4JK6"
],
[
"_: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,destination,'Addenbrookes Hospital');(_:search,type,'Hospital');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi to take me to the Addenbrookes Hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "I do n't think you want a taxi , but here 's the address : Hills Rd , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you for your help ."
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "enjoyed your services . keep that up"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I need for today . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help . Have a great day ."
}
] |
SNG01552.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Addenbrookes Hospital"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Addenbrookes Hospital"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Addenbrookes Hospital"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'clinical decisions unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I got injured and need directions for the clinical decisions unit department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'Clinical Decisions');(_:result,phone,'01223596203');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Oh dear , I 'm sorry to hear that ! The Clinical Decisions Department only lists their phone number with us , it 's 01223596203 . However , we can book an appointment for you ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the post code ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The hospital postcode is CB20QQ . Would you like us to go ahead and book an appointment ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's all I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "OK . Hope all goes well for you . Bye ."
}
] |
SNG0169.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"clinical decisions unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"clinical decisions unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"Clinical Decisions"
],
[
"_:result",
"phone",
"01223596203"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"clinical decisions unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"Clinical Decisions"
],
[
"_:result",
"phone",
"01223596203"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm in need of a train coming from cambridge that should leave on monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We are traveling to broxbourne . Oh , and we should leave after 21:45 too ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have two trains available that meet all of your requirements , would you like me to book a ticket for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need 5 tickets ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR9611');(_:booking,leave_at,'22:01');(_:booking,ref,'18PWJ7X3');(_:booking,ticket,'89.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're booked on TR9611 , leaving at 22:01 . The total fee is 89.5 GBP payable at the station . Reference number is : 18PWJ7X3 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks so much . Can you also look up a hotel for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area and price range would you like the hotel in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need you to look up warkworth house for me ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'warkworth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright , I 've looked up warkworth house . Would you like me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I need it for 5 people for 5 nights . I want it from Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry I am having trouble booking this for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Would it help if I stayed for only 3 nights instead ? I 'm flexible ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()",
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry I am having trouble booking this for you . Do you want to try another hotel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 2 nights ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but I can not book this either ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 3 nights ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you be interested in trying a different hotel ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "What do you show is available ?"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options , what part of town are you wanting to stay in ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for warkworth house only ."
},
{
"id": 21,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would like to book a room ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . For 5 people and 3 nights starting on wednesday ."
},
{
"id": 23,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223363682');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We are having technical problems please contact them directly at 01223363682 . Anything else ?"
},
{
"id": 24,
"rdf-acts": [],
"speaker": "user",
"text": "Can you please try to book the room again ?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,phone,'01223363682');(_:result,type,'Hotel'))",
"reqmore()",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The system is experiencing technical difficulties and bookings are unavailable . Please call the hotel to complete your booking . 01223363682 . Anything else ?"
},
{
"id": 26,
"rdf-acts": [],
"speaker": "user",
"text": "I am unable to get a response when calling that number . Can you please try to book again ?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:booking,ref,'8ZU8JPYO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get that booked , here is your reference number , 8ZU8JPYO ."
},
{
"id": 28,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That s all i need for now !"
},
{
"id": 29,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL1717.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_: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",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/62040820"
],
[
"_:booking/62040820",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_: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,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ref",
"18PWJ7X3"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/62040820"
],
[
"_:booking/62040820",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/1d738041"
],
[
"_:booking/1d738041",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9611"
],
[
"_:booking",
"leave_at",
"22:01"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:system",
"canthelp",
"_:booking/ee3d0045"
],
[
"_:booking/ee3d0045",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/be71b412"
],
[
"_:booking/be71b412",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/de2f0238"
],
[
"_:booking/de2f0238",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/62040820"
],
[
"_:booking/62040820",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/1d738041"
],
[
"_:booking/1d738041",
"type",
"Booking"
],
[
"_:booking",
"ref",
"8ZU8JPYO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a 4 star hotel in the north"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found several guesthouses . There are many in the moderate price range , and one in the cheap range . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A moderate price range is fine and I need it to have free parking as well ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Acorn Guest House ? It 's moderately priced and has free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book it for 4 people for 2 nights starting monday for me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'DXD1MDA6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful ! Your reference number is DXD1MDA6 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also interested in finding a good Chinese food place near the hotel . Can you help me find one ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Hakka');(_:result,name,'golden wok');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three choices . Hakka and the hotpot which is expensive and golden wok which is moderate , do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,name,'hakka');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll take Hakka . Can you book me a table on Monday at 15:00 for 4 people ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'15:00');(_:booking,name,'Hakka');(_:booking,people,'4');(_:booking,ref,'K6D87RRX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved your table at Hakka on Monday , 15:00 , for 4 people . Your reference number is K6D87RRX . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I will need a taxi to take me from the hotel to the restaurant and back to the hotel ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'three');(_:result,car,'blue ford');(_:result,destination,'the restaurant');(_:result,phone,'07232608741');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You are booked to arrive at the restaurant by three , look for a blue ford , the driver can be contacted by phone at 07232608741"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
MUL1374.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"DXD1MDA6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"DXD1MDA6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Hakka"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"K6D87RRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"name",
"Hakka"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"K6D87RRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"three"
],
[
"_:result",
"car",
"blue ford"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"phone",
"07232608741"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'tenpin');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I wanted to visit the Tenpin , could you tell me the hours it is open , and if there is an admission cost ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'whether there is an entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry . I do n't have the hours of operation or whether there is an entrance fee . Would you like the phone number so you can call to get the information yourself ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's OK , could you tell me what part of town it 's located in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,area,'south');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it is in the south part of town . The address is Cambridge Leisure Park , Clifton Way ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you . I also need a place to dine ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like and what price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'scottish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Scottish food . I would like it to be nice so it can be expensive , but it needs to be in the east side of town ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "i will find you one thanks a lot its a pleasure to serve you"
}
] |
PMUL2217.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"whether there is an entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"whether there is an entrance fee"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tenpin"
],
[
"_:result",
"entrance_fee",
"whether there is an entrance fee"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Bishops Stortford . I am departing from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 70 trains during the week that go from Cambridge to Bishops Stortford , do you have a day and time you would like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'd like to leave on Tuesday and arrive by 19:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,id,'TR2771');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about the TR2771 ? It arrives at 14:07 . Shall I book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I would like 2 tickets on that train , and I will need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'P0MVSACW');(_:booking,ticket,'20.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train is booked , and the Reference number is P0MVSACW . Total fee is 20.2 GBP payable at the station . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me an restaurant near the centre that serves international food ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two restaurants in that area . I recommend the varsity restaurant ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wonderful ! What is their address ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'35 Saint Andrews Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 35 Saint Andrews Street City Centre ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much , that 's all the info I needed ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Goodbye and have a good day ."
}
] |
MUL0323.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"P0MVSACW"
],
[
"_:booking",
"ticket",
"20.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"P0MVSACW"
],
[
"_:booking",
"ticket",
"20.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR2771"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"P0MVSACW"
],
[
"_:booking",
"ticket",
"20.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"address",
"35 Saint Andrews Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , could you help me find a 3 star guesthouse ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'4');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 guesthouses with 3 stars , which area would you like me to search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! You are so nice . I need the guesthouses in the west . It does n't matters if there is not free parking ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'1');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one that fits . It 's the Hobsons House located in the west . It 's 3-star rated and offers free wifi and parking . It 's also moderately priced . Would you like a room ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that all sounds good . I would like to book it ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can definitely assist you , how many people are there and how many days will you need to be booked for ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need the phone number and postcode from the Hobsons ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223304906');(_:result,postcode,'cb39lh');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Their number is 01223304906 and the postcode is cb39lh . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much for all your help today . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Goodbye !"
}
] |
SNG0963.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an expensive African restaurant in town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , The Bedouin in the city centre is a good , expensive restaurant ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent ! I do n't need a table right now , but if you could give me the address and phone number , that would be great ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'100 Mill Road City Centre');(_:result,phone,'01223367660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at 100 Mill Road City Centre and the phone number is 01223367660 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That would be all for today . Have a nice day ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , goodbye"
}
] |
SNG0715.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'restaurant one seven');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm interested in a place called restaurant one seven . What can you tell me about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'Restaurant One Seven');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant One Seven serves british food ! It is moderately priced !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Awesome ! Can you book a table for me ? 4 people at 15:30 on Monday . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'15:30');(_:booking,ref,'0J39OJVT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I have you booked there for Monday at 15:30 and your reference number is 0J39OJVT ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you ! That 's all I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to help you . Please feel free to call us again in the future . Have a nice day ."
}
] |
SNG0537.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"ref",
"0J39OJVT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get a korean restaurant in the town centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Little Seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is located in the town centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'little seoul');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me the address , phone number , and postcode of Little Seoul , please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'108 Regent street City Centre');(_:result,name,'Little seoul');(_:result,phone,'01223 308681');(_:result,postcode,'CB21DP');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , Little seoul is located at 108 Regent street City Centre . Its phone number is 01223 308681 and the postcode is CB21DP . Is there anything I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "thank you , goodbye ."
}
] |
WOZ20623.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"108 Regent street City Centre"
],
[
"_:result",
"name",
"Little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"postcode",
"CB21DP"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was robbed and I am looking for help"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,type,'Police'))"
],
"speaker": "system",
"text": "Tell me where you are and I will send the police ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I do n't know I am new to this area , please just give me the phone number to the police station ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Parkside Police Station can be reached at 01223358966 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help you today ."
}
] |
SNG01716.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'yippee noodle bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for information on the Yippee Noodle bar ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'Asian Oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! Yippee Noodle Bar is a moderately priced Asian Oriental restaurant in the centre of town . What other other information can I get for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'40428 King Street City Centre');(_:result,name,'yippee noodle bar');(_:result,phone,'01223518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is located at 40428 King Street City Centre . The phone number is 01223518111 . How else may I assist you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On second thought , could you book me a table for 5 people at 12:30 on Sunday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The Yippee Noodle Bar does n't have a table available at that time . Would you like to try another ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , please try for 11:30 Sunday . Still 5 people . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'GVNN1K5V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All right , your table is reserved . The reference number is GVNN1K5V ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "No problem ! Thank you , and have a nice day ."
}
] |
SNG0680.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/79a83a97"
],
[
"_:booking/79a83a97",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/79a83a97"
],
[
"_:booking/79a83a97",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"GVNN1K5V"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cotto');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you tell me where Cotto is located ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'183 East Road City Centre');(_:result,postcode,'cb11bg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have them at 183 East Road City Centre , cb11bg ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Do you know what price range they are in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , they are in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
SNG02071.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was hoping you can help me find a place to go that has to do with architecture ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architectural');(_:result,name,'All saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All saints church is architectural and located in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be fine . Can I get the address please ?"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"inform((_:result,address,'jesus lane');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . The All Saints Church is located at jesus lane ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'polynesian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also want a moderately priced Polynesian restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Polynesian');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there are no moderately priced Polynesian restaurants . Would you like a different type of food or price range ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Could you check again ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'Cambridge');(_:search,food,'Polynesian');(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I 've just double checked . Cambridge does n't have any Polynesian restaurants at all . Can I look for something else for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about chinese food ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Charlie Chan is a cheap chinese restaurant in the centre of town . Would you like more information or to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nah , that 's not necessary . I just need the postcode , please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"Charlie Chan 's\");(_:result,postcode,'CB21DB');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is CB21DB for Charlie Chan 's . May I assist you any further ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Certainly ! What are your departure and arrival destinations and when would you like to leave or arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'23:15');(_:search,departure,'the restaurant');(_:search,leave_at,'23:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am traveling between the two places . I need to leave the restaurant by 23:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,phone,'07799680227');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You 're all set ! Your car will be a red tesla and their contact number is 07799680227 should you need to contact them !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ! That will be all for today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL2184.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/867d656a"
],
[
"_:search/867d656a",
"food",
"Polynesian"
],
[
"_:search/867d656a",
"pricerange",
"moderately priced"
],
[
"_:search/867d656a",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/867d656a"
],
[
"_:search/867d656a",
"food",
"Polynesian"
],
[
"_:search/867d656a",
"pricerange",
"moderately priced"
],
[
"_:search/867d656a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f156acf"
],
[
"_:search/9f156acf",
"area",
"Cambridge"
],
[
"_:search/9f156acf",
"food",
"Polynesian"
],
[
"_:search/9f156acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/867d656a"
],
[
"_:search/867d656a",
"food",
"Polynesian"
],
[
"_:search/867d656a",
"pricerange",
"moderately priced"
],
[
"_:search/867d656a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f156acf"
],
[
"_:search/9f156acf",
"area",
"Cambridge"
],
[
"_:search/9f156acf",
"food",
"Polynesian"
],
[
"_:search/9f156acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/867d656a"
],
[
"_:search/867d656a",
"food",
"Polynesian"
],
[
"_:search/867d656a",
"pricerange",
"moderately priced"
],
[
"_:search/867d656a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f156acf"
],
[
"_:search/9f156acf",
"area",
"Cambridge"
],
[
"_:search/9f156acf",
"food",
"Polynesian"
],
[
"_:search/9f156acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Charlie Chan 's"
],
[
"_:result",
"postcode",
"CB21DB"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/867d656a"
],
[
"_:search/867d656a",
"food",
"Polynesian"
],
[
"_:search/867d656a",
"pricerange",
"moderately priced"
],
[
"_:search/867d656a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f156acf"
],
[
"_:search/9f156acf",
"area",
"Cambridge"
],
[
"_:search/9f156acf",
"food",
"Polynesian"
],
[
"_:search/9f156acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Charlie Chan 's"
],
[
"_:result",
"postcode",
"CB21DB"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"23:15"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/867d656a"
],
[
"_:search/867d656a",
"food",
"Polynesian"
],
[
"_:search/867d656a",
"pricerange",
"moderately priced"
],
[
"_:search/867d656a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f156acf"
],
[
"_:search/9f156acf",
"area",
"Cambridge"
],
[
"_:search/9f156acf",
"food",
"Polynesian"
],
[
"_:search/9f156acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Charlie Chan 's"
],
[
"_:result",
"postcode",
"CB21DB"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"23:15"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07799680227"
],
[
"_: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,departure,'saffron brasserie');(_:search,leave_at,'03:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to come by Saffron Brasserie by 03:30 ."
},
{
"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,'saffron brasserie');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm coming from saffron brasserie ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'03:30');(_:search,destination,'leicester train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to leicester train station and need to arrive there by 03:30"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Just want to confirm before booking you are departing from saffron brasserie and want to arrive at leicester by 3:30 , is that correct ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'03:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , that is correct"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07379980416');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white ford \n Contact number \t : \t 07379980416"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using the help desk and have a great day ."
}
] |
SNG01488.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saffron brasserie"
],
[
"_:search",
"leave_at",
"03:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"03:30"
],
[
"_:search",
"departure",
"saffron brasserie"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"03:30"
],
[
"_:search",
"departure",
"saffron brasserie"
],
[
"_:search",
"arrive_by",
"03:30"
],
[
"_:search",
"destination",
"leicester train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"03:30"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"03:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"03:30"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"03:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07379980416"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'the man on the moon');(_:search,destination,'bangkok city');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from The Man on the Moon to Bangkok City , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what time do you want to leave ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I need to leave after 5:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'yellow bmw');(_:result,phone,'07412002966');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've booked a car for you , a yellow bmw , the contact number is 07412002966 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling . Goodbye ."
}
] |
SNG01392.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow bmw"
],
[
"_:result",
"phone",
"07412002966"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! I need a train to birmingham new street ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you be needing the train ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Wednesday from Cambridge . I need to leave sometime after 13:45 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:44');(_:result,id,'TR8860');(_:result,leave_at,'14:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8860 departs at 14:01 and arrives by 16:44 . Would you like a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you just give me the train i d and price on that please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8860');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID is TR8860 and the price is 75.10 pounds . Is there anything else you need today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would also love to find a place to stay and should be in the east"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure no problem . What type of hotel are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "need one in the east and have 2 stars ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The express by holiday inn cambridge is exactly what you 're looking for . Would you like me to make you a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes a reservation for three please"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days will you be staying and what day will you arrive ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "3 nights starting from Sunday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "how many people in your party and for how long"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 5 people , please . And could you get me the reference number ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'R6SZO5AO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : R6SZO5AO . Anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need for today . Thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay ."
}
] |
PMUL1803.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_: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",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R6SZO5AO"
],
[
"_: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": [],
"speaker": "user",
"text": "There is a place I want to see , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a lot');(_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I certainly hope so ! We have a lot of interesting places to see in Cambridge . Is there something specific you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cineworld cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a attraction called cineworld cinema ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,area,'southern');(_:result,phone,'00872208000');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located in southern Cambridge at cambridge leisure park , clifton way . It 's phone number is 00872208000 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you help me find a place to eat ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually never mind . I would actually like just find a place to stay in the cheap price range in the west ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . Was there a particular type of cuisine you were interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,day,'wednesday');(_:search,people,'3');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel I 'm looking for should have a star of 4 , in the cheap range , somewhere in the West . It 'll be for 3 people and 4 nights starting Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Cambridge Belfry');(_:booking,ref,'Y8Y2HVXE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . We have you booked at the Cambridge Belfry . The reference number is Y8Y2HVXE ."
},
{
"id": 10,
"rdf-acts": [
"thank()",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "thanks alot and is there parking for two cars ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,phone,'01954714600');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid I can only see that they have parking available . If you need to park two cars , I would phone them on 01954714600 . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Fantastic , enjoy your trip !"
}
] |
PMUL2732.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"Y8Y2HVXE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"southern"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"Y8Y2HVXE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called home from home ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,name,'Home from Home');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Home from Home is located in the North area and is moderately priced . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'd like a room for 8 people . We 'll be checking in on thursday for 4 nights ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,people,'8');(_:booking,ref,'UOF6DHN8');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you for 4 nights starting on Thursday for 8 people . The confirmation number is UOF6DHN8 . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I also need an expensive restaurant located in the centre ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing , what kind of cuisine are you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for French food ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend Cote . It is expensive but good . Can I reserve a table for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please make 8 reservations for Friday night at 19:00 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HQOSMVL8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is booked ! Your reference number is HQOSMVL8 . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the taxi to pick you up from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to make sure it arrives at the restaurant by the booked time ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "You will be going to Cote by 19:00 , will you be departing from your hotel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'home from home');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "We will be leaving from there ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What day and time do you need the taxi ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want it to arrive at the restaurant by the booked time ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red honda');(_:result,phone,'07854504953');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! The taxi will be a red honda and their Contact number \t is 07854504953 . Is there anything else I can assist you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 'll be it for me today ! Thanks ! Have a good one ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You too , enjoy your stay !"
}
] |
PMUL0482.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"UOF6DHN8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"UOF6DHN8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"UOF6DHN8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HQOSMVL8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HQOSMVL8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HQOSMVL8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"home from home"
],
[
"_: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",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HQOSMVL8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"home from home"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"North"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"HQOSMVL8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"home from home"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07854504953"
],
[
"_: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,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a Saturday train ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'404');(_:result,day,'Saturday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . I have 404 rail departures on Saturday , could you help me with your itinerary please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave cambridge to birmingham new street and arrive by 20:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'5:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train leaving at 5:00 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Ok , can I get the Train ID and the departure and travel time please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:44');(_:result,duration,'163 minutes');(_:result,id,'TR5867');(_:result,leave_at,'18:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train you may prefer is the TR5867 that leaves at 18:01 and arrives by 20:44 . It takes 163 minutes . Would you like that one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's perfect . I also need a hotel to stay in . Should be rated 4 stars"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 21 hotels that meet your criteria . Let 's try to narrow it down . Can you tell me more about your preferences ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Anywhere in the south . As long as it has free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 options for you , is there a price range you are looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular price range . I would like to stay in a 4 star guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guest house');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I suggest Rosa 's Bed and Breakfast ? It 's a cheap , 4 star , guest house ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you provide me with the address and if they have free parking ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'53 roseford road');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They do have free parking . The address is 53 roseford road . Would you like to book a room ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , just grabbing some information for now . Thank you for all of your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1538.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"5:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5867"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5867"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5867"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5867"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5867"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking for someplace to go in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'plenty');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , there 's plenty to do in the city 's centre . What kind of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "It does not really matter can you suggest one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,\"little saint mary 's church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "how about little saint mary 's church ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds perfect . Is it architectural ? Also , can I have the address with postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"little saint mary 's lane\");(_:result,category,'architecture');(_:result,postcode,'cb21qy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is an architecture attraction it 's located on little saint mary 's lane postcode cb21qy . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,stars,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a guesthouse with a star rating of 1 . It should be in the city centre please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I do n't have any guesthouses that meet that criteria . Would you like me to try something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have any guesthouses with a star rating of zero ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I do have one . The El Shaddai is in the centre and is cheap . It is 0 star rated and offers free parking and wifi . Do you need a room ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No not right now . What is their address ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'41 Warkworth Street');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 41 Warkworth Street . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'3:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to get to little saint mary 's church by 3:15 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your departure site ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,\"saint mary 's church\");(_:search,destination,'the guesthouse');(_:search,leave_at,'3:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm sorry , we need a taxi departing from Saint Mary 's Church by 3:15 going to the guesthouse ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow audi');(_:result,phone,'07526986404');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are booked for a yellow audi . Your contact number is 07526986404 . May I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was all I needed . Thank you , goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip ."
}
] |
PMUL2800.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"little saint mary 's church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"little saint mary 's church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"little saint mary 's church"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/04ffead8"
],
[
"_:search/04ffead8",
"category",
"guesthouses"
],
[
"_:search/04ffead8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/04ffead8"
],
[
"_:search/04ffead8",
"category",
"guesthouses"
],
[
"_:search/04ffead8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/04ffead8"
],
[
"_:search/04ffead8",
"category",
"guesthouses"
],
[
"_:search/04ffead8",
"type",
"Hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"3:15"
],
[
"_: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",
"amount",
"plenty"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/04ffead8"
],
[
"_:search/04ffead8",
"category",
"guesthouses"
],
[
"_:search/04ffead8",
"type",
"Hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"3:15"
],
[
"_:search",
"departure",
"saint mary 's church"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/04ffead8"
],
[
"_:search/04ffead8",
"category",
"guesthouses"
],
[
"_:search/04ffead8",
"type",
"Hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"address",
"41 Warkworth Street"
],
[
"_:search",
"arrive_by",
"3:15"
],
[
"_:search",
"departure",
"saint mary 's church"
],
[
"_:search",
"destination",
"the guesthouse"
],
[
"_:search",
"leave_at",
"3:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"07526986404"
],
[
"_: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,arrive_by,'12:30');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from Bishops Stortford to Cambridge that will arrive by 12:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,count,'7');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have found 7 trains that will get you to Cambridge by 12:07 . What day would you like me to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it for Saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to leave at ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to get there by 12:30 so that train would be good . What time do I depart ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'6:07');(_:result,id,'TR6163');(_:result,leave_at,'5:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR6163 that leaves at 5:29 and arrive 6:07 . Would you like me to make reservations ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , I just wanted to know the information . I do need a moderately priced hotel , with free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'bridge house');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "How about bridge house ? I hear it 's lovely ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Can I get more information ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a moderately priced guesthouse on the south side , a 3 star . Would you like to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd rather have a hotel . Are there any available ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'the ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the ashley hotel in the north . it also has internet ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Thanks for using our service !"
}
] |
PMUL1863.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"bridge house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"bridge house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"id",
"TR6163"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a particular hotel called the kirkwood house . Where is it , and what other information do you have about it ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Kirkwood House');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the Kirkwood House is in the north and it sports a four star rating . It has internet and parking and the price range is moderate . Would you like to book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'seven');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds perfect . Can you reserve it for seven people ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I can book it for you . What day did you want to arrive and for how many days ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "5 nights starting Thursday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'thursday');(_:booking,people,'7');(_:booking,ref,'ZFREK5SQ');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for 7 people , 5 nights starting thursday . Your reference number is ZFREK5SQ . May I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will need a train to cambridge on thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,departure,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from Norwich and want to arrive by 13:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:35');(_:result,id,'TR3078');(_:result,leave_at,'11:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3078 departs at 11:16 and arrives by 12:35 . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "not right now , what 's the travel time on that ride ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time of that train is 79 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks for your help you have been great !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great time !"
}
] |
PMUL1687.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"seven"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"ZFREK5SQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"ZFREK5SQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"ZFREK5SQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:35"
],
[
"_:result",
"id",
"TR3078"
],
[
"_:result",
"leave_at",
"11:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"ZFREK5SQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:35"
],
[
"_:result",
"id",
"TR3078"
],
[
"_:result",
"leave_at",
"11:16"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay during my upcoming trip to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range and what area are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the north I have a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 places that meet those critieria . Are you looking for a particular star rating ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like something with a 4 star rating , and I would like for it to be a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest acorn guest house ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book a room as well ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , what day would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it for 3 people and 3 nights starting on Monday please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,ref,'JJK77QKA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your rooms have been booked for Monday . The reference number is JJK77QKA . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,\"saint catharine 's college\");(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I was looking for a particular attraction , Saint Catharine 's College . What area is it located in ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located in the centre . Admission is free ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok , can you give me the phone number and address please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"king 's parade\");(_:result,name,\"saint catharine 's college\");(_:result,phone,'01223338300');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "saint catharine 's college address is king 's parade . Their phone number is 01223338300 . Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL2885.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"JJK77QKA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint catharine 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"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",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"JJK77QKA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint catharine 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"JJK77QKA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint catharine 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"name",
"saint catharine 's college"
],
[
"_:result",
"phone",
"01223338300"
],
[
"_: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,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would love to see some architecture in the centre please"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'Centre');(_:result,category,'churches');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,name,\"Great Saint Mary 's Church\");(_:result,name,'Holy Trinity Church');(_:result,name,\"Little Saint Mary 's Church\");(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several free churches in the Centre area , including All Saints Church , Holy Trinity Church , Little Saint Mary 's Church , and Old Schools . Great Saint Mary 's Church costs 2 pounds ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'all saints church');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "All saints church sounds nice , can I please get their postcode and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes their postcode is cb58bs and their phone number is 01223452587 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for information regarding a train to Cambridge please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ? And what day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'london kings cross');(_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving london kings cross on monday after 17:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR8288');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8288 meets your criteria . Would you like to book tickets ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would . I 'd be coming with four of my friends ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'KXRU8MTT');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your booking was successful . The total fee is 118 GBP which can be paid at the station . Your reference number is KXRU8MTT ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome thanks so much !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will that be all for today ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes . Thanks and good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay thank you for calling ."
}
] |
PMUL4386.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KXRU8MTT"
],
[
"_: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",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"id",
"TR8288"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KXRU8MTT"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello ! I need to take a train on Monday , from Kings Lynn ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'a number');(_:result,day,'Monday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There area a number of departures on Monday starting at 5:11 in the morning . Was there a particular time of day you wanted to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any time after 13:15 would be fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2257');(_:result,leave_at,'14:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2257 leaves at 14:11 . Would you like to purchase a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the arrival time and price at this moment ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:58');(_:result,id,'TR2257');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR2257 arrives by 14:58 and cost is 9.80 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need an attraction that has a boat ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . What area would you like me to check out for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any area with a boat is fine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have four . What would you like to know about them ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "You choose . Can I get the phone number , postcode , and address ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,name,'Camboats');(_:result,phone,'01223902112');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd recommend Camboats , the number is 01223902112 and address is the plough , green end , fen ditton , cb58sx"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that s all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy your stay ."
}
] |
PMUL1147.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR2257"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2257"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2257"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2257"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2257"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need some information on a train going to stevenage ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'Stevenage');(_:result,leave_at,'all times');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have many trains leaving to Stevenage at all times . Can I get your point of departure and day of travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Cambridge on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:10');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,id,'TR6488');(_:result,leave_at,'9:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6488 departs Cambridge on Sunday at 9:21 and arrives in Stevenage by 10:10 . Would this work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's too early . I need an afternoon train . What do you have later on ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave or arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'Cambridge');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I have to leave Cambridge after 13:00 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,arrive_by,'14:10');(_:booking,category,'Train');(_:booking,destination,'stevenage');(_:booking,id,'TR0523');(_:booking,leave_at,'13:21');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about TR0523 departing at 13:21 and arriving in stevenage at 14:10 ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That is fine . Can I get the price for a ticket please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'10.24 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , that ticket costs 10.24 pounds . Do you want me to book it ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Not just yet . I am just getting some information for now ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "OK . Is there anything else you 'd like to know , about the train or about anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a restaurant in the moderate price range ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'31');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 31 moderate priced restaurants . Is there a certain cuisine or area of town you would be interested in ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'm interested in an Italian restaurant . What would you recommend in the moderate price range ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza hut cherry hinton looks pretty good . Would you like me to make you a reservation ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'10:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for 8 people at 10:15 on Sunday"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'L0NMNTY2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : L0NMNTY2 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today !"
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look anything else up for you today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you have a nice day ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for your help ."
}
] |
PMUL0848.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"leave_at",
"all times"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"L0NMNTY2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR6488"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:booking",
"arrive_by",
"14:10"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR0523"
],
[
"_:booking",
"leave_at",
"13:21"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"L0NMNTY2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area in cambridge would you like to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm actually looking to book a specific hotel . It is called the Alpha - Milton Guest House ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , can you tell me how many people are staying , how many days you want to stay and when you begin your stay , please ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to start my stay on Wednesday , it will be for two nights , and it will be 6 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'NM7IWBOC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , so you are all booked . Reference number is NM7IWBOC ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks so much . I also need a train to arrive in Peterborough by 16:45 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,arrive_by,'16:24');(_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,id,'TR8327');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like to take the TR8327 on Friday , it arrives at 16:24 ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just want to verify that train leaves from Cambridge correct ? If so , can you book it for 6 people and provide the reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,leave_at,'15:34');(_:booking,ref,'IBM6BL8X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , that is correct . I have booked it for you , the reference number is IBM6BL8X and will be leaving at 15:34 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , have a wonderful visit in Cambridge !"
}
] |
PMUL3610.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"NM7IWBOC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"NM7IWBOC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"16:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"id",
"TR8327"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"16:24"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"id",
"TR8327"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"15:34"
],
[
"_:booking",
"ref",
"IBM6BL8X"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train departing from ely ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day do you wish to travel and to what destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,leave_at,'noon');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to travel to Cambridge on Wednesday , but I do n't want to leave before noon ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,leave_at,'13:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train to Cambridge leaving Ely at 13:35 . Will this work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That should work . I need booking for 2 people and I will need the reference number , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'IU3F4FKV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked two spots for you . The reference number is IU3F4FKV"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful . Thank you ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else you may need ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Have a great day . Bye now !"
}
] |
SNG01677.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"noon"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"noon"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"noon"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IU3F4FKV"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"noon"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IU3F4FKV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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 am looking for an upscale Chinese food restaurant in Cambridge ; can you make a recommendation ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu garden is in the expensive price range in the east part of town ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I need something in the Center of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Ugly Duckling');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four expensive Chinese restaurants in the centre of town . Would Ugly Duckling suit you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds fine . Can you give me the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ugly Duckling');(_:result,type,'Restaurant'))",
"request((_:search,ref,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes Ugly Duckling would work . Would you please reserve it for me and send me the reference number ? Thank you ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I know it would work , I am the one you asked , lol . Can you just give me the address and phone number though ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'12 St. Johns Street City Centre');(_:result,phone,'not available');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 12 St. Johns Street City Centre . Unfortunately their phone number is not available ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , I am also looking for somewhere to go in the centre area ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is a museum in the centre and it 's free . Would you like the address or another option ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd like the address please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is unit su43 , grande arcade , saint andrews street and their postcode is cb23bj ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL2159.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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Yu garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"ref",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:search",
"ref",
"?"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:result",
"phone",
"not available"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"ref",
"?"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:result",
"phone",
"not available"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"ref",
"?"
],
[
"_:result",
"phone",
"not available"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_: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,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to go to an attraction in the east side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,category,'entertainment');(_:result,count,'10');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 10 different attractions on the East side of town . Would you like to go to Funky Fun House ? It is an entertainment attraction ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . Do you have a contact number for them ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Funky Fun House');(_:result,phone,'01223304705');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , the phone number for the funky fun house is 01223304705 . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd also like to stay in an expensive place . It should be a hotel , not a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'East');(_:result,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 33 hotels for you to consider . Would you like it be located in the East part of town ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No I need to find a hotel and book it for 7 people , for 4 nights , starting saturday"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,stay,'4');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one hotel that fits your description , but it is n't available for 4 days . Could you change arrival day or length of time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about one night ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,name,'express by holiday inn cambridge');(_:booking,people,'7');(_:booking,ref,'5AGSV9JB');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , i have booked express by holiday inn cambridge for 7 people for 1 night starting Saturday . Your Reference number is : 5AGSV9JB . May I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,departure,'the hotel');(_:search,leave_at,'7:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want a taxi to leave the hotel by 7:45 . Please include contact number and car type"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey Volkswagen');(_:result,departure,'7:30');(_:result,phone,'07956540590');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure I was able to book you a grey Volkswagen for 7:30 and your contact number is 07956540590 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great . That is all I need . Have a great day . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay thank you ."
}
] |
MUL1182.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88ca1e65"
],
[
"_:booking/88ca1e65",
"stay",
"4"
],
[
"_:booking/88ca1e65",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88ca1e65"
],
[
"_:booking/88ca1e65",
"stay",
"4"
],
[
"_:booking/88ca1e65",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"express by holiday inn cambridge"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"5AGSV9JB"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"7:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/88ca1e65"
],
[
"_:booking/88ca1e65",
"stay",
"4"
],
[
"_:booking/88ca1e65",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"express by holiday inn cambridge"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"5AGSV9JB"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"7:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Volkswagen"
],
[
"_:result",
"departure",
"7:30"
],
[
"_:result",
"phone",
"07956540590"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hey I am looking for a train from Cambridge to Bishops stortford . Mind helping out ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'friday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "many trains are leaving on friday . mind choosing the time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Monday and arrive by 18:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'6:07');(_:result,departure,'cambridge');(_:result,destination,'bishops stortford');(_:result,id,'TR4283');(_:result,leave_at,'5:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR4283 that leaves cambridge at 5:29 and arrives in bishops stortford at 6:07 . Would you like to make reservations ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you give me the travel time and price of that train please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'6:07');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,duration,'38 minutes');(_:result,leave_at,'5:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The cost is 10.10 pounds . The duration of the trip is 38 minutes , leaving Cambridge at 5:29 and arriving at 6:07 in Bishops Stortford ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also want a cheap chinese restaurant ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four great restaurants to choose from . Do you prefer one on the south side of town or in the centre ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to be in the centre please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Charlie Chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Charlie Chan . Would you like to reserve a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'10:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Monday , 8 people , 10:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'IFJMBKLI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : IFJMBKLI ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . That will be all for today . I appreciate all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome , please contact us again if you need any other assistance ."
}
] |
PMUL0550.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"5:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"IFJMBKLI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to arrive by 12:15 on saturday . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Wonderful , I can help you . Could you help me by telling me where you 're departing from , and where you 'd like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,day,'saturday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving birmingham new street going to cambridge . I need a ticket that leaves on saturday and will get me there by 12:15 , can you help ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:23');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,id,'TR4382');(_:result,leave_at,'08:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train closest to your requested arrival time is the TR4382 . It departs Birmingham New Street at 08:40 and arrives in Cambridge at 11:23 . Shall I book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm not ready to book , but appreciate the information ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "No problem at all ! Is there anything more I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would also like to find a place to dine that serves italian food and should be in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can help you with that . What price range are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should be in the expensive price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,name,'Stazione Restaurant and coffee bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 in the area I recommend Stazione Restaurant and coffee bar ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes , that 's fine . Can I have the address please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Market Hill City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the address is Market Hill City Centre ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect , that is all I need for right now . Thank you for all of your help ! Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Thank you for reaching out to the Cambridge TownInfo centre . I hope you enjoy your stay !"
}
] |
MUL1659.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4382"
],
[
"_:result",
"leave_at",
"08:40"
],
[
"_: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",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4382"
],
[
"_:result",
"leave_at",
"08:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4382"
],
[
"_:result",
"leave_at",
"08:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4382"
],
[
"_:result",
"leave_at",
"08:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Stazione Restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4382"
],
[
"_:result",
"leave_at",
"08:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Stazione Restaurant and coffee bar"
],
[
"_:result",
"address",
"Market Hill City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! I need a train to Leicester . I want to leave after 14:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem . What day will that be for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "For Thursday please and I want to go to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,destination,'leicester');(_:result,id,'TR939');(_:result,leave_at,'15:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR939 leaves cambridge and goes to leicester at 15:21 would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually I need a train leaving leicester going to Cambridge . Not the reverse ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR1575');(_:result,leave_at,'15:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry . Yes , train TR1575 will arrive in Cambridge by 16:54 . It leaves Leicester at 15:09 . Can I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need tickets for 5 people and a reference number , if possible ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'2YCGD64V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You got it , 5 tickets were booked , reference number is 2YCGD64V ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Glad to be of assistance ."
}
] |
SNG0270.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR939"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1575"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1575"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"2YCGD64V"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you let me know if there are any available european restaurants in the centre area ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'8');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 8 restaurants which serve European cuisine located in the centre . Did you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a very nice , expensive place ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'darrys cookhouse and wine shop');(_:result,name,'eraina');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you can choose from eraina , michaelhouse cafe , or darrys cookhouse and wine shop"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'darrys cookhouse and wine shop');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m a wine lover , so darrys cookhouse and wine shop sounds interesting , can i get the postal code for that ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Darrys Cookhouse and Wine Shop');(_:result,postcode,'cb11ln');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Darrys Cookhouse and Wine Shop is located at the cb11ln post code . Do you have any more questions for me ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train coming from Stevenage ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'Stevenage');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains leaving from Stevenage . What day would you like to travel ? Any preferred time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Friday . The train should arrive by 15:30 . Thanks for all your help ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:43');(_:result,day,'Friday');(_:result,destination,'Cambridge');(_:result,id,'TR7785');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7785 will arrive in Cambridge at 14:43 on Friday . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes please , and thank you ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need for 5 people please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'8M7BPAB0');(_:booking,ticket,'64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you have 5 seats booked under reference # 8M7BPAB0 . The total fee will be 64 GBP , payable at the station . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's all I need at this time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "please contact us again in the future . goodbye ."
}
] |
PMUL0574.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_: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",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7785"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7785"
],
[
"_: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,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"14:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7785"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"8M7BPAB0"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like some information on a train going to bishops stortford departing from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,departure,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "What day and time are you leaving Cambridge ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving after 18:45 on thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1339');(_:result,leave_at,'23:29');(_:result,ticket,'10.10pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1339 is leaving at 23:29 and it is priced at 10.10pounds . can i book ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'24:07');(_:result,duration,'38 minutes');(_:result,id,'TR1339');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR1339 arrives at 24:07 and takes 38 minutes to arrive there ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I will also need to find a restaurant that serves Mediterranean food and should be in the expensive price range ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Mediterranean');(_:result,name,'La Mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Mimosa is a great expensive Mediterranean restaurant in the centre . Would you like to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I would just like their telephone number please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course . Their telephone number is 01223362525 . Would you like any more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get their address please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , their address is Thompsons Lane Fen Ditton . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "nope . i think that is all . enjoy your day and stay out of the rain . bye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You have a great day , too . Thanks for calling . Goodbye ."
}
] |
PMUL0753.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1339"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"ticket",
"10.10pounds"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"ticket",
"10.10pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"24:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR1339"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"ticket",
"10.10pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"24:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR1339"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"ticket",
"10.10pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"24:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR1339"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"23:29"
],
[
"_:result",
"ticket",
"10.10pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"24:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"TR1339"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hey there , I want to get a train to Cambridge for Thursday please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , from where are you departing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am coming in from the Stansted Airport ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time will you need to be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 15:45 , need the departure time and train ID ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:52');(_:result,duration,'28 minutes');(_:result,id,'TR2473');(_:result,leave_at,'14:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay the TR2473 leaves at 14:24 and arrives by 14:52 . It 's 28 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for an attraction in the centre area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "what type of attractions are yopu looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "multiple sports please . whatever that is ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Whatever it is , there is not a spot for in the centre , shall I search for something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a college instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Christ 's College meets your criteria . Would you like more information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their address and phone number please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , here you go saint andrew 's street and 01223334900"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Is there an entrance fee ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Nope . It 's free !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 17,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Welcome . Is there anything else that I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that will be all . Thanks so much for your time . Bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a good day"
}
] |
PMUL4981.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/5d9b9af2"
],
[
"_:search/5d9b9af2",
"area",
"centre"
],
[
"_:search/5d9b9af2",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5d9b9af2"
],
[
"_:search/5d9b9af2",
"area",
"centre"
],
[
"_:search/5d9b9af2",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5d9b9af2"
],
[
"_:search/5d9b9af2",
"area",
"centre"
],
[
"_:search/5d9b9af2",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5d9b9af2"
],
[
"_:search/5d9b9af2",
"area",
"centre"
],
[
"_:search/5d9b9af2",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR2473"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5d9b9af2"
],
[
"_:search/5d9b9af2",
"area",
"centre"
],
[
"_:search/5d9b9af2",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge and I need it to leave after 12:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'833');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 833 trains that meet your needs . Would you like to narrow it down by departure station and/or day of travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from peterborough and need to travel on tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'23');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That narrows it down to 23 choices . What time were you wishing to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,leave_at,'12:45');(_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Arrival time does n't matter , it just needs to depart after 12:45 . I 'll need to book the travel for 8 people . Are there any that can accommodate that many ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'GVI45XUY');(_:booking,ticket,'132 GBP');(_:booking,type,'Booking');(_:result,id,'TR4679');(_:result,leave_at,'13:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR4679 departs at 13:19 . Booking was successful for 8 people , the total fee is 132 GBP payable at the station . Reference number is : GVI45XUY ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , I 'm also looking for a restaurant that serves European food in the expensive price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,area,'west');(_:result,count,'5');(_:result,food,'european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 results for european restaurants . Do you have an area preference ? I have results in the north , west and town centre ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,duration,'21:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have no preference . I would like to book at a table today at 21:00 ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about eraina ? I can book you a table there if you like ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'21:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good , can you book it for 8 people on tuesday at 21:00 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'21:00');(_:booking,ref,'98H2FX8V');(_:booking,type,'Booking');(_:result,phone,'01223368786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have booked your reservation for Tuesday at 21:00 . The reference number is 98H2FX8V . The phone number is 01223368786 if you need to contact them ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I will need today !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Please do n't hesitate to contact us again if you need any additional help ."
}
] |
MUL0389.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:result",
"count",
"833"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GVI45XUY"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GVI45XUY"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"GVI45XUY"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"european"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"european"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"eraina"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"21:00"
],
[
"_:booking",
"ref",
"98H2FX8V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223368786"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'varsity restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for information on The Varsity restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'Varsity');(_:result,pricerange,'moderately');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The Varsity is a moderately priced restaurant offering international cuisine . Would you like any other information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'20:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you book me a table for 2 at 20:00 on Tuesday evening ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'20:00');(_:booking,people,'2');(_:booking,ref,'1EB89A0F');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok ! Your table for 2 at the Varsity Restaurant has been booked for Tuesday at 20:00 . You reference number is : 1EB89A0F"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that is all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
SNG0746.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"1EB89A0F"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like information about a restaurant in South that serves English food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no restaurants in the south that serve english food . Can I look for something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'3');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three restaurants that serve Chinese food in the south part of town . What price range would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'south');(_:result,food,'Chinese');(_:result,name,'Lucky Star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Lucky Star is the only Chinese restaurant in the south part of town . Would you like any specific contact information for them ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to know the address please"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'The lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The lucky star is located at Cambridge Leisure Park Clifton Way Cherry Hinton . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
WOZ20429.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"english"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/4db17c7c"
],
[
"_:search/4db17c7c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/4db17c7c"
],
[
"_:search/4db17c7c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/4db17c7c"
],
[
"_:search/4db17c7c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/4db17c7c"
],
[
"_:search/4db17c7c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"The lucky star"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you give me some information on a train ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I need to know where you are leaving from and what city you will be going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from bishops stortford and going to cambridge please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great . What day and time do you want to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'16:00');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on friday after 16:00 . Can you provide me with the arrival time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,leave_at,'15:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes I have a train that leaves at 15:29 and arrives at 16:07 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . now I am also looking for a place to stay . I would like a guesthouse with 4 stars ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several 4 star guesthouses available . Do you have a preference for the part of town or price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes the North part of town and the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'worth house');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found the worth house in the north with a cheap price range and 4 stars . Can I book this for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , I will book myself at a later point ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,leave_at,'17:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I apologize , I gave you wrong information regarding the train . The first train to leave after 16:00 is at 17:29 , and arrives at 18:07 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Regarding the hotel , I forgot to ask you if it includes free parking ? It actually does not need to be in the North or cheap , I misspoke ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Worth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Worth House does have free parking , yes ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can You book that for me for Friday . 2 nights , 1 person ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'WJN2KKS0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is WJN2KKS0 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need for today ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I 'm glad I could help ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , bye now !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for letting us assist you ! Enjoy your visit !"
}
] |
PMUL1768.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"WJN2KKS0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"WJN2KKS0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find a hotel by the name of Leverton House ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Leverton House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I have found the Leverton House located in the east ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , can you book a room for people please ? We would like 3 nights arriving on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry about that . I would like it for 5 people ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , I could n't find a room available . Would you like to find another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'Leverton house');(_:search,name,'none');(_:search,pricerange,'same pricerange');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please , search another hotel in the same pricerange that the Leverton house ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several , in what area would you like it to be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i do n't care ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'allenbell');(_:booking,ref,'BON67CDZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you at the allenbell . Reference number BON67CDZ . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that was all I needed today , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of assistance ."
}
] |
SSNG0380.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/a12c5366"
],
[
"_:booking/a12c5366",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Leverton house"
],
[
"_:search",
"name",
"none"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/a12c5366"
],
[
"_:booking/a12c5366",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Leverton house"
],
[
"_:search",
"name",
"none"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/a12c5366"
],
[
"_:booking/a12c5366",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Leverton house"
],
[
"_:search",
"name",
"none"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"allenbell"
],
[
"_:booking",
"ref",
"BON67CDZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'charlie chan');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me reserve a taxi to charlie chan ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure thing , when you like to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'14:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 14:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where should we have them pick you up ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I need to be picked up from 6742 North Ridgewood Court ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want to arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'kings hedges learner pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "kings hedges learner pool is where i am leaving from ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'red honda');(_:result,phone,'07992450678');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have a red honda with contact number 07992450678 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! I think that is all I need for today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG02316.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07992450678"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello I am looking for a good , cheap , Spanish restaurant . Is there any that you can recommend ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'La raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La raza is a cheap restaurant that serves spanish food . Would you like their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that located in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is indeed in the city centre . Would you like me to make reservations for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Friday . 2 people . 17:30 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'17:30');(_:booking,name,'La Raza');(_:booking,ref,'OS5VNH62');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation at La Raza for 17:30 on Friday . Your table will be held for 15 minutes . Your reference number is OS5VNH62 . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Ok , I also need a taxi to arrive at the restaurant by 17:30 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "No problem . Where are you departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be departing from the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "alright , then what is your destination please"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,name,'La Raza');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I guess I need to book the hotel first . Is there a guesthouse in the same area as La Raza ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two guesthouses in the centre . I recommend el shaddai"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet and what is the phone number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,phone,'01223525725');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander Bed and Breakfast has internet and the phone number is 01223525725 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Alexander Bed and Breakfast also have free parking ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they have free parking and wifi ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,name,'Alexander Bed and Breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please go ahead and book the Alexander Bed and Breakfast for me ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will book but I need to know how many people and for what day ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "for 2 on friday"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OSNXB1IR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! Your reference number is OSNXB1IR . Is there anything else I can help you with today ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "What car will be picking me up ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'grey honda');(_:result,phone,'07936397340');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A grey honda is booked . You can call 07936397340 to reach them ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all the bookings . I 'm ready for my visit now . Take care . Goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Have a great trip . Goodbye ."
}
] |
PMUL0240.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"La Raza"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"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",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"ref",
"OS5VNH62"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OSNXB1IR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OSNXB1IR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"phone",
"07936397340"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm travelling from Ely to Cambridge on Tuesday and need help finding a train ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'every two hours beginning at 5:35');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have trains running that route every two hours beginning at 5:35 . Do you have a preferred departure or arrival time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 18:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several options available is there a time you would like to depart ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a departure preference ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR6971');(_:result,leave_at,'4.40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train ID \t TR6971 is 4.40 pounds Should I book it"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , and please give me the ref . number ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great ! How many seats will you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just me please"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4.4GBP');(_:booking,ticket,'FCO2L8AN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 4.4GBP payable at the station . Reference number is : FCO2L8AN . May I assist with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a park in the south ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'wandlebury country park');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'south');(_:result,category,'parks');(_:result,count,'2');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two parks in the south . They are both free . I recommend wandlebury country park . Can I help with anything more today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please tell me their phone number and address"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Wandlebury Ring , Gog Magog Hills , Babraham');(_:result,name,'Wandlebury Country Park');(_:result,phone,'01223243830');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wandlebury Country Park is located at Wandlebury Ring , Gog Magog Hills , Babraham and their phone number is 01223243830 . Can I assist you further ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . Thank you for your help ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thank you and enjoy your stay in Cambridge !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again for all of your help"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help ."
}
] |
PMUL1070.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every two hours beginning at 5:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every two hours beginning at 5:35"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6971"
],
[
"_:result",
"leave_at",
"4.40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"id",
"TR6971"
],
[
"_:result",
"leave_at",
"4.40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"id",
"TR6971"
],
[
"_:result",
"leave_at",
"4.40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"FCO2L8AN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"id",
"TR6971"
],
[
"_:result",
"leave_at",
"4.40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"FCO2L8AN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"id",
"TR6971"
],
[
"_:result",
"leave_at",
"4.40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"FCO2L8AN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"id",
"TR6971"
],
[
"_:result",
"leave_at",
"4.40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"FCO2L8AN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am traveling to Cambridge soon . I am so excited to see some local tourist attractions . I could use some help with restaurants though ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay I can help with that . What type of food would you like to eat and what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive Indian restaurant ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanks for the information . What area should the restaurant be in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should be in the west ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'West side');(_:result,name,'India House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The India House is located on the West side and offers a wide range of fine diners ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Could I book a table for 6 people on Sunday at 11:00 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'sunday');(_:booking,duration,'11:00');(_:booking,people,'six');(_:booking,ref,'111YXDK3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set for sunday at 11:00 for six . The reference number is 111YXDK3 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also wondering if you can help me find an entertainment place in the west as well ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Whale of a Time');(_:result,phone,'01954781018');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a place called Whale of a Time . The phone number is 01954781018 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I was also interested in booking a taxi . Could you help me with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , what time you would like to leave by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'11:00');(_:search,departure,'whale of a time');(_:search,destination,'india house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Does n't matter , as long as I leave Whale of a Time and get to India House before my reservation at 11:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'11:00');(_:result,car,'grey volkswagen');(_:result,destination,'India House');(_:result,phone,'07207500599');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a taxi to arrive at the India House by 11:00 . The car driven will be a grey volkswagen and the contact number is 07207500599 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , that 's all I need , thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL2359.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"West side"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"West side"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"111YXDK3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"West side"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"111YXDK3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"West side"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"111YXDK3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"destination",
"india house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"West side"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"111YXDK3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"destination",
"india house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"11:00"
],
[
"_:result",
"car",
"grey volkswagen"
],
[
"_:result",
"destination",
"India House"
],
[
"_:result",
"phone",
"07207500599"
],
[
"_: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,department,'gastroenterology');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you find me a hospital with a gastroenterology department around here ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'gastroenterology');(_:result,phone,'01223274284');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "gastroenterology hospital phone number is 01223274284"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thank you , what is the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge and the post code is CB20QQ . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all the information I was looking for today . Thanks for your help ."
},
{
"id": 5,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Great ! Have a nice day !"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Good bye ."
}
] |
SNG01303.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"gastroenterology"
],
[
"_:result",
"phone",
"01223274284"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"gastroenterology"
],
[
"_:result",
"phone",
"01223274284"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"gastroenterology"
],
[
"_:result",
"phone",
"01223274284"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help finding a train . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes I can help you find a train what station are you going to and from and at what time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'9:15,please');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "cambridge and should go to stevenage . at arrive at 9:15,please"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "GReat I just need day of week that you are planning on leaving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On Thursday , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'8:10');(_:result,id,'TR4376');(_:result,leave_at,'7:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4376 will depart at 7:21 and arrive at 8:10 . Would you like to book this train ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "yes please and can you speed it up I am in a hurry today"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "My system can only go so fast . I will work on booking this and be right back with you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a college in town to visit , can you suggest a good one ? I 'm thinking in the centre please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's street\");(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is Christ 's College it 's in the centre . It is on Saint Andrew 's street and it 's free ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL1109.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15,please"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15,please"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15,please"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:10"
],
[
"_:result",
"id",
"TR4376"
],
[
"_:result",
"leave_at",
"7:21"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15,please"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"8:10"
],
[
"_:result",
"id",
"TR4376"
],
[
"_:result",
"leave_at",
"7:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15,please"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"8:10"
],
[
"_:result",
"id",
"TR4376"
],
[
"_:result",
"leave_at",
"7:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in cambridge in the moderate price range with 4 stars"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 matches . Do you have a preference for hotel types ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but it should be in the east ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 guesthouses matching your request . Do you care about parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Pick one and book me for 5 people lasting three nights starting Friday please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Warkworth House');(_:booking,ref,'TP8X26LA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a room booked at the Warkworth House ( ref # TP8X26LA ) . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'pizza express Fen Ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks for the room booking . Can you locate a restaurant for me , too ? The name is pizza express Fen Ditton ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I found the restaurant you want . Do you want me to make reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for 5 people on Friday around 13:45 , please"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will go ahead and book that for you now ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay .... well I 'm over here waiting .... don't forget the reference number too"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'Pizza Express at Fen Ditton');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am having a hard time booking this , could I make sure the place you would like is the Pizza Express at Fen Ditton ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes it is , but if 13:45 time is n't working then 12:45 would also be acceptable ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am not able to book anything right now ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Maybe you could try again ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'S31A87TV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking worked this time ! The reference number is S31A87TV . Anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ! Have a good one ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . If you need anything else just call us back ."
}
] |
PMUL0384.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"TP8X26LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"TP8X26LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13: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",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"TP8X26LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TP8X26LA"
],
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/d3a96bf6"
],
[
"_:booking/d3a96bf6",
"type",
"Booking"
],
[
"_:booking",
"name",
"Pizza Express at Fen Ditton"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TP8X26LA"
],
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/d3a96bf6"
],
[
"_:booking/d3a96bf6",
"type",
"Booking"
],
[
"_:booking",
"name",
"Pizza Express at Fen Ditton"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/ebbfa56b"
],
[
"_:booking/ebbfa56b",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/d3a96bf6"
],
[
"_:booking/d3a96bf6",
"type",
"Booking"
],
[
"_:booking",
"name",
"Pizza Express at Fen Ditton"
],
[
"_:system",
"canthelp",
"_:booking/ebbfa56b"
],
[
"_:booking/ebbfa56b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"S31A87TV"
],
[
"_: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,'hotels');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels that offer both free parking and free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'Almost every place');(_:result,area,'Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Almost every place in Cambridge meets those requirements ! Do you have an area or price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to be in the cheap range . Thanks for helping me with this !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed & Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))",
"thank()",
"inform((_:result,amount,'ten');(_:result,area,'throughout Cambridge');(_:result,category,'guesthouses');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You 're very welcome . We have ten great , inexpensive guesthouses spread throughout Cambridge , such as our Alexander Bed & Breakfast which is rated 4 stars ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . I would like to book that for 8 people and 4 nights starting from Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IQ8WDOKB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : IQ8WDOKB . Is there anything more I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'shanghai family restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for the Shanghai family restaurant"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Shanghai Family Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes of course , the Shanghai Family Restaurant is located in the centre of town , would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "May I just get their phone number please . I am also going to need a taxi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))",
"inform((_:result,phone,'01223301761');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223301761 . Where are you headed in your taxi ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'11:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel at 11:15 and go to the restaurant . Please give me car type and contact number too ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07084963980');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked a black honda for you . The contact number is 07084963980 . What else would you like today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! That is all for now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Enjoy your visit ."
}
] |
PMUL3092.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"Almost every place"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed & Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"area",
"throughout Cambridge"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed & Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"area",
"throughout Cambridge"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IQ8WDOKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"shanghai family restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IQ8WDOKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"shanghai family restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Shanghai Family Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IQ8WDOKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"shanghai family restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Shanghai Family Restaurant"
],
[
"_:result",
"phone",
"01223301761"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"IQ8WDOKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"shanghai family restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Shanghai Family Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07084963980"
],
[
"_: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,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I am looking for places to go in the west ? Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you interested in a specific type of attraction ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Whatever is popular , but I would like it to be in the west area ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'girton college');(_:result,name,\"people 's portraits exhibition\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "how about people 's portraits exhibition at girton college ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of attraction is that specifically please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it 's considered a museum ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need to check on a train , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you be departing from ? Also , where would you like to arrive ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from Cambridge and go to Bishops Stortford ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling and do you have an arrival and departure time in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,day,'tuesday');(_:search,departure,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel on Tuesday from Cambridge and arrive in Bishops Stortford by 16:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,leave_at,'05:29 to 15:29');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 6 trains leaving starting at 05:29 to 15:29 . What time would you like to depart ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'6:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart by 6:00 please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'06:07');(_:result,departure,'Cambridge');(_:result,destination,'bishops stortford');(_:result,id,'TR2478');(_:result,leave_at,'05:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2478 leaves Cambridge at 05:29 and arrives in Bishops Stortford at 06:07 . Will that work for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "NO ! I said 16:45 . Arrive by 16:45 . Try again ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Could you please clarify the time that you could like to leave ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Departure time is not important as long as I get their by 16:45"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,destination,'bishops stortford');(_:result,id,'TR8017');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8017 will arrive in bishops stortford by 16:07 , does this suit your needs ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's perfect , actually . I am going to need 7 tickets . Can you help with that as well ?"
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can . Should I make a booking for you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book tickets for 7 people , please ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'IV9FL61A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I was able to book that and your reference number is IV9FL61A ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Sorry for the confusion . Have a great day ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You too and thank you ."
}
] |
PMUL1480.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"leave_at",
"05:29 to 15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"6:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"leave_at",
"6:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR2478"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_: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,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR2478"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"girton college"
],
[
"_:result",
"name",
"people 's portraits exhibition"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IV9FL61A"
],
[
"_: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,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "You can help me by finding me an expensive restaurant in the centre"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'lots of');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have lots of options for you . Do you have a preferred food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like indian food please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'golden curry');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd recommend golden curry . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , but could i get their postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their postcode is cb21dp . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! I also would like information about a train , please , leaving Cambridge after 21:00 ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Where are you headed ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Leicester ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'23:06');(_:result,leave_at,'21:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a 21:21 that will arrive by 23:06 . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Perfect . Can you get me 4 seats on that one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR3918');(_:booking,people,'4');(_:booking,ref,'VRW2PWD6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 4 tickets on the TR3918 train is confirmed . Your Reference number is : VRW2PWD6 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing else , thank you . Have a great day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL3280.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"golden curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"golden curry"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"golden curry"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"golden curry"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"23:06"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"golden curry"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"23:06"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3918"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"VRW2PWD6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"golden curry"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"23:06"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3918"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"VRW2PWD6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'16:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Cambridge leaving around 16:00 can you find this for me ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , but do you mean the train is leaving cambridge ? if so where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to take me to Norwich coming from Cambridge . preferably after 16.00 on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,id,'TR7047');(_:result,leave_at,'16:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7047 train departs Cambridge for Norwich at 16:36 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'16:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I might be interested in that . I just want to confirm . That leaves AFTER 16:00 , correct ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:55');(_:result,id,'TR7047');(_:result,leave_at,'16:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , TR7047 departs at 16:36 and arrives at 17:55 . Would you like me to help you book a ticket for this train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Also , I am looking for attractions in town center that provide entertainment"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid no attractions match that description . Could you like to check out other areas of the city ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "OK , what about colleges in the town centre ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no colleges in the centre of the city . Would you like me to check in other areas ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . I would like a place to go in the centre that is entertainment . Can you please check again ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'entrance fee');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Actually , I do n't have any entertainment , but there are 13 colleges in the centre . 10 have free entrance and 3 have an entrance fee . Would you like more information ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Can you give me two free options ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Pembroke College');(_:result,name,\"Saint Catharine 's\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there 's Pembroke College and Saint Catharine 's . If you 'd like to visit one of those I could give you the address ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'pembroke college');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number for Pembroke College ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'Pembroke College');(_:result,phone,'01223338100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for Pembroke College is 01223338100 ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Pembroke college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Could you also give me the postcode and address of Pembroke college ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'trumpington street');(_:result,name,'pembroke college');(_:result,postcode,'cb21rf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , pembroke college is located at trumpington street , postcode cb21rf . Can I assist you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I think that 's all I need . Thanks for the help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It 's my pleasure . Have a great day ! Goodbye !"
}
] |
MUL0508.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/cc8b1908"
],
[
"_:search/cc8b1908",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/cc8b1908"
],
[
"_:search/cc8b1908",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/11171c95"
],
[
"_:search/11171c95",
"category",
"colleges"
],
[
"_:search/11171c95",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:system",
"canthelp",
"_:search/cc8b1908"
],
[
"_:search/cc8b1908",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/11171c95"
],
[
"_:search/11171c95",
"category",
"colleges"
],
[
"_:search/11171c95",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/7696d3f0"
],
[
"_:search/7696d3f0",
"category",
"entertainment"
],
[
"_:search/7696d3f0",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"entrance fee"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:system",
"canthelp",
"_:search/cc8b1908"
],
[
"_:search/cc8b1908",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/11171c95"
],
[
"_:search/11171c95",
"category",
"colleges"
],
[
"_:search/11171c95",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/7696d3f0"
],
[
"_:search/7696d3f0",
"category",
"entertainment"
],
[
"_:search/7696d3f0",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"entrance fee"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:result",
"name",
"Saint Catharine 's"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"pembroke college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:system",
"canthelp",
"_:search/cc8b1908"
],
[
"_:search/cc8b1908",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/11171c95"
],
[
"_:search/11171c95",
"category",
"colleges"
],
[
"_:search/11171c95",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/7696d3f0"
],
[
"_:search/7696d3f0",
"category",
"entertainment"
],
[
"_:search/7696d3f0",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"entrance fee"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:result",
"phone",
"01223338100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Pembroke college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:system",
"canthelp",
"_:search/cc8b1908"
],
[
"_:search/cc8b1908",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/11171c95"
],
[
"_:search/11171c95",
"category",
"colleges"
],
[
"_:search/11171c95",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/7696d3f0"
],
[
"_:search/7696d3f0",
"category",
"entertainment"
],
[
"_:search/7696d3f0",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"entrance fee"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223338100"
],
[
"_:search",
"name",
"Pembroke college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"name",
"pembroke college"
],
[
"_:result",
"postcode",
"cb21rf"
],
[
"_: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,area,'centre');(_:search,food,'african');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a cheap african restaurant in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'African');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do n't have any cheap African restaurants in the centre of town . Would you like to search for something different ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you check for italian please ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,name,'Ask');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 ; I 'd recommend Ask . They have great food and pretty great service , too . Would you like to reserve a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry , I 'm actually looking for moroccan food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in the city');(_:search,food,'Moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize , we do n't have any Moroccan cuisine available in the city . Is there another type of cuisine you might like to try ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Portuguese ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre is a wonderful Portuguese restaurant . Would you like me to book a table for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you book a table for four please at 17:00 ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'17:00');(_:booking,name,'the nandos city centre');(_:booking,people,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I just did reserve for 4 at 17:00 a the nandos city centre . Would you like help with an anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the reference number for that reservation ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'WS5P73O7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : WS5P73O7 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I apologize , I need an earlier reservation now for 7 people at 15:45 on Friday . Can you reschedule ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'69XP42LR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "NO worries , I have updated the reserved time , the reference number is 69XP42LR . Any further questions ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I could use a recommendation on a nightclub in the centre of town ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What side of town would you like to be on ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to stay around the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What price point is good for you ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "Cheap price please ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area of town would you like your hotel ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a hotel . I 'd just like a recommendation for a nightclub near the restaurant ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,address,'1 - 6 corn exchange street');(_:result,name,'The soul tree nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The soul tree nightclub is pretty fun . They 're at 1 - 6 corn exchange street ."
},
{
"id": 22,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you know what the entrance fee is ?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,entrance_fee,'4 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is 4 pounds ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that is everything , I apologize for being so high maintenance , thanks for the help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL2461.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WS5P73O7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"69XP42LR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"69XP42LR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"69XP42LR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"69XP42LR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"69XP42LR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"name",
"The soul tree nightclub"
],
[
"_: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,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53f2b6bb"
],
[
"_:search/53f2b6bb",
"area",
"centre"
],
[
"_:search/53f2b6bb",
"food",
"African"
],
[
"_:search/53f2b6bb",
"pricerange",
"cheap"
],
[
"_:search/53f2b6bb",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/79ad5588"
],
[
"_:search/79ad5588",
"area",
"in the city"
],
[
"_:search/79ad5588",
"food",
"Moroccan"
],
[
"_:search/79ad5588",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"the nandos city centre"
],
[
"_:booking",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"69XP42LR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"name",
"The soul tree nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a place in the north where I can stay ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'guest houses');(_:result,count,'5');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure I have 5 guest houses all in the moderate price range . When is your stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of them have a four star rating ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , actually they all have 4 star ratings , do you need parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book one that offers parking please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Kirkwood House');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Kirkwood House is a lovely place I would recommend . What day will you be checking in , how long will you be staying , and how many people will it be for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually just need information on the kirkwood house . What is the postcode and phone number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223306283');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , the postcode is cb41da and the phone number is 01223306283 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am also looking for a restaurant to book for friday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 different restaurants I can give you some information for . They are all pretty good ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking to eat Indian ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are more than five restaurants in cambridge , lol . Disregard my last statement . There are 22 indian restaurants any preference on price or area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be in the North as well ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,area,'north');(_:result,name,'royal spice restaurant or the nirala');(_:result,type,'Restaurant'))",
"inform((_:result,name,'the royal spice restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the royal spice restaurant or the nirala , which both are located in the north ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:45');(_:search,name,'royal spice');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Royal Spice sounds great . Can you make a reservation for 3 at 18:45 on Friday , please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2NUA9RGD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The restaurant will hold your table for 15 minutes after your reservation time . Your Reference number is : 2NUA9RGD . Is there anything else I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL3466.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the royal spice restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the royal spice restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2NUA9RGD"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'd like some information on a restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many types');(_:result,area,'center');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many types of restaurants in the center . What type of cuisine are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like african food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'100 Mill Road City Centre');(_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I highly recommend bedouin located at 100 Mill Road City Centre . It is in the expensive range . Would you like me to book you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes , please . for 7 people starting at 11:15 on sunday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'1CRCO6HT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the table for you , your reference number is 1CRCO6HT they will hold the table for 15 minutes . Do you need anymore assistance ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would also like to find a train that would arrive at 19:45 and depart from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination and travel day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "train should go to kings lynn and should leave on monday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:58');(_:result,departure,'Cambridge');(_:result,destination,\"King 's Lynn\");(_:result,id,'TR7803');(_:result,leave_at,'18:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your best bet would be TR7803 , leaving Cambridge at 18:11 and arriving King 's Lynn at 18:58 . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please that sounds good !"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "how many tickets should i book you for ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "i apologize . i do nt need to book tickets . but can i please get the travel time ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 47 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's really all I need . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome , have a great day !"
}
] |
PMUL0644.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1CRCO6HT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1CRCO6HT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1CRCO6HT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"King 's Lynn"
],
[
"_:result",
"id",
"TR7803"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_: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",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1CRCO6HT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"King 's Lynn"
],
[
"_:result",
"id",
"TR7803"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many types"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1CRCO6HT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"King 's Lynn"
],
[
"_:result",
"id",
"TR7803"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of places are there to go to in the west ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'and entertainment');(_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are museums , colleges , and entertainment . What interests you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh ! I bet my boyfriend would love an entertainment place . Can you tell me a little about those ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'unit 8 , viking way , bar hill');(_:result,area,'west');(_:result,name,'Whale of a time');(_:result,phone,'01954781018');(_:result,postcode,'cb238el');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Whale of a time is a great place in the west . Their address is unit 8 , viking way , bar hill , postcode cb238el and phone number 01954781018 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We are also needing a place to stay . It 's preferable that it 's also in the west and has a 4 star rating ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,count,'3');(_:result,pricerange,'expensive or cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I have 3 different options . Are looking for something expensive or cheap ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Nothing too expensive but at least a 4 star . I 'd like it to be in a guest house too ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guest house');(_:result,name,'Finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Finches bed and breakfast is a cheap , 4 star guest house in the west area . Would you like to reserve a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , we will have 5 people staying 2 nights starting Thursday , please ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Your room has been reserved . The reference number is : UP0KSPLW ."
}
] |
PMUL3206.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"and entertainment"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"and entertainment"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"unit 8 , viking way , bar hill"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a time"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"and entertainment"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"unit 8 , viking way , bar hill"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a time"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive or cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"unit 8 , viking way , bar hill"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you find me a train from Cambridge to Leicester ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several what day and time do you want to leave or arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on wednesday and should arrive by 13:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR2176');(_:result,leave_at,'09:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2176 leaves Cambridge at 09:21 and gets into Leicester at 11:06 . Will that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price of that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 37.80 pounds . Would you like to go ahead a book a seat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to book a seat on that train . Thank you ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,people,'more');(_:result,people,'one');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Just to clarify , am I booking just one ticket or more ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "yes . also findme primavera 's phone number"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'2Z3LQ075');(_:booking,ticket,'37.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 37.79 GBP payable at the station . \n Reference number is : 2Z3LQ075 . What else did you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for the Primavera . It is an attraction ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "yes its a very nice attraction ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their phone number please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223357708');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "their phone number is 01223357708 . can i help with something else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That will be all . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL1209.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"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_: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",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"people",
"more"
],
[
"_:result",
"people",
"one"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_: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",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"people",
"more"
],
[
"_:result",
"people",
"one"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2Z3LQ075"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"people",
"more"
],
[
"_:result",
"people",
"one"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2Z3LQ075"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"people",
"more"
],
[
"_:result",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2Z3LQ075"
],
[
"_:booking",
"ticket",
"37.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_: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,arrive_by,'14:45');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train from Cambridge to Stansted Airport I need to arrive by 14:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you want to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go on Thursday , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,duration,'28 minute trip');(_:result,id,'TR0521');(_:result,leave_at,'13:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0521 will depart at 13:40 and arrive at 14:08 . The 28 minute trip will cost 10.10 pounds . Would you like to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please and provide me with the reference number as well ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'TDPEQ21Q');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 10.1 GBP payable at the station . Your reference number is TDPEQ21Q . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need place to stay with free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area are you looking to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouses');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . I like 4 star guesthouses though ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have quite a few that fit your description . What price range are you looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer something in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Arbury Lodge Guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Arbury Lodge Guesthouse in the north . It meets your specifications . Would you like help in booking it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . Can I get that for 8 people for 4 nights starting Thursday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'YCL4D5P6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made those reservations and your reference number is YCL4D5P6 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That is all that I need !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "If that is all , then thank you for reaching out to the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL1608.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_: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",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"28 minute trip"
],
[
"_:result",
"id",
"TR0521"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"28 minute trip"
],
[
"_:result",
"id",
"TR0521"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TDPEQ21Q"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"28 minute trip"
],
[
"_:result",
"id",
"TR0521"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TDPEQ21Q"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"28 minute trip"
],
[
"_:result",
"id",
"TR0521"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TDPEQ21Q"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_: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",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"28 minute trip"
],
[
"_:result",
"id",
"TR0521"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TDPEQ21Q"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"14:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"28 minute trip"
],
[
"_:result",
"id",
"TR0521"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"YCL4D5P6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be visiting north Cambridge and need a hotel that has free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,has_internet,'none');(_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two hotels the ashley hotel and lovell lodge both are moderately priced and offer free parking and free internet ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels in a more expensive range ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'that part of town');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Not in that part of town . Would you like to try a different part of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can we try the south please ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The lensfield hotel has both free parking and internet it 's in the south , would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book the room ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "On what day will you be needing to start your reservation ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I am not sure yet ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm unable to book the room without knowing what day you want to check in . Would you like the phone number so you can book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , I will book it at a later time . I just need the star of the hotel , address , and hotel type ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Lensfield Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel is 3 stars ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Is it a hotel or guesthouse , and what 's the address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'53 - 57 lensfield road');(_:result,area,'south');(_:result,category,'hotel');(_:result,name,'lensfield hotel');(_:result,phone,'01223355017');(_:result,postcode,'cb21en');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The lensfield hotel is a hotel located in the south . It is expensive , and its address is 53 - 57 lensfield road . The postcode is cb21en . The phone is 01223355017 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'old schools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I 'm looking for a attraction called Old Schools ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'trinity lane');(_:result,area,'centre');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old Schools is a free architecture attraction in the centre . Their address is trinity lane and phone number is 01223332320 . Do you need anymore assistance today ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes what is the entrance fee ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That 's the good thing ! The entrance is free ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'old schools');(_:search,leave_at,'23:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi to commute between the two places . I want to leave Old Schools by 23:15 . Please send the contact number and car type . Thanks !"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where is you destination ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,destination,'lensfield hotel');(_:search,name,'Lensfield Hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be traveling to the Lensfield Hotel ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,phone,'07851637518');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The taxi has been booked look for a grey skoda and the contact number is 07851637518 ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That will be all I need ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL2711.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"address",
"53 - 57 lensfield road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"phone",
"01223355017"
],
[
"_:result",
"postcode",
"cb21en"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"old schools"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"postcode",
"cb21en"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"postcode",
"cb21en"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"postcode",
"cb21en"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"lensfield hotel"
],
[
"_:search",
"name",
"Lensfield 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,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/497f7ae0"
],
[
"_:search/497f7ae0",
"area",
"that part of town"
],
[
"_:search/497f7ae0",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"postcode",
"cb21en"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"destination",
"lensfield hotel"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07851637518"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a hotel on the west side with free WiFi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have four hotels listed that fit your criteria ranging in price from cheap to expensive . What price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does n't matter , really . But I would like to get free parking too , in addition to the wifi please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'2 hotels and 2 guesthouses');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All 2 hotels and 2 guesthouses match your needs . May I recommend the Cambridge Belfry ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a hotel ? I need a hotel and not a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it is a hotel . Can I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That would be great , thanks . We 'll be arriving on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people are staying , and for how many days ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "6 people for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry but I was unable to book . Do you wanna change the day you book or the number of days ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about two nights ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'X5XFGMK0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , that did it . Your reference number is X5XFGMK0 . Can I assist you with any other plans today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That 's it for today . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Enjoy your stay ."
}
] |
SNG0844.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"amount",
"2 hotels and 2 guesthouses"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"amount",
"2 hotels and 2 guesthouses"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"amount",
"2 hotels and 2 guesthouses"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"amount",
"2 hotels and 2 guesthouses"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/5974adc1"
],
[
"_:booking/5974adc1",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"amount",
"2 hotels and 2 guesthouses"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/5974adc1"
],
[
"_:booking/5974adc1",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X5XFGMK0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.