turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'Weish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant that serves Weish food in the centre of town please ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no restaurants that match your criteria . Would you like to broaden your search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'Weish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , are there any Weish restaurants in the cheap price range that are in north Cambridge ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'all of cambridge');(_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no welsh restaurants in all of cambridge ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you change my food preference to Chinese then ? I still want to be in the cheap range and center of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'12 Lensfield Road City Centre');(_:result,address,'88 Mill Road City Centre');(_:result,address,'Regent Street City Centre');(_:result,count,'3');(_:result,name,'Charlie Chan');(_:result,name,'Golden House');(_:result,name,'Rice House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 3 options for you : Charlie Chan at Regent Street City Centre , Rice House at 88 Mill Road City Centre , and Golden House at 12 Lensfield Road City Centre"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'charlie chan');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 4 at Charlie Chan ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can not book a reservation for you until I know what time and day your planning on going there ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:45');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I apologize . I would like a table for 4 at 16:45 on Wednesday . Please tell me my reference number , if you do n't mind ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'16:45');(_:booking,name,\"Charlie Chan 's\");(_:booking,people,'four');(_:booking,ref,'YHXA6WCS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have confirmed your reservation at Charlie Chan 's on Wednesday at 16:45 for four . The reference number is YHXA6WCS . Is there anything else you need help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a train to Cambridge arriving by 11:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'420');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 420 trains that meet those criteria . Where are you departing from and on what day ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It should be on Wednesday as well , and depart from the stansted airport"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'11:30');(_:result,count,'6');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 6 trains that will arrive prior to 11:30 . Do you prefer a particular arrival time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need to arrive by 11:30 as I stated earlier ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'9:52');(_:result,id,'TR3828');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found one that arrives by 9:52 it is TR3828 , would you like to book that ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure that sounds good , I will need 4 tickets please , and the reference number ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'67WHT21L');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 40.4 GBP payable at the station . Reference number is : 67WHT21L ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect , thank you !"
},
{
"id": 19,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's all I need today ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day !"
}
] |
MUL0286.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Weish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"Weish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Charlie Chan 's"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YHXA6WCS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Charlie Chan 's"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YHXA6WCS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"420"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Charlie Chan 's"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YHXA6WCS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"arrive_by",
"11:30"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Charlie Chan 's"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YHXA6WCS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR3828"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Charlie Chan 's"
],
[
"_:booking",
"people",
"four"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR3828"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"67WHT21L"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b13ef7be"
],
[
"_:search/b13ef7be",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/4afa8c39"
],
[
"_:search/4afa8c39",
"area",
"all of cambridge"
],
[
"_:search/4afa8c39",
"food",
"welsh"
],
[
"_:search/4afa8c39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Charlie Chan 's"
],
[
"_:booking",
"people",
"four"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR3828"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"67WHT21L"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking an expensive restaurant in the center ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 different restaurants to chose from in your criteria . What type of food do you want ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Anything you can recommend would be fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "If you 're for something a little exotic , I recommend Bedouin , which is an expensive restaurant in the center of town serving African food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'11:45');(_:search,type,'Train'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds interesting . Can you give me their phone number and postcode ? Also , is there a train leaving at 11:45 on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'256');(_:result,day,'Wednesday');(_:result,name,\"Bedouin 's\");(_:result,phone,'01223367660');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Bedouin 's phone number is 01223367660 and their post code is cb12bd . There are 256 train departures on Wednesday - where do you need to go ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambride');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go from cambride to birmingham new street ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 12 departures . What time do you need to depart or arrive ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave at 11:45"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't see anything for earlier ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you look again for 1 person ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "Sorry , nothing before 12:01"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What times are the 12 departures ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'10:01');(_:result,leave_at,'23:01');(_:result,leave_at,'on the : 01 every hour');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train leaves on the : 01 every hour starting at 10:01 with the final train leaving at 23:01"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'11:01');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay , then I guess book it for 11:01 please . And I need a reference number please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just give me one ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'VXSYVE96');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 75.09 GBP which is payable at the station . The Reference number is : VXSYVE96 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful ! Thank you for your help ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , that will be all . thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Have a good day !"
}
] |
MUL0210.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"count",
"256"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:system",
"canthelp",
"_:search/85378bfc"
],
[
"_:search/85378bfc",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:system",
"canthelp",
"_:search/85378bfc"
],
[
"_:search/85378bfc",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"canthelp",
"_:search/85378bfc"
],
[
"_:search/85378bfc",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"leave_at",
"on the : 01 every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:01"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"canthelp",
"_:search/85378bfc"
],
[
"_:search/85378bfc",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"leave_at",
"on the : 01 every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:01"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"canthelp",
"_:search/85378bfc"
],
[
"_:search/85378bfc",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"leave_at",
"on the : 01 every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:01"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VXSYVE96"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"name",
"Bedouin 's"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"departure",
"cambride"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"12"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"canthelp",
"_:search/85378bfc"
],
[
"_:search/85378bfc",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"leave_at",
"on the : 01 every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:01"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VXSYVE96"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking to see the sights . Can you tell me about Primavera ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure it 's a museum located in the centre . would you like their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "and the area and postcode too please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'the centry area');(_:result,phone,'01223357708i');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "01223357708i is the phone , cb21sj is the postcodein the centry area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i also want a place to dine in the east"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like to be on ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I already told you that , pay attention"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 restaurants in the east . Do you have a food type or price preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just something expensive , if you pay enough I 'm sure the food is good regardless of the cuisine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,food,'British');(_:result,name,'Grafton Hotel Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Grafton Hotel Restaurant is an expensive British restaurant . Their address is Grafton Hotel 619 Newmarket Road Fen Ditton ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:15');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book it for 5 people on Wednesday at 15:15 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'wednesday');(_:booking,duration,'15:15');(_:booking,name,'the grafton hotel restaurant');(_:booking,people,'5');(_:booking,ref,'O1OT731L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set for the grafton hotel restaurant on wednesday at 15:15 or 5 people . Your reference number is O1OT731L . Is there anything else I can help with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome ! Have a nice day !"
}
] |
PMUL4755.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"area",
"the centry area"
],
[
"_:result",
"phone",
"01223357708i"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"area",
"the centry area"
],
[
"_:result",
"phone",
"01223357708i"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223357708i"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223357708i"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223357708i"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"name",
"the grafton hotel restaurant"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"O1OT731L"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the lucky star');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant named The lucky star in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "This is a chinese restaurant . It is located at Cambridge Leisure Park Clifton Way Cherry Hinton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book a table for me ? Just for 1 on Saturday at 12:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'OPJJX9XA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your table booked . The reference number is OPJJX9XA ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . I 'll also need a train to get me there from London King 's Cross station ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,id,'TR7309');(_:result,leave_at,'11:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7309 leaves at 11:17 and arrives at 12:08 , would that be one you 'd like to book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,destination,'cambridge');(_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "As long it arrives by 08:45 going to cambridge I should be good yes ticket for 1 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ref,'AB2FX8KZ');(_:result,ticket,'18.88 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Reference number is : AB2FX8KZ . the total fee is 18.88 GBP payable at the station"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is wonderful . I believe that should be all I need ! Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome , have a wonderful time ! Goodbye ."
}
] |
MUL1606.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the lucky star"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the lucky star"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the lucky star"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"OPJJX9XA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the lucky star"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"OPJJX9XA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7309"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the lucky star"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"OPJJX9XA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"id",
"TR7309"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"AB2FX8KZ"
],
[
"_:result",
"ticket",
"18.88 GBP"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me a Chinese restaurant please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'17');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . There are 17 chinese restaurants in town . Are you looking for a certain price range or location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like it to be in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found 5 that fit that description . Is there a particular area you would like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 6 at 15:15 on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Hakka');(_:booking,type,'Booking');(_:result,area,'north');(_:result,ref,'7KW8MVL3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to get a table at Hakka in the north . The reference number is 7KW8MVL3 and they 'll keep the table for 15 minutes . Does that suit you ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , thank you . That 's all for now . Bye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and enjoy your meal at the hakka . Have a great day ."
}
] |
SSNG0002.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",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Hakka"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"ref",
"7KW8MVL3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 3 star hotel in Cambridge , that offers a guesthouse , can you book it for me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'156 chesterton road');(_:result,name,'hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , hamilton lodge is located on 156 chesterton road ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "If this guesthouse is available please book it for me . By the way , what is the price per night ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I do not have the prices , what day would you like to stay , for how many nights , and how many people ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Before I book , is the guesthouse located in the south part of town and at what price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'the Northern part of town');(_:result,category,'hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hotel is found in the Northern part of town and it is in the moderate price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great can you book that for 1 person for 3 nights starting friday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'R1E3QVGT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i have your room all reserved . The reference number is R1E3QVGT . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'barbeque');(_:search,pricerange,'same area and price range as my hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a barbeque restaurant in the same area and price range as my hotel ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,food,'barbecue');(_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I could not find a barbecue restaurant using your criteria . Is there another type of restaurant you would like to consider ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , are there any modern european restaurants in that area ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,area,'North');(_:search,food,'modern European');(_:search,type,'Restaurant'))",
"inform((_:result,area,'center');(_:result,count,'2');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no modern European restaurants in the North but there are 2 in the town center . Do you want to book one or change type of restaurant ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'11:00');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book one for the same group of people at 11:00 on the same day as before ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,duration,'at that time');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Neither of the restaurants in the centre are available at that time . Would you like to try a different time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 10:00 on the same day as before ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'HCY10A2Z');(_:booking,type,'Booking');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to book restaurant alimentum reference number is HCY10A2Z"
},
{
"id": 16,
"rdf-acts": [
"thank()",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "thank you for booking that and the reference number"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes please , I need to book a taxi to the restaurant from the hotel for the dinner reservation ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'10:00');(_:result,car,'grey honda');(_:result,departure,'the hamilton lodge');(_:result,destination,'restaurant alimentum');(_:result,phone,'07242149665');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok , a grey honda will pick you up at the hamilton lodge in time to arrive at restaurant alimentum for your 10:00 reservations . Taxi contact number is 07242149665 . Anything else ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is it for today . Thank you so much for your help . Good bye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Please remember us for all of your future travel needs ."
}
] |
MUL1335.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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"the Northern part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"area",
"the Northern part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R1E3QVGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"area",
"the Northern part of town"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R1E3QVGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:system",
"canthelp",
"_:search/911f0be0"
],
[
"_:search/911f0be0",
"food",
"barbecue"
],
[
"_:search/911f0be0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R1E3QVGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:system",
"canthelp",
"_:search/911f0be0"
],
[
"_:search/911f0be0",
"food",
"barbecue"
],
[
"_:search/911f0be0",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/ce0b6bff"
],
[
"_:search/ce0b6bff",
"area",
"North"
],
[
"_:search/ce0b6bff",
"food",
"modern European"
],
[
"_:search/ce0b6bff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"R1E3QVGT"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:system",
"canthelp",
"_:search/911f0be0"
],
[
"_:search/911f0be0",
"food",
"barbecue"
],
[
"_:search/911f0be0",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/ce0b6bff"
],
[
"_:search/ce0b6bff",
"area",
"North"
],
[
"_:search/ce0b6bff",
"food",
"modern European"
],
[
"_:search/ce0b6bff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/7bf10552"
],
[
"_:booking/7bf10552",
"duration",
"at that time"
],
[
"_:booking/7bf10552",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:system",
"canthelp",
"_:search/911f0be0"
],
[
"_:search/911f0be0",
"food",
"barbecue"
],
[
"_:search/911f0be0",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/ce0b6bff"
],
[
"_:search/ce0b6bff",
"area",
"North"
],
[
"_:search/ce0b6bff",
"food",
"modern European"
],
[
"_:search/ce0b6bff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/7bf10552"
],
[
"_:booking/7bf10552",
"duration",
"at that time"
],
[
"_:booking/7bf10552",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"HCY10A2Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:system",
"canthelp",
"_:search/911f0be0"
],
[
"_:search/911f0be0",
"food",
"barbecue"
],
[
"_:search/911f0be0",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/ce0b6bff"
],
[
"_:search/ce0b6bff",
"area",
"North"
],
[
"_:search/ce0b6bff",
"food",
"modern European"
],
[
"_:search/ce0b6bff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/7bf10552"
],
[
"_:booking/7bf10552",
"duration",
"at that time"
],
[
"_:booking/7bf10552",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"HCY10A2Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as my hotel"
],
[
"_:system",
"canthelp",
"_:search/911f0be0"
],
[
"_:search/911f0be0",
"food",
"barbecue"
],
[
"_:search/911f0be0",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/ce0b6bff"
],
[
"_:search/ce0b6bff",
"area",
"North"
],
[
"_:search/ce0b6bff",
"food",
"modern European"
],
[
"_:search/ce0b6bff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/7bf10552"
],
[
"_:booking/7bf10552",
"duration",
"at that time"
],
[
"_:booking/7bf10552",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"HCY10A2Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"departure",
"the hamilton lodge"
],
[
"_:result",
"destination",
"restaurant alimentum"
],
[
"_:result",
"phone",
"07242149665"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'ugly duckling');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like a taxi to the ugly duckling"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to depart at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to actually arrive by 19:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be departing from today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'parkside police station');(_:search,name,'Parkside Police Station');(_:search,type,'Police');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be departing from parkside police station ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'grey Honda');(_:result,phone,'07817450562');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your grey Honda is booked , and the contact number for the driver is 07817450562 . Can I do anything else for you today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's great , thanks ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day . Thank you for contacting us ."
}
] |
SNG01736.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ugly duckling"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ugly duckling"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ugly duckling"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"departure",
"parkside police station"
],
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ugly duckling"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"departure",
"parkside police station"
],
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Honda"
],
[
"_:result",
"phone",
"07817450562"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,day,'monday');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving on monday arriving by 21:00 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What are your departure and arrival stations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from Leicester and arrive in Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'5:09');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Those trains actually run every hour . The first train leaves at 5:09 . What time do you want to depart ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Any is fine . I 'll just need a departure time , train ID , and travel time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,duration,'105 minutes');(_:result,id,'TR4588');(_:result,leave_at,'18:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Here 's the information about the train : TR4588 , leaving Monday at 18:09 , travel time 105 minutes . Would you like me to book a ticket for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no . i also wish to find a place to stay with free parking"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'29');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 29 hotels that meet your needs . Can you narrow it down to area , price range and stars ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hm , moderate price please . And north area . Maybe a guesthouse ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd recommend acorn guest house . Would you like to book a room ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yeah , i need to book it . same day as the train ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be four of us . And we 'll be staying for four nights ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , starting on what day ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We need it to start on Monday please as this is when our train comes in ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KIYKIJPC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : KIYKIJPC . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all we need . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL4426.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4588"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4588"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4588"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_: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",
"21:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4588"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4588"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_: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",
"arrive_by",
"21:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4588"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KIYKIJPC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to find the nearest hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The nearest hospital is Addenbrookes . The phone number is 01223245151 . Do you need a specific department ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I needed thank you !"
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Is there anything else I can assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is it thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service ."
}
] |
SNG0200.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a guesthouse with a 0 star rating ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,count,'2');(_:result,name,'City Centre North B & B');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two available . I have El Shaddai which is located in the centre of town . And I also have City Centre North B & B located in the north ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking and wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they both include free parking and wifi ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That 's awesome . Can you book one of them for me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely ! When would you like to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "On Friday , and I 'd like to stay 5 nights . This will be for 6 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'542J9WOG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved your room for you , your reference number is 542J9WOG ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent . Thank you for the help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome . Have a good day !"
}
] |
SNG1011.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"City Centre North B & B"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"City Centre North B & B"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"City Centre North B & B"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"City Centre North B & B"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"542J9WOG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to find a college to visit in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I have found 13 of them . Can you please be more specific about what you would like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "You can choose one for me and give me the address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,name,'Emmanuel college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Emmanuel college . Their address is saint andrew 's street"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! Can you also help me find a place to stay with free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'32');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 32 hotels that offer free internet , is there a price range or area you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "moderate price range thank you"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'17');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I narrowed it down to 17 . What part of town would you prefer and do you want free parking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the north please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest the acorn guest house it is a great place to stay ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That will be fine . I 'll need to book for Saturday , 3 nights , and 1 person ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'41BK9PC7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! Your reference number is 41BK9PC7 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'09:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually one more thin , I need a taxi from the hotel to the restaurant , I want to leave at 09:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07225232221');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I booked a yellow honda and their contact number is 07225232221 . Do you need help with anything else ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No that will be it for today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL2586.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"41BK9PC7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"address",
"saint andrew 's street"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"41BK9PC7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07225232221"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an entertainment spot in town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'East');(_:result,area,'South');(_:result,area,'West');(_:result,type,'Attraction'))",
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have choices in the South , East , and West . Do you have a preference for any location ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , just tell me one you think is nice ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the nusha');(_:result,phone,'01223902158');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Try the nusha . It is in the south . Their phone number is 01223902158"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I also get the postcode , the address , and the entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'unit g6 , cambridge leisure park , clifton road');(_:result,entrance_fee,'no entrance fee information available');(_:result,name,'Nusha');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address and postcode for Nusha are unit g6 , cambridge leisure park , clifton road , cb17dy . There is no entrance fee information available ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you very much ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Glad I could help . Do you need anymore assistance ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all for today . Thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service today . Goodbye !"
}
] |
SNG1188.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the nusha"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"entrance_fee",
"no entrance fee information available"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"entrance_fee",
"no entrance fee information available"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves on monday from cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Norwich . I 'd like to leave after 17:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:55');(_:result,id,'TR6675');(_:result,leave_at,'17:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR6675 leaves at 17:36 and arrives by 18:55 . Would you like me to book tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that for 5 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'YVHR5SZJ');(_:booking,ticket,'88GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train tickets are booked , please retain reference number : YVHR5SZJ and the fee for the tickets is 88GBP , which you will be required to pay at the station . Anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant that serves catalan food and it should be in the west ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,food,'Catalan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I 'm not finding any Catalan restaurants in the west . Would you like me to look in other areas ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there another high - end restaurant in the west area that you can recommend ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Are you looking for expensive food ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Cocum is an expensive restaurant on the west part of town serving Indian food . Would you like more information or reserve a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really like Indian food . Are there any expensive british restaurants in the west ?"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Graffiti');(_:result,name,\"Traveller 's Rest\");(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I have 2 . The Graffiti and Traveller 's Rest . Do you know which you would prefer ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't really have a preference . Which one would you recommend ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the Travellers rest . Would you like me to book you a table ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I would like a table ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time will you want a table ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'11:45');(_:search,people,'same group of people');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the same group of people at 11:45 on the same day and I need the reference number"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'QMAI5KUQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked , ref#QMAI5KUQ . Can I help you with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that 's all thanks"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL4968.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",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"catalan"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"catalan"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Traveller 's Rest"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Travellers rest"
],
[
"_:result",
"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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YVHR5SZJ"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR6675"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"88GBP"
],
[
"_:system",
"canthelp",
"_:search/5d50695a"
],
[
"_:search/5d50695a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QMAI5KUQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for an expensive restaurant in north cambridge ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Asian Oriental');(_:result,food,'Chinese');(_:result,food,'French');(_:result,food,'Oriental');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few to choose from . The cuisine includes Asian Oriental , Chinese , Oriental and French . Which do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need it to be in the north and expensive ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the hotpot ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . What kind of food do they serve ? What is the postcode and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'Chinese');(_:result,name,'The hotpot');(_:result,phone,'01223366552');(_:result,postcode,'cb41ep');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The hotpot serves Chinese foods and the phone number is 01223366552 while their zip code is cb41ep . Is there another thing you might want to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like some information about rosa 's bed and breakfast ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_: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 located in the south area , it is in the cheap price range and has a 4 star rating . Would you like their phone number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'one');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's fine . Could I ask you to book a room for me ? I need it for one person for four nights , starting on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'0XWIWMI1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is 0XWIWMI1 can I assist with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that s it thanks for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a good day ."
}
] |
PMUL3544.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"food",
"Oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"food",
"Oriental"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"The hotpot"
],
[
"_:result",
"phone",
"01223366552"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"phone",
"01223366552"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"phone",
"01223366552"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0XWIWMI1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any crossover restaurants in the west ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'west');(_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no crossover restaurants in the west is there another area you 'd like me to look in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'crossover');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about looking for crossover restaurants that are expensive . Does n't matter the area ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "No I am truly sorry . Something else perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves European food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'European');(_:result,name,'Cambridge Lodge Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge Lodge Restaurant is a European place in the west that is expensive . Would you like to book a table ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but can I get the phone number , postcode , and address please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road , City Centre');(_:result,phone,'01223355166');(_:result,postcode,'cb30dq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . They are located at Cambridge Lodge Hotel 139 Huntingdon Road , City Centre . Their phone number is 01223355166 . Their postcode is cb30dq . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would like a train to bishops stortford please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . Just to confirm , are you departing from Cambridge or another city ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'Bishops Stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , departing from Cambridge on Monday . I 'd like to get to Bishops Stortford by 18:00 , if possible ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'6:07');(_:result,destination,'Bishops Stortford');(_:result,id,'TR4283');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR4283 arrives at Bishops Stortford by 6:07 and costs 10.10 pounds per ticket . Would you like me to reserve a seat for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please . Book that ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sorry , that would be 16:07 for arrival time . Can you confirm how many are traveling ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am traveling by myself . I need the train ID also after you book ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'2P9BM67Z');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking');(_:result,arrive_by,'06:07');(_:result,id,'TR4283');(_:result,leave_at,'05:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I take that back , the TR4283 definitely arrives at 06:07 , and departs at 05:29 . The booking was successful . The total will be 10.1 GBP , payable at the station . Reference number:2P9BM67Z ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Please consider us for your future travel needs ."
}
] |
MUL1526.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road , City Centre"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"postcode",
"cb30dq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road , City Centre"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"postcode",
"cb30dq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road , City Centre"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"postcode",
"cb30dq"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road , City Centre"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"postcode",
"cb30dq"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/e46c08a7"
],
[
"_:search/e46c08a7",
"area",
"west"
],
[
"_:search/e46c08a7",
"food",
"crossover"
],
[
"_:search/e46c08a7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/208bba7a"
],
[
"_:search/208bba7a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road , City Centre"
],
[
"_:result",
"phone",
"01223355166"
],
[
"_:result",
"postcode",
"cb30dq"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2P9BM67Z"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"id",
"TR4283"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What sort of restaurants do you have in the centre of town ? Anything expensive ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 options . Do you have a food type in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:30');(_:search,people,'4');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Something expensive available for 4 people at 14:30 on monday"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'British');(_:result,name,'Midsummer House Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , how about some British cuisine , want to give Midsummer House Restaurant a try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:30');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Could you book me a table for 4 at 14:30 on Monday ? And if that fails how about 13:30 ? Could I also have a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'13:30');(_:booking,ref,'3NR3T22N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "13:30 went well . The reference number is 3NR3T22N"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What attractions are in the centre of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a total of 44 attractions in the area you would like . Is there a specific type you would like to see ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something close to the restaurant . Could you pick a place for me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"select((_:result,category,'cinema');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there anywhere in particular that interests you ? Perhaps a cinema or museum ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any kind of entertainment would be fine . Please give me an address too ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'trinity lane');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old schools is in town centre located at trinity lane and has free entrance . Do you need any further information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I please get the address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the address is trinity lane cb21tt"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you , that 'll be all !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a nice day ."
}
] |
MUL0893.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",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"3NR3T22N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"3NR3T22N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"3NR3T22N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"3NR3T22N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"3NR3T22N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old schools"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant in the centre"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 to choose from . Any type of cuisine you 'd prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:30');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care what cuisine . I would like a table for 1 at 12:30 on Thursday . I will need a reference number also ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,duration,'12:30');(_:booking,ref,'8NI5A15M');(_:booking,type,'Booking');(_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . I booked you into the Cambridge Chop House on Thursday at 12:30 . Your reference number is 8NI5A15M ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , wonderful . Thank you for your help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Was there anything else I could assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you were extremely helpful . Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for booking with us today . Enjoy your reservation !"
}
] |
SNG0621.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"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"ref",
"8NI5A15M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"ref",
"8NI5A15M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cambridge contemporary art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me where the Cambridge Contemporary Art Gallery is located ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'6 Trinity Steet');(_:result,postcode,'cb21su');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is located at 6 Trinity Steet , postcode cb21su . Do you need any more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223324222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223324222 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what is their entry fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also want a place to stay which has a parking and has a star 4"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 19 places that match that criteria . Is there any area of town you 'd like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like for it to include free parking . The area does n't matter . What do you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_parking,'none');(_:result,name,'Acorn guest house');(_:result,pricerange,'is moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house offers free parking . It 's in north part of town and is moderately priced ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay thank you . Can I have the postcode and phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes . The postcode is cb41da and the phone number is 01223353888 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like a taxi to commute between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I need to know depart place and destination , as well as what time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge contemporary art');(_:search,destination,'acorn');(_:search,leave_at,'21:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Cambridge Contemporary Art Gallery to acorn leaving at 21:15"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,phone,'07618334504');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book a taxi for you , a yellow lexus . The contact number is 07618334504 . May I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL2759.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"pricerange",
"is moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"pricerange",
"is moderately priced"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"pricerange",
"is moderately priced"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge contemporary art"
],
[
"_:search",
"destination",
"acorn"
],
[
"_:search",
"leave_at",
"21: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",
"name",
"cambridge contemporary art"
],
[
"_:result",
"address",
"6 Trinity Steet"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"pricerange",
"is moderately priced"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"departure",
"cambridge contemporary art"
],
[
"_:search",
"destination",
"acorn"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07618334504"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for some restaurant recommendations ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a cuisine or area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'middle eastern');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like some Middle Eastern food , preferably in the cheap price range . I 'd also like to be in the Centre ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I did n't find anything within that range . Would you be willing to increase the price or go outside of the city centre ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , not really . How about Indian food instead of Middle Eastern ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,food,'Indian');(_:result,name,'Gandhi');(_:result,name,'Kohinoor');(_:result,name,'Mahal of Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three Indian food restaurants that fit your request . They are Kohinoor , The Gandhi , and Mahal of Cambridge . Would like to make a booking at one of them ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No just the address , postcode and phone number of the one you recommend ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'72 Regent Street City Centre');(_:result,name,'Gandhi');(_:result,phone,'01223353942');(_:result,postcode,'cb21db');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the Gandhi whose phone number is 01223353942 and they are located at 72 Regent Street City Centre with post code cb21db . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay . I need somewhere that is a guesthouse and includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,count,'21');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 21 guest houses that meet your specifications . Tell me about some of your other preferences ? What area of town are you interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Area does not matter but something with 4 stars ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'limehouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the limehouse ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'Limehouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is Limehouse 4 stars ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Limehouse');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Limehouse is 4 stars . Would you like me to book ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the phone number and price range ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223300552');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01223300552 and the price range is moderate . Would you like to book a room there ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I can do that myself . Thank you for the information ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a wonderful day !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! You as well !"
}
] |
PMUL0298.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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": [
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223300552"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/407b3bf1"
],
[
"_:search/407b3bf1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223300552"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to see a boat"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "which side of town do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No specific area . What do you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 to choose from . If I may , might I suggest the Riverboat Georgina . It is located in the north . Would you like more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please . I 'd like to know the postcode and if there is an entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'Uncertain');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb43ax \t but I am uncertain of the entrance fee ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a moderately - priced guesthouse with free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'A and B Guest House');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would like to recommend the A and B Guest House , which is moderately priced ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . Thank you . I want to book the hotel for 2 nights starting on Friday with 5 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BKEHHLRA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : BKEHHLRA . Anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That will be all , you made my day , they need to give you a raise ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "LOL , well , Thank you ! I hope you have a great stay !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! You 've answered all my questions and I think you do deserve a raise !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much ."
}
] |
PMUL4093.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"Uncertain"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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",
"area",
"?"
],
[
"_:result",
"area",
"North"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"Uncertain"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"Uncertain"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BKEHHLRA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"Uncertain"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BKEHHLRA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for places to go in town . The attractions should be in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"select((_:result,category,'a church');(_:result,category,'a college');(_:result,category,'museum');(_:result,category,'something else');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many things to do in a centre . Are you most interested in a museum , a church , a college , or something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Book me for a college and entrance fee , attraction type , and postcode"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'downing college');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "downing college is a college , it is free . Postcode : cb21dq ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also am looking for a hotel in Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What preference would you have in relation to price , area or amenities ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse in the moderate price range that has free parking & wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'archway house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "What about archway house in the north ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds nice , I need to arrive on sunday , I will have 8 total guests and we are staying for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VQ9MDB4E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : VQ9MDB4E . is therebany other way i can be of help ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'01:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you ! Will you please book me a taxi between the two places , leaving at 01:45 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow toyota');(_:result,phone,'07039085605');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your taxi . You will be awaiting a yellow toyota . If you need to contact the driver for any reason , the number is 07039085605 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that was all I needed ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services . Have all of your needs been met today ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , that is all . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome , it was my pleasure . Have a great day . Goodbye"
}
] |
PMUL4428.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",
"category",
"a church"
],
[
"_:result",
"category",
"a college"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"something else"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VQ9MDB4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"01:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"archway house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VQ9MDB4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"01:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07039085605"
],
[
"_:result",
"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",
"many"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"archway house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"VQ9MDB4E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"01:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07039085605"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'22:15');(_:search,destination,'thanh binh');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to take me to Thanh Binh and I should arrive before 22:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Could you tell me where you would like to leave from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'shiraz');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from the Shiraz restaurant . Can I get the car type and contact number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Toyota');(_:result,phone,'07604345180');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! It is a black Toyota and the contact number is 07604345180"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that all I need today ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! If you need anymore help , feel free to contact us at any time . Have a great day !"
}
] |
SNG0062.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"22:15"
],
[
"_:search",
"destination",
"thanh binh"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"22:15"
],
[
"_:search",
"destination",
"thanh binh"
],
[
"_:search",
"departure",
"shiraz"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"22:15"
],
[
"_:search",
"destination",
"thanh binh"
],
[
"_:search",
"departure",
"shiraz"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Toyota"
],
[
"_:result",
"phone",
"07604345180"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train that departs after 14:30 from Broxbourne please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,departure,'Broxbourne');(_:result,leave_at,'14:30');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be traveling to ? I have multiple options for trains leaving after 14:30 from Broxbourne"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what day are you traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'Broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Broxbourne Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'14:30');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book right now . Could you just give me the train ID . I 'll need one that leaves after 14:30 Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Tuesday');(_:result,id,'TR9417');(_:result,leave_at,'14:32');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The first available train on Tuesday leaves at 14:32 . The train i d is TR9417 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I m looking for a guesthouse that has free wifi and has 4 stars ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,category,'guest houses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few guest houses in Cambridge that would meet your needs . Do you have a preferred price range or area of town ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No preference on either . Can you recommend me a place and can I get a postcode for that guesthouse ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'The warkworth house');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The warkworth house is a great choice for you , should we book a room ? The postcode is cb11ee ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that sounds great ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How long will your stay be and when will it begin ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure , actually . Just doing some research . Could you tell me what the price range is on the Warkworth ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It appears to be moderate . Is that ok ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that is fine ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , it seems to have 4 stars and offers both free internet and free parking . Is there any other information I could get for you ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is it ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , glad I could be of assistance ."
}
] |
MUL0762.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR9417"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR9417"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR9417"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR9417"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR9417"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR9417"
],
[
"_:result",
"leave_at",
"14:32"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for an indian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,amount,'many');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great ! There are many outstanding Indian restaurants in Cambridge . What area of town do you prefer to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for something in the west , and it should be expensive ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'5');(_:result,name,'cocum');(_:result,name,'india house');(_:result,name,'maharajah tandoori restaurant');(_:result,name,'rice boat');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "THere are 5 in the west , tandoori palace , cocum , rice boat , maharajah tandoori restaurant \t and india house . Would you like to make a reservation at any of these choices ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "cocum sounds interesting . can you give me the phone number , address and postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'71 Castle Street City Centre');(_:result,name,'Cocum');(_:result,phone,'01223366668');(_:result,postcode,'cb30ah');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Cocum is 01223366668 . You can find it at 71 Castle Street City Centre , post code cb30ah ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have any recommendations for places to go in town maybe some architecture ? That are in the same area as the restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't see any in the west . Perhaps you 'd like to try another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to stay in one area . Are there any museums near the restaurant that would be open ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Sidgwick Avenue');(_:result,name,'Museum of Classical Archaeology');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'7');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 7 museums in the west part of town . May I recommend the Museum of Classical Archaeology , located on Sidgwick Avenue ? Entrance is free . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could I get the postcode and address please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'sidgwick avenue');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course , it is on sidgwick avenue , and the postal code is cb39da . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a Taxi from the Museum by 11:30 to the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow ford');(_:result,phone,'07870520690');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course , I have booked a yellow ford for you at that time , and the contact number is 07870520690 . Anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That will be it for today . Have a great night . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to help . Thanks for contacting us . Goodbye ."
}
] |
MUL2360.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"name",
"rice boat"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fd0352f3"
],
[
"_:search/fd0352f3",
"area",
"west"
],
[
"_:search/fd0352f3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fd0352f3"
],
[
"_:search/fd0352f3",
"area",
"west"
],
[
"_:search/fd0352f3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Sidgwick Avenue"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fd0352f3"
],
[
"_:search/fd0352f3",
"area",
"west"
],
[
"_:search/fd0352f3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fd0352f3"
],
[
"_:search/fd0352f3",
"area",
"west"
],
[
"_:search/fd0352f3",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow ford"
],
[
"_:result",
"phone",
"07870520690"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced guesthouse for the night ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "For that price range , I have several guesthouses . Do you have a preference on the area of town you stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd really like to stay on the west end of the city . Anything available there ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Hobsons House ? It is a moderately priced guesthouse in the west end ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that place have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the place provides free wifi ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'two');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , can you book me for 7 people and two nights , beginning on Sunday ? May I also get a reference number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Q1P81Y9Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and reference number is Q1P81Y9Z . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that is all ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , if you need anything else let me know . Good Bye ."
}
] |
SNG1031.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Q1P81Y9Z"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for nightclub options in cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,name,'ballare');(_:result,name,'club salsa');(_:result,name,'kambar');(_:result,name,'soul tree nightclub');(_:result,name,'the fez club');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , we have 6 ballare , club salsa , kambar , soul tree nightclub , and the fez club ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the area and how much is the entrance fee ? I will need the address and the phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'heidelberg gardens , lion yard');(_:result,area,'centre');(_:result,entrance_fee,'5 pounds');(_:result,name,'ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The ballare is located in the centre and costs 5 pounds . They are located at heidelberg gardens , lion yard ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I also need a place to stay in the moderate price range . Any suggestions ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'a and b guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the a and b guest house is a guesthouse located in the east . It has 4 stars and is moderately priced ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I was really hoping to find a hotel if you could ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,stars,'2');(_:result,type,'Hotel'))",
"canthelp((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "No problem . I have three hotels , however , they are not 4 star . How about a 2 star rated hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A 2 star hotel is fine does it have free wifi ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Lovell Lodge is a hotel in the north that has free internet . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I 'd like 4 nights for 2 people starting Thursday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZUA8CK80');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , we have booked you two for 4 nights , and your reference number is ZUA8CK80 . Anything else I can help with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please ! I need a taxi to commute between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , not a problem . Which place will you like to be picked up from , and at what time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'ballare');(_:search,leave_at,'22:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the Ballare by 22:45 . Can you get me the contact number and car type ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Toyota');(_:result,phone,'07113435261');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A yellow Toyota will pick you up . There number is 07113435261 , just in case you need it ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for helping me ! Have a great day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . If you need anything else do n't hesitate to call ."
}
] |
MUL2566.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"kambar"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"6"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7977006c"
],
[
"_:search/7977006c",
"stars",
"4"
],
[
"_:search/7977006c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/7977006c"
],
[
"_:search/7977006c",
"stars",
"4"
],
[
"_:search/7977006c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/7977006c"
],
[
"_:search/7977006c",
"stars",
"4"
],
[
"_:search/7977006c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZUA8CK80"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/7977006c"
],
[
"_:search/7977006c",
"stars",
"4"
],
[
"_:search/7977006c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZUA8CK80"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"ballare"
],
[
"_:search",
"leave_at",
"22:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/7977006c"
],
[
"_:search/7977006c",
"stars",
"4"
],
[
"_:search/7977006c",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZUA8CK80"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"ballare"
],
[
"_:search",
"leave_at",
"22:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"phone",
"07113435261"
],
[
"_: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,food,'catalan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , are there any moderate catalan restaurants in town ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry my database is showing none in the area"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian food , than ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found several . Do you have any preference towards price ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo in the west offers moderately priced Italian food . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,duration,'16:15');(_:search,leave_at,'11:30');(_:search,people,'7');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good . Can you book the table for 7 people on Tuesday at 16:15 ? I also need a train departing from Cambridge that leaves after 11:30 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"inform((_:booking,name,'Prezzo');(_:booking,ref,'ILWV6LDN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation with Prezzo was successful and your reference number is ILWV6LDN . They 'll hold your table for 15 minutes . What is your destination for the train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going to peterborough on wednesday ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,leave_at,'11:30');(_:result,leave_at,'11:34');(_:result,type,'Train'))",
"inform((_:result,arrive_by,'12:24');(_:result,day,'Tuesday');(_:result,id,'TR4344');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train to leave after 11:30 on Tuesday is the TR4344 , which departs at 11:34 and arrives at 12:24 . Would that one do ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'seven');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sounds perfect . I need seven tickets please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'KYI5FPOG');(_:booking,ticket,'115.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I have your tickets booked , the total fee is 115.5 GBP payable at the station . Your reference number is : KYI5FPOG . Can I get you anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Let us know if we can help you further . Good day ."
}
] |
MUL1481.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/44115dcc"
],
[
"_:search/44115dcc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/44115dcc"
],
[
"_:search/44115dcc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/44115dcc"
],
[
"_:search/44115dcc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/44115dcc"
],
[
"_:search/44115dcc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"Prezzo"
],
[
"_:booking",
"ref",
"ILWV6LDN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/44115dcc"
],
[
"_:search/44115dcc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:booking",
"name",
"Prezzo"
],
[
"_:booking",
"ref",
"ILWV6LDN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR4344"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/44115dcc"
],
[
"_:search/44115dcc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:booking",
"name",
"Prezzo"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR4344"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KYI5FPOG"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "can you recommend a good place to go in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! What type of attraction would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you suggest one for me please . I need the postcode , entrance fee if any and phone number"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'fitzwilliam museum');(_:result,phone,'01223332900');(_:result,postcode,'cb21rb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the fitzwilliam museum is a museum is free . Postcode : cb21rb . Phone : 01223332900 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Also looking for a 4 star hotel in the same area as the museum ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,name,'Alexander B&B');(_:result,name,'University Arms');(_:result,pricerange,'expensive');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have the University Arms , which is an expensive hotel , or the Alexander B&B , which is a charming , but inexpensive , guesthouse ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'two');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book a room there for 2 people and two nights ? I 'll need a reference number as well ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i will be staying for 5 days"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry ... are you staying with two people for two days , or alone for five days ? Which days would you like me to reserve ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Never mind the booking . I need a taxi ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay what time do you need the taxi ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'20:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel by 20:00 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'fitzwilliam museum');(_:search,name,'Fitzwilliam Museum');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The Fitzwilliam Museum is my destination ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07596698267');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The taxi is all set , look for a grey toyota , they can be reached at 07596698267 if there are any issues . Any other questions ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all I needed today ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome all the time"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need ... thanks so much ! Have a great day !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL4724.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",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"fitzwilliam museum"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"destination",
"fitzwilliam museum"
],
[
"_:search",
"name",
"Fitzwilliam Museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"destination",
"fitzwilliam museum"
],
[
"_:search",
"name",
"Fitzwilliam Museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07596698267"
],
[
"_: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": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander B&B"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"destination",
"fitzwilliam museum"
],
[
"_:search",
"name",
"Fitzwilliam Museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07596698267"
],
[
"_: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,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Find a budget hotel with free parking in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 10 hotels that meet your needs . Would you like to narrow your search by area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to have a four star rating and be located on the west side ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry fits your requirements , would you like to book a reservation there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book it for 5 people and 5 nights starting from wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the booking was unsuccessful . Can you book for another day or a shorter stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try 4 nights only please and I 'll need a reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'72YCMLXX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That works out perfectly . Your reference number is 72YCMLXX . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a vietnamese place to dine in the same price range as the hotel ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Thanh Binh ; would you like me to make you a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "First , tell me how far away from the hotel this restaurant is ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'17 Magdalene Street City Centre');(_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is also in the west side area , located at 17 Magdalene Street City Centre . Would you like to make a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:00');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I 'd like to book for 5 at 13:00 on Wednesday as well . I will also need the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'PDELCKQS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great the reference is PDELCKQS . Thank you ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank You . That 's all i need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day , Goodbye"
}
] |
MUL0146.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4e3194a0"
],
[
"_:booking/4e3194a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4e3194a0"
],
[
"_:booking/4e3194a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"72YCMLXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/4e3194a0"
],
[
"_:booking/4e3194a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"72YCMLXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/4e3194a0"
],
[
"_:booking/4e3194a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"72YCMLXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/4e3194a0"
],
[
"_:booking/4e3194a0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"PDELCKQS"
],
[
"_: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,'south');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any places in the south section of town the has to do with multiple sports ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't see any that are in the south . Would you like me to check in another area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have in attractions in a type of park in the south ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'parks');(_:result,count,'2');(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 2 parks in the south . I recommend Wandlebury Country Park ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds nice . Can you give me their address , postcode , and phone number , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Wandlebury Ring , Gog Magog Hills , Babraham');(_:result,phone,'01223243830');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I sure can . They are located at Wandlebury Ring , Gog Magog Hills , Babraham . Their postcode is cb223ae . The phone number is 01223243830 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was all I needed right now , thanks very much . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Have a great time !"
}
] |
SNG1140.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/381b9c53"
],
[
"_:search/381b9c53",
"area",
"south"
],
[
"_:search/381b9c53",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/381b9c53"
],
[
"_:search/381b9c53",
"area",
"south"
],
[
"_:search/381b9c53",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/381b9c53"
],
[
"_:search/381b9c53",
"area",
"south"
],
[
"_:search/381b9c53",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap indian restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number of');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are a number of cheap Indian restaraunts . What area of town are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like someplace in the center of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Gandhi');(_:result,name,'Kohinoor');(_:result,name,'Mahal of Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three places that match that criteria which are the Kohinoor , The Gandhi , and Mahal of Cambridge . Would you like information about one of those restaurants ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'Gandhi');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Gandhi would be perfect . Could you book it for me for tuesday ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I 'd be happy to reserve that for you . How many people are in your party and for what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:15');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "5 at 11:15 on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'WF5PM422');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : WF5PM422 . thank you for inquiring with us"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Can you also help me find somewhere to visit in town around that same area ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'few');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I found few places you can visit . Do you care if you pay entrance fee ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "It is not really that necessary ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'not an issue');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No the fee is not an issue ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Just choose one and tell me the type , address , and postcode"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,'Old schools');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,address,'trinity lane');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old schools is an architecture attraction . The address is trinity lane . The postcode is cb21tt . Anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed today . Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your visit ."
}
] |
PMUL2056.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Gandhi"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"WF5PM422"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_: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",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:search",
"name",
"Gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"WF5PM422"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:search",
"name",
"Gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"WF5PM422"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"entrance_fee",
"not an issue"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"Gandhi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"WF5PM422"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"entrance_fee",
"not an issue"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_: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,'west');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any vietnamese themed restaurants in the west side of town ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Thanh Binh . Do you want a reservation there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , I 'll need a table for 3 at 19:45 on Monday please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EP1XT4JY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The table will be reserved for 15 minutes . \n Your reference number is : EP1XT4JY . Is there anything else I can do to assist you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I also need to book a train ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! What is your departure area and your destination ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a car to get me to Cambridge , arriving by 14:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure station please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,departure,'ely');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please ignore my last post , I was distracted . I need to leave Ely and get to Cambridge by 16:00 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you looking to book train on ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing Monday . Could you tell me the travel time of the train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'15:52');(_:result,destination,'cambridge');(_:result,duration,'17 minutes');(_:result,id,'TR6898');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the TR6898 train has a travel time of 17 minutes and arrives at cambridge at 15:52 . Would you like to book that train or get more information ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "no thanks . i have all the info i need . have a good day . bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your visit ."
}
] |
PMUL0981.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EP1XT4JY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EP1XT4JY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EP1XT4JY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EP1XT4JY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EP1XT4JY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR6898"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a college to go to ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can certainly help with that . We have 18 colleges around the city . Is there a certain area you prefer to visit ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the most popular ? May I have the postcode , entrance fee , and what area is it in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'does not have an entrance fee');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is popular . It is in the centre and does not have an entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you that will be fine ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,area,'centre');(_:result,name,\"Christ 's college\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is located at saint andrew 's street in the centre and their postcode is cb23bu ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Wonderful . I am also looking for a moderately priced place to stay with a 4 star rating . I would like for it to have free wifi and in the west ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no establishments matching your criteria . Would you like to try another part of the city ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you then search for one that is in the South ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Aylesbray Lodge Guest House');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes . I would recommend Aylesbray Lodge Guest House in the south ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Can I book it for 2 people for 3 nights starting Saturday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WQ2KJECE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely , I was able to book you , and your reference number is WQ2KJECE . Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to look for a taxi to get between both places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Please tell me which place will be your departure site and what time you need to leave ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,leave_at,'18:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the college by 18:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black skoda');(_:result,phone,'07214711864');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The booking is completed . I have booked car type \t : \t black skoda , Contact number \t : \t 07214711864"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's excellent , than you so much for your assistance ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , have a great time ."
}
] |
MUL2591.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/1514a4c4"
],
[
"_:search/1514a4c4",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/1514a4c4"
],
[
"_:search/1514a4c4",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/1514a4c4"
],
[
"_:search/1514a4c4",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WQ2KJECE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/1514a4c4"
],
[
"_:search/1514a4c4",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WQ2KJECE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"does not have an entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/1514a4c4"
],
[
"_:search/1514a4c4",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WQ2KJECE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black skoda"
],
[
"_:result",
"phone",
"07214711864"
],
[
"_: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,food,'chinese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a moderately priced chinese restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden Wok is a moderately priced Chinese restaurant in North ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the address , phone number , and area code ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,'Golden Wok');(_:result,phone,'01223 350688');(_:result,postcode,'3 H.L.');(_:result,postcode,'C.B 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok is at 191 Histon Road Chesterton , post code C.B 4 , 3 H.L. The phone number is 01223 350688 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you very much for the address of the golden wok !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . good bye !"
}
] |
WOZ20009.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"postcode",
"3 H.L."
],
[
"_:result",
"postcode",
"C.B 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for somewhere to go in the West of town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a few places , do you have any preferences in attraction types ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'pool');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! I 'd like to visit a pool . Can you give me the address please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'pools');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "No pools in the west . Perhaps another area or type ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh , that 's too bad . I guess just any place that you could recommend ? Something popular . I 'll need an address so I can look it up later ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'abbey pol and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have abbey pol and astroturf pitch located in the east side . Would that work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I really would prefer to stay on the West side of town"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'that side of town');(_:search,category,'pools');(_:search,type,'Attraction'))",
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,name,'funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Since there are no pools on that side of town how about the funky fun house at 8 mercers row , mercers row industrial estate ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need a train for saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "how many tickets , where are you going to and from and what time would you like to arrive ? I need this in order to help you"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am traveling from cambridge to stevenage on Saturday and want to arrive by 12:15 . I just need the price , train ID , and how long it will take ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "In order for me to get you a price , I have to know how many people are in your party ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Again , I just need to know the price of a ticket , the train ID , and the duration of the train ride between Cambridge and Stevenage ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'6:10');(_:result,duration,'49 minutes');(_:result,id,'TR3259');(_:result,leave_at,'5:21');(_:result,ticket,'10.24 pounds per person');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR3259 leaving at 5:21 and arriving at 6:10 travel time 49 minutes . The cost is 10.24 pounds per person ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is everything I needed !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good trip !"
}
] |
PMUL1151.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/12671759"
],
[
"_:search/12671759",
"area",
"west"
],
[
"_:search/12671759",
"category",
"pools"
],
[
"_:search/12671759",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/12671759"
],
[
"_:search/12671759",
"area",
"west"
],
[
"_:search/12671759",
"category",
"pools"
],
[
"_:search/12671759",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"abbey pol and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/12671759"
],
[
"_:search/12671759",
"area",
"west"
],
[
"_:search/12671759",
"category",
"pools"
],
[
"_:search/12671759",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2448e669"
],
[
"_:search/2448e669",
"area",
"that side of town"
],
[
"_:search/2448e669",
"category",
"pools"
],
[
"_:search/2448e669",
"type",
"Attraction"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/12671759"
],
[
"_:search/12671759",
"area",
"west"
],
[
"_:search/12671759",
"category",
"pools"
],
[
"_:search/12671759",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2448e669"
],
[
"_:search/2448e669",
"area",
"that side of town"
],
[
"_:search/2448e669",
"category",
"pools"
],
[
"_:search/2448e669",
"type",
"Attraction"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/12671759"
],
[
"_:search/12671759",
"area",
"west"
],
[
"_:search/12671759",
"category",
"pools"
],
[
"_:search/12671759",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2448e669"
],
[
"_:search/2448e669",
"area",
"that side of town"
],
[
"_:search/2448e669",
"category",
"pools"
],
[
"_:search/2448e669",
"type",
"Attraction"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"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",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/12671759"
],
[
"_:search/12671759",
"area",
"west"
],
[
"_:search/12671759",
"category",
"pools"
],
[
"_:search/12671759",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2448e669"
],
[
"_:search/2448e669",
"area",
"that side of town"
],
[
"_:search/2448e669",
"category",
"pools"
],
[
"_:search/2448e669",
"type",
"Attraction"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:10"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR3259"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"10.24 pounds per person"
],
[
"_: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,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay that includes free wifi and parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house has free wifi and parking . It is cheap and has 4 star rating . The address is 56 saint barnabas road ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 3 star rated hotel"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bridge Guest House');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bridge Guest House is rated 3 stars . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 6 people and 4 nights starting from monday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'2I3Y6MMY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I was able to reserve this for you and your reference number is 2I3Y6MMY ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on wednesday which will go to liverpool street in london ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several that day . What time would you like to leave or arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 18:30 and need to depart from Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people will that train be for ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just for myself . Give me the travel tiem and the train ID please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'15:27');(_:result,destination,'london liverpool street');(_:result,duration,'88 minutes');(_:result,id,'TR5285');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR5285 arrives at london liverpool street at 15:27 with a total travel time of 88 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL3869.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"2I3Y6MMY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"2I3Y6MMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"2I3Y6MMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"2I3Y6MMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"2I3Y6MMY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:27"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5285"
],
[
"_: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,destination,'cambridge');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to cambridge that leaves after 10:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from kings lynn on saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:58');(_:result,destination,'Cambridge');(_:result,id,'TR7578');(_:result,leave_at,'11:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7578 will leave at 11:11 and arrive at Cambridge at 11:58 . Is that okay ? Would you like to book a ticket right now ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . I will need 7 tickets please !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'GLBNK5OD');(_:booking,ticket,'54.88GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All done ! You will owe 54.88GBP at the station and your reference number is GLBNK5OD . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay in the centre of town n the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,name,'cityroomz');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There is one hotel under that criteria by the name of cityroomz , would you like more information or a booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 0 star hotel , does that fit the criteria ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'cityroomz');(_:result,stars,'zero');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes cityroomz is a zero star hotel ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'cityroomz');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book cityroomz for the 7 of us for Saturday for 4 nights , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'DIKDJE0U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : DIKDJE0U ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , I do n't need anything else now ! Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great stay !"
}
] |
PMUL1977.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7578"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7578"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GLBNK5OD"
],
[
"_:booking",
"ticket",
"54.88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7578"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GLBNK5OD"
],
[
"_:booking",
"ticket",
"54.88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7578"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GLBNK5OD"
],
[
"_:booking",
"ticket",
"54.88GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"arrive_by",
"11:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7578"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"DIKDJE0U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the east part of town that serves british food"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one british restaurant in the east part of town called grafton hotel restaurant . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please along with the phone number and the post code . Thanks ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Grafton Hotel restaurant');(_:result,phone,'01223 241387');(_:result,postcode,'8 P.A.');(_:result,postcode,'C.B 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's located at the Grafton Hotel restaurant . The phone number is 01223 241387 , and the postal code is C.B 5 , 8 P.A."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , have a good time . Good bye ."
}
] |
WOZ20456.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"address",
"Grafton Hotel restaurant"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"postcode",
"8 P.A."
],
[
"_:result",
"postcode",
"C.B 5"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Yes , could you help me find the Parkside Police Station please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Parkside Police Station is located at Parkside , Cambridge CB11JG . The phone number is 01223358966 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us ."
}
] |
SNG01330.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I have been working all week in Cambridge and need to blow off some steam , what nigthclubs are in the centre area ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'ballare');(_:result,name,'club salsa');(_:result,name,'kambar');(_:result,name,'soul tree nightclub');(_:result,name,'the fez club');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 nightclubs in the centre . The names are ballare , club salsa , kambar , soul tree nightclub , and the fez club ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Fez Club sounds great ! Is the phone number available ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'8 Market Passage');(_:result,entrance_fee,'5 pounds');(_:result,name,'Fez Club');(_:result,phone,'01223519224');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for The Fez Club is 01223519224 and they are located at 8 Market Passage . The entrance fee is 5 pounds . Have fun !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , I will ! I also need info for a train ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly help you with that . What are your departure and arrival cities ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from Cambridge and arive in Peterborough , Wednesday , no later than 20:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'19:56');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,id,'TR4875');(_:result,leave_at,'19:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train # TR4875 leaves Cambridge on Wednesday 19:06 and arrives in Peterborough at 19:56 . Would you like me to book your ticket ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Would you please ? I would like 5 tickets ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'1A27YHAA');(_:booking,ticket,'82.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 82.5 GBP payable at the station , your reference number is 1A27YHAA . Will that be all ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes thank you for all the help ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are quite welcome , thank you for using our services . Can I be of any further assistance today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
PMUL4101.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",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"kambar"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Fez Club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Fez Club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Fez Club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR4875"
],
[
"_:result",
"leave_at",
"19:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Fez Club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR4875"
],
[
"_:result",
"leave_at",
"19:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1A27YHAA"
],
[
"_:booking",
"ticket",
"82.5 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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 Market Passage"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Fez Club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"19:56"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR4875"
],
[
"_:result",
"leave_at",
"19:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1A27YHAA"
],
[
"_:booking",
"ticket",
"82.5 GBP"
],
[
"_: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,'western');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a museum in the western part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'western');(_:result,category,'museums');(_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 museums in the western part of town . Do you prefer a pay museum or one without an entrance fee ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Free is always good . Can you give me the postcode , address , and phone number for one that is historical ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Sidgwick Avenue');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Museum of Classical Archeology');(_:result,phone,'01 22 333 5153');(_:result,postcode,'CB3 9DA');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Museum of Classical Archeology is a free museum , located on Sidgwick Avenue in postal code CB3 9DA . Their phone number is 01 22 333 5153 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'panahar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for the panahar restaurant , can you give me directions ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'8 Norfolk Street City Centre');(_:result,area,'Centre');(_:result,phone,'01223355012');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 8 Norfolk Street City Centre and phone 01223355012 . It 's in the Centre just go down Norfolk if you are coming from the freeway ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , what is the price range ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Panahar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Panahar is in the expensive price range , would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , thanks ! I need their phone number and address , though , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'8 Norfolk Street City Centre');(_:result,phone,'01223 355 012');(_:result,postcode,'CB1 2LF');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223 355 012 and they are located at 8 Norfolk Street City Centre , CB1 2LF . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will do it , thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
PMUL2299.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"western"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"western"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"address",
"Sidgwick Avenue"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Classical Archeology"
],
[
"_:result",
"phone",
"01 22 333 5153"
],
[
"_:result",
"postcode",
"CB3 9DA"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Classical Archeology"
],
[
"_:result",
"postcode",
"CB3 9DA"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"8 Norfolk Street City Centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"phone",
"01223355012"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"CB3 9DA"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"8 Norfolk Street City Centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"phone",
"01223355012"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 Norfolk Street City Centre"
],
[
"_:result",
"phone",
"01223 355 012"
],
[
"_:result",
"postcode",
"CB1 2LF"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'scudamores punting co');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for scudamores punting co ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Scudamores Punting Co');(_:result,phone,'01223359750');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for Scudamores Punting Co is 01223359750 . Is there anything else I can help you with today ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you tell me their address as well please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'granta place , Mill lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it 's at granta place , Mill lane ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for information on the A & B Guesthouse . What can you tell me about that place ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure it 's a moderately priced 4 star guesthouse in the east . Would you like me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "May I have the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'A and B Guest House');(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , the post code for the A and B Guest House is cb12dp . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to go between the two places ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , which would you like to leave from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'7:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the hotel by 7:00 . Also , can you give me the contact number and car type once you have booked it ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07826111038');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi is booked . The car is a yellow honda and the contact number is 07826111038"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much for all of your help today . I am all set . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "From all of us at Cambridge , we hope you enjoy your stay ! Farewell !"
}
] |
MUL2619.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"scudamores punting co"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"scudamores punting co"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"scudamores punting co"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"address",
"granta place , Mill lane"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"scudamores punting co"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"address",
"granta place , Mill lane"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"scudamores punting co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"address",
"granta place , Mill lane"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"scudamores punting co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"address",
"granta place , Mill lane"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"7:00"
],
[
"_: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",
"scudamores punting co"
],
[
"_:result",
"address",
"granta place , Mill lane"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"7:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07826111038"
],
[
"_: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": [],
"speaker": "user",
"text": "I am planning a trip to Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Excellent ! Do you need assistance with transportation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m looking for food its name is called golden wok , can you get me address , postcode , and phone number"
},
{
"id": 3,
"rdf-acts": [
"hello()",
"reqmore()",
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,'Golden Wok');(_:result,phone,'01223350688');(_:result,postcode,'cb43hl');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! Golden Wok is located at 191 Histon Road Chesterton . Their postcode is cb43hl . You can reach them at 01223350688 . Anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also looking for a train . The train should depart from kings lynn and should leave on thursday"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , and where will you be traveling to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "to cambridge and should arrive by 09:00"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'8:58');(_:result,id,'TR8705');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "great , the TR8705 can get you there by 8:58 . would you like tickets ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))",
"inform((_:search,departure,'Kings Lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not yet . What time does TR8705 leave Kings Lynn ? And what do the tickets cost ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'kings lynn');(_:result,leave_at,'08:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It leave kings lynn at 08:11 and the tickets are 9.80 pounds per ticket . Would you like me to book you tickets ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No I do n't need you to book it ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Ok is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all at this time . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a pleasant trip !"
}
] |
PMUL4732.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"id",
"TR8705"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"departure",
"Kings Lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"id",
"TR8705"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"Kings Lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"golden wok"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"postcode",
"cb43hl"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"id",
"TR8705"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"Kings Lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 'm trying to find out where the Parkside Police Station is . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "It is on Parkside in Cambridge , Postcode CB11JG . The telephone number is 01223358966 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed . Thanks so much for your help !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG02271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for information for the Kirkwood House . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'four');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I would love to help ! This is a guesthouse located in the north . It is moderately priced and has a four star rating . Any thing else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'Kirkwood House');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Kirkwood House have free parking and wifi ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Kirkwood house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes Kirkwood house has both internet and parking available , would you like help booking a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure about that ... maybe I could just get their phone number from you ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the kirkwood house');(_:result,phone,'01223306283');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for the kirkwood house is 01223306283 . May I assist you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thanks ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
SNG0890.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Kirkwood House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Kirkwood House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Kirkwood House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the kirkwood house"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train to travel to London Kings Cross leaving after 10:45 . Can you help me with this ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! Where would you like to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Cambridge on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'at the hour throughout the day and night');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are trains leaving at the hour throughout the day and night . If can book one of those for you if you like ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 10:45 ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,day,'Wednesday');(_:booking,departure,'Cambridge');(_:booking,id,'TR9781');(_:booking,leave_at,'11');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can book you on TR9781 leaving Cambridge at 11 on Wednesday . How many tickets should I reserve ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book me 6 tickets please ? I will also need the reference number too ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'six');(_:booking,ref,'X1C6NI79');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved six tickets for you . Your reference number is X1C6NI79 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be everything . Thanks for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your trip ."
}
] |
SNG0404.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"at the hour throughout the day and night"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"at the hour throughout the day and night"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"id",
"TR9781"
],
[
"_:booking",
"leave_at",
"11"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"at the hour throughout the day and night"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"id",
"TR9781"
],
[
"_:booking",
"leave_at",
"11"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"X1C6NI79"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , can you help me find a guesthouse to stay at ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Definitely - Cambridge has many guesthouses . Is there a particular area or price range you had in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not have a preference ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do not have a price range in mind ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast comes highly recommended . It is located in the centre area and has a cheap price range , shall I book there for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please for 2 nights starting from Sunday for 4 people . I will need a reference number ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I will work on booking that for you ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Did you get the reference number yet ? ? ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,name,'alexander bed and breakfast');(_:booking,people,'4');(_:booking,ref,'1FDBJB3A');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 4 at alexander bed and breakfast this Sunday for 3 days 2 nights was successful . Your Reference number is : 1FDBJB3A ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a place to go in the centre . I 'll need the postcode for the attraction ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are many places in the centre of town . Do you have any further preferences or would you like me to recommend one ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No preference . You pick ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "old schools is my favourite . can i give you the details ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I need their postcode ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Old Schools');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old Schools postcode is cb21tt . Will there be anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me book a taxi ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the hotel');(_:search,leave_at,'15:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave the attraction by 15:15 and arrive at the hotel ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue honda');(_:result,phone,'07444279931');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t blue honda \n Contact number \t 07444279931"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 21,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thanks you have a nice day as well ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'yellow volvo');(_:result,phone,'07291792842');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Ok , I have booked you a yellow volvo , contact number 07291792842 , is there anything else you need ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed thank you for your time ."
},
{
"id": 25,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry can I help you with anything else ?"
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all ."
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL2659.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"old schools"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue honda"
],
[
"_:result",
"phone",
"07444279931"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue honda"
],
[
"_:result",
"phone",
"07444279931"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"car",
"yellow volvo"
],
[
"_:result",
"phone",
"07291792842"
],
[
"_: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,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1FDBJB3A"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"car",
"yellow volvo"
],
[
"_:result",
"phone",
"07291792842"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me a caribbean restaurant in the centre , please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there is not located in the centre of town . Do you have another food preference , or location that may work ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves turkish ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Why yes I found 3 as a matter of fact . All located in the centre of town . Can I reserve a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address of the first one ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'196 Mill Road City Centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That would be meze bar restaurant . The address is 196 Mill Road City Centre . Would you like me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Would you please book it for me on Wednesday at 12:00"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I sure can . Will you be dining alone or with a group ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'meze bar');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's hold off on the reservation for now . Can you tell me the price range for meze bar ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's an expensive restaurant , is there anything else you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , I 'd like to find a museum attraction to go to in town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only');(_:result,area,'Center');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Broughton House Gallery . It 's the only museum in the Center and it 's free to enter . Does that sound good to you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you please provide me the address for that Gallery ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'98 king street');(_:result,category,'gallery');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The gallery is located at 98 king street with a postcode of cb11ln . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the gallery');(_:search,leave_at,'07:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please . I need a taxi from the restaurant to the gallery , please . I 'd like to leave the restaurant by 07:00 . I guess I 'm staying there all night or something !"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,departure,'restaurant');(_:result,leave_at,'0700');(_:result,phone,'07802610885');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is booked and will pick you up at the restaurant at 0700 . It is a grey skoda , contact number 07802610885 . Anything I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's all I need . Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure . Have a wonderful day . Goodbye ."
}
] |
MUL2330.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"Center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"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/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"Center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"category",
"gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the gallery"
],
[
"_:search",
"leave_at",
"07:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/963964ee"
],
[
"_:search/963964ee",
"area",
"centre"
],
[
"_:search/963964ee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"Center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"category",
"gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the gallery"
],
[
"_:search",
"leave_at",
"07:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"departure",
"restaurant"
],
[
"_:result",
"leave_at",
"0700"
],
[
"_:result",
"phone",
"07802610885"
],
[
"_: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,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really would like to try a japanese restaurant while in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'36 Saint Andres Street');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Wagamama is a Japanese restaurant on 36 Saint Andres Street . Would you like me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to treat myself . Is this in the expensive range ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is expensive . Shall I book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , if this restaurant is in the Centre . I also need the postcode and phone number please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223462354');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course . The phone is 01223462354 and the post code is cb23ar . Can I do anything else for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Alexander Bed and Breakfast');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have located 2 hotel options , Alexander Bed and Breakfast and El Shaddai , both have internet and parking available . Would you like me to book one of these for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like a room for 3 nights please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , when would you like to stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel I need should be in the same area as the restaurant and include free wifi ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'same area');(_:result,has_internet,'none');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is in the same area , and does have wifi . When would you like your stay to begin ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like my stay to begin on Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , but the hotel is n't available for that amount of time . Please book another day or a shorter stay ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try to book the hotel for Tuesday for 2 people , 2 nights ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but the booking was unsuccessful . Is there an alternative date you would like to try ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "All right , can you try for just 1 night instead ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'Alexander bed and breakfast');(_:booking,ref,'IUP56OAY');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a stay for 1 night , Tuesday at the Alexander bed and breakfast . Your Reference number is : IUP56OAY . Can I help ypu with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need thanks ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1260.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:booking/222cfb35"
],
[
"_:booking/222cfb35",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:booking/222cfb35"
],
[
"_:booking/222cfb35",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/06da682a"
],
[
"_:booking/06da682a",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"36 Saint Andres Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:booking/222cfb35"
],
[
"_:booking/222cfb35",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/06da682a"
],
[
"_:booking/06da682a",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Alexander bed and breakfast"
],
[
"_:booking",
"ref",
"IUP56OAY"
],
[
"_:booking",
"stay",
"1"
],
[
"_: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,day,'sunday');(_:search,leave_at,'16:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you book a train for me ? I need to leave after 16:00 on sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We can help you look up for a specific schedule if you can supply to us your Departure point and Destination as well ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Leicester and going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:54');(_:result,count,'8');(_:result,destination,'Cambridge');(_:result,leave_at,'16:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That gives us about 8 different options . The earliest train leaves at 16:09 and will put you in Cambridge by 17:54 . Would that interest you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , it interests me a great deal . Book it for 8 please and get me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'BZX66OVA');(_:booking,ticket,'241.92 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 241.92 GBP payable at the station . \n Reference number is : BZX66OVA . Can I further assist you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a room . Free parking and Wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which area would you like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . I would like it to be in the expensive range ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have five . Do you have a star rating preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , no star rating preference . Whichever hotel you recommend ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Well there are many to choose from . Are you sure we could n't narrow it down by area ?"
}
] |
PMUL3690.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BZX66OVA"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BZX66OVA"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BZX66OVA"
],
[
"_:booking",
"ticket",
"241.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel that has free wifi please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,category,'hotels');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All right , we 've got quite a few hotels that offer free wi - fi . What area of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care what area , I just want to be sure it 's a hotel with free wifi and parking and a star of 4 please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I 've found 3 hotels that meet your needs . Would you prefer expensive or cheap ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't mind , just pick your favorite ! Can you get me the postcode and tell me what part of town it 's in ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The University Arms Hotel is in the town centre . Will that do ? It 's postcode is cb21ad ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's fine . I 'm also looking for nightclubs ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'a few');(_:result,name,'Ballare');(_:result,name,'Soul Tree Nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a few . Can I suggest Ballare or Soul Tree Nightclub ? ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure ! Could you tell me the area , address , and phone number for the Ballare ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Heidelberg Gardens , Lion Yard');(_:result,area,'centre');(_:result,name,'Ballare');(_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Ballare is in the centre of town . It 's located at Heidelberg Gardens , Lion Yard . Their phone number is 01223364222 . Did you need any other information ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That will be all . Thank you very much for your help today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Certainly . Thanks and goodbye ."
}
] |
MUL1166.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Heidelberg Gardens , Lion Yard"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! I 'd like to find a restaurant located in the centre please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre-');(_:result,count,'69');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 69 restaurants in the centre- did you have a preferred cuisine type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Modern European , please , and I 'd like someplace moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'de luca cucina and bar');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants that fit your criteria which are de luca cucina and bar and riverside brasserie . Which one do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "You pick and book me on Wednesday . 7 people at 19:30 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'de luca cucina and bar');(_:booking,ref,'WQOYZ16I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I choose de luca cucina and bar . Your reference is WQOYZ16I . How else can I assist ? Thanks !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to see somewhere fun to go in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many fun things to do in the centre . Do you know what type of attraction you would like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit an entertainment attraction"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no entertainment attractions in the centre of town . Is there anything else i can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you search for a boat attraction instead then ? And provide the phone number for me please ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,address,'251a Chesterton Road');(_:result,address,'Granta Place , Mill Lane');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores Punting Co');(_:result,type,'Attraction'))",
"inform((_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two . Scudamores Punting Co , located at Granta Place , Mill Lane , and The Cambridge Punter , at 251a Chesterton Road . Which would you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'Cambridge Punter');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I prefer the Cambridge Punter . Could you also give me the phone number to The Cambridge Punter also ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cambridge Punter');(_:result,phone,'07807718591');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for The Cambridge Punter is 07807718591 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a cab too please , arriving by my booked time , car type and contact number would be helpful too please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "You need a cab to get you to the restaurant before the booked time and where do you need cab to pick you up at ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'cambridge punter');(_:search,name,'Cambridge Punter');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "From the Cambridge Punter , please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black tesla');(_:result,phone,'07774975314');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black tesla is booked , with contact number 07774975314"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Bye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could be of service . Goodbye ."
}
] |
PMUL2497.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",
"area",
"centre-"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre-"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre-"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/83ceb55e"
],
[
"_:search/83ceb55e",
"area",
"centre"
],
[
"_:search/83ceb55e",
"category",
"entertainment"
],
[
"_:search/83ceb55e",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/83ceb55e"
],
[
"_:search/83ceb55e",
"area",
"centre"
],
[
"_:search/83ceb55e",
"category",
"entertainment"
],
[
"_:search/83ceb55e",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"address",
"Granta Place , Mill Lane"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Cambridge Punter"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/83ceb55e"
],
[
"_:search/83ceb55e",
"area",
"centre"
],
[
"_:search/83ceb55e",
"category",
"entertainment"
],
[
"_:search/83ceb55e",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"address",
"Granta Place , Mill Lane"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"Cambridge Punter"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/83ceb55e"
],
[
"_:search/83ceb55e",
"area",
"centre"
],
[
"_:search/83ceb55e",
"category",
"entertainment"
],
[
"_:search/83ceb55e",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"address",
"Granta Place , Mill Lane"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge punter"
],
[
"_:search",
"name",
"Cambridge Punter"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"de luca cucina and bar"
],
[
"_:booking",
"ref",
"WQOYZ16I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/83ceb55e"
],
[
"_:search/83ceb55e",
"area",
"centre"
],
[
"_:search/83ceb55e",
"category",
"entertainment"
],
[
"_:search/83ceb55e",
"type",
"Attraction"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"address",
"Granta Place , Mill Lane"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge punter"
],
[
"_:search",
"name",
"Cambridge Punter"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"phone",
"07774975314"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was hoping to relax and visit a park while in cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I found 5 great parks to visit . There are two on the south side , one on the north , one on the east and one in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! Can you provide addresses and entrance fees ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Bateman Street');(_:result,area,'centre');(_:result,entrance_fee,'4 pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge University Botanic Gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge University Botanic Gardens are in the centre of town , located on Bateman Street , with an entrance fee of 4 pounds . The other four parks have free entry ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay great i will go for the University Botanic gardens . Can you also assist me to look up the Carolina bed and Breakfast address and availability ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I sure can . When were you hoping to stay there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book it for 6 people and 5 nights starting from monday"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DCLQRJ5I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done . Your reference number is DCLQRJ5I . Would you like anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you . That is all ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay . Glad I could be of help ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a good day"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You too thank you and bye ."
}
] |
PMUL3533.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DCLQRJ5I"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DCLQRJ5I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and excited about seeing local tourist attractions , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have an attraction type preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like to see a museum . Can you tell me the postcode and entrance fee for it ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 23 places . What area would you prefer to be in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no particular area preference . Can you list a few for me to select from ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'west');(_:result,name,'Broughton House Gallery');(_:result,name,'Cafe Jello Gallery');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))",
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is Cafe Jello Gallery in the west , Cambridge Artworks in the east and Broughton House Gallery in the centre . Does any of those sound appealing ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes could I have their postcode and entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'Cafe jello gallery');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cafe jello gallery postcode is cb30af and the entrance is free , is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'yu garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for the restaurant Yu Garden ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'529 Newmarket Road Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Here is the address 529 Newmarket Road Fen Ditton ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Yu Garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me more information about Yu Garden ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course ! It is a chinese cuisine restaurant located in the east . Anything else you would like to know ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just the price range and postal code please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb58pa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their price range is expensive and the postcode is cb58pa . Are you sure that is all you needed ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it . thank you for helping me"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Enjoy your visit !"
}
] |
PMUL2355.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Yu Garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:search",
"name",
"Yu Garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:search",
"name",
"Yu Garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,area,'centre');(_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There are n't any Polish restaurants in the centre , are there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is not . How about another choice of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many Chinese restaurants ! What 's your price range ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not fussy about price , pick one for me and give me the address please , I 'm starving !"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'88 Mill Road City Centre');(_:result,name,'Rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice house is located at 88 Mill Road City Centre . Would you like for me to book a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just the address is all I needed for now . But could you also help me find a train ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Definitely ! Can you give me some more specifics so I can help ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to London kings cross ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what is your arrival destination and time of travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,departure,'cambridge');(_:search,destination,'London kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Leaving Cambridge to London kings cross and arrive by 19:45 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , on what day will that be ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'13:51');(_:result,id,'TR0315');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0315 arrives at 13:51 . is that fine with you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "what is its departure time ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,leave_at,'13:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It leaves Cambridge at 13:00 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Time I leave does not matter I just need it to arrive by 19:45 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'17:51');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,leave_at,'17:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train departing Cambridge at 17:00 and arriving at London Kings Cross at 17:51 . I do n't have a later arrival time on Tuesday , unfortunately ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Alright . Could you please provide me with the train ID and the travel time ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'17:51');(_:result,departure,'cambridge');(_:result,destination,'London Kings Cross');(_:result,duration,'51 minutes');(_:result,id,'TR0945');(_:result,leave_at,'17:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is TR0945 . The train departs cambridge at 17:00 and arrives in London Kings Cross at 17:51 . The travel time is 51 minutes . Can I book it for you ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . thanks . I do n't need to book it right now ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I have everything I need . Goodbye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Thank you for calling and have a great trip ! Goodbye ."
}
] |
PMUL3008.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_: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/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_: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",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"id",
"TR0315"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR0945"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a1274dc6"
],
[
"_:search/a1274dc6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"London kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR0945"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for Home from Home hotel"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'78 - 80 milton road');(_:result,name,'home from home');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I see home from home located at 78 - 80 milton road . Would you like to book a stay ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the star rating for the hotel ? And what area is that in ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Home from Home');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home from Home is a guesthouse hotel with a 4 star rating . It is in the north end of town and has a moderate price range . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not at this time , thank you . I am , however , looking for a train that goes to Bishops Stortford on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'that day');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains available that day . Is there a particular time of day you want to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to depart from Cambridge after 18:45 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,id,'TR4673');(_:result,leave_at,'19:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4673 leaves at 19:29 and arrives at 20:07 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could I please have the price and travel time as well ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price for that travel time is 8.08 pounds and the duration of the trip is 38 minutes . Can I book this travel time for you now ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time . Thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
MUL0716.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR4673"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"that day"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR4673"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving after 14:30 on Wednesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train to Kings Lynn from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'15:58');(_:result,leave_at,'15:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving at 15:11 that will arrive at 15:58 . Would you like assistance booking a ticket ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please make the booking for me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'15:58');(_:booking,category,'Train');(_:booking,departure,'kings lynn');(_:booking,destination,'cambridge');(_:booking,leave_at,'15:11');(_:booking,people,'one');(_:booking,ref,'DLDQIR5G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you one ticket to leave at 15:11 from kings lynn and arriving at cambridge at 15:58 . Reference number is DLDQIR5G ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually I need a booking for 2 people total not just me ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'DOX6TU6M');(_:booking,ticket,'19.6 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is DOX6TU6M . You may pay 19.6 pounds at the station . Do you need help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need a place to eat that is in the north and should serves indian food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'7 milton road chesterton');(_:result,name,'Nirala');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend The Nirala . It is moderately priced and located on 7 milton road chesterton"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the postcode for that restaurant to please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb41uy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing it 's cb41uy ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! So much . That 's all I needed help with ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome always"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I needed today , have a good day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . We hope you have a pleasant visit ."
}
] |
PMUL0950.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"kings lynn"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"leave_at",
"15:11"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"DLDQIR5G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:58"
],
[
"_:booking",
"departure",
"kings lynn"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"leave_at",
"15:11"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DOX6TU6M"
],
[
"_:booking",
"ticket",
"19.6 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:58"
],
[
"_:booking",
"departure",
"kings lynn"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"leave_at",
"15:11"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DOX6TU6M"
],
[
"_:booking",
"ticket",
"19.6 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:58"
],
[
"_:booking",
"departure",
"kings lynn"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"leave_at",
"15:11"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DOX6TU6M"
],
[
"_:booking",
"ticket",
"19.6 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"postcode",
"cb41uy"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"15:58"
],
[
"_:booking",
"departure",
"kings lynn"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"leave_at",
"15:11"
],
[
"_:booking",
"people",
"one"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DOX6TU6M"
],
[
"_:booking",
"ticket",
"19.6 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"postcode",
"cb41uy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi I 'm looking for a train for Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay what time would you like to depart from Cambridge and arrive in London Kings Cross on Tuesday ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'19:15');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart after 19:15 . Can you please provide me with a price ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'21:00');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The next train departs at 21:00 . The price is 23.60 pounds per ticket . Can I book this train for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book this train for me , Thank you ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am not ready to book the train yet . Thanks for the help ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I be of further assistance to you today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that is all I needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . glad I could help"
}
] |
SNG1307.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_: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",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was just caught up in a disagreement with another motorist about a road accident and I am in need of some help !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Parkside Police Station telephone number is 01223358966 and the address is Parkside , Cambridge , postcode CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , that 's all I need . Good bye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Please let me know if you need anything else ."
}
] |
SNG01281.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a pricy restaurant in the city centre"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'midsummer common');(_:result,food,'British');(_:result,name,'Midsummer House Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found you a British restaurant called Midsummer House Restaurant that is located in midsummer common how does that sound ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does this restaurant serve european food ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'same area');(_:result,food,'European');(_:result,name,'Michaelhouse Cafe');(_:result,pricerange,'same area and price range');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It does not . For European food in the same area and price range , how about the Michaelhouse Cafe ? It is located at St. Michael 's Church Trinity Street City Centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:15');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . Great . Can you book me a reservation there for 5 people at 16:15 for this Monday ? Also I will need a reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'16:15');(_:booking,name,'Michaelhouse Cafe');(_:booking,people,'5');(_:booking,ref,'0W78O9VD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you have been booked at the Michaelhouse Cafe for Monday , 16:15 , party of 5 . The table will be reserved for 15 minutes . Your reference number is 0W78O9VD ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'london kings cross');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I will also need take a train from london kings cross station that same day . What time do they leave ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,leave_at,'from 5:17');(_:result,leave_at,'until 24:08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,leave_at,'11:17');(_:booking,leave_at,'13:17');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have them leaving from 5:17 in the morning for every two hours until 24:08 in the evening . The journey is approximately 51 minutes . Would you like me to book you on the 11:17 or 13:17 ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 13:30 , so let 's book the 11:17 , please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people would you like to book it for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "5 people"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes I will get that taken care of for you . Anything else i can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need the train ID , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,destination,'London Kings Cross');(_:result,id,'TR5720');(_:result,leave_at,'11:17');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID for the 11:17 on Monday to London Kings Cross is TR5720 . Is there anything else that I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's all that I 'm looking for , thank for the help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
MUL0259.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",
"address",
"midsummer common"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/2c02e3c1"
],
[
"_:search/2c02e3c1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/2c02e3c1"
],
[
"_:search/2c02e3c1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"0W78O9VD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/2c02e3c1"
],
[
"_:search/2c02e3c1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"0W78O9VD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"leave_at",
"from 5:17"
],
[
"_:result",
"leave_at",
"until 24:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:17"
],
[
"_:booking",
"leave_at",
"13:17"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/2c02e3c1"
],
[
"_:search/2c02e3c1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"ref",
"0W78O9VD"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"leave_at",
"from 5:17"
],
[
"_:result",
"leave_at",
"until 24:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:17"
],
[
"_:booking",
"leave_at",
"13:17"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/2c02e3c1"
],
[
"_:search/2c02e3c1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"ref",
"0W78O9VD"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"leave_at",
"from 5:17"
],
[
"_:result",
"leave_at",
"until 24:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:17"
],
[
"_:booking",
"leave_at",
"13:17"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"id",
"?"
]
],
"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",
"address",
"midsummer common"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/2c02e3c1"
],
[
"_:search/2c02e3c1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Michaelhouse Cafe"
],
[
"_:booking",
"ref",
"0W78O9VD"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:17"
],
[
"_:booking",
"leave_at",
"13:17"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR5720"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction to visit . How about a college ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'Cambridge');(_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 18 colleges in Cambridge . Is there an area of town you 'd prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The area does n't matter but can you provide me the entrance fee of the first 3 on the list ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,entrance_fee,'2.50 pounds');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's\");(_:result,name,'Churchill');(_:result,name,'Clare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's and Churchill are both free . Clare will cost 2.50 pounds to visit ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'royal standard');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! Could you give the addresses to those 3 colleges ? I 'm also looking for a restaurant called royal standard ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Royal Standard');(_:booking,type,'Booking');(_:result,address,\"St. Andrew 's Street\");(_:result,address,\"Storey 's Way\");(_:result,address,'Trinity Lane');(_:result,name,\"Christ 's college\");(_:result,name,'Churchill');(_:result,name,\"Clare 's\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is on St. Andrew 's Street , Churchill is on Storey 's Way and Clare 's is on Trinity Lane . I found the Royal Standard , would you like a table ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Royal Standard');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the phone number and area for the Royal Standard ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223247877 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need the area for that as well ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,name,'The royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The royal standard is located in the east side of town . Do you need any other information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , Can I have the phone number and the area it is in please ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'East part of town');(_:result,name,'Royal Standard');(_:result,phone,'01223247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . Royal Standard is located in the East part of town and you call them at 01223247877 . Do you need a reservation ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I do not need a reservation yet ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "OK , is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
MUL0959.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's"
],
[
"_:result",
"name",
"Churchill"
],
[
"_:result",
"name",
"Clare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"colleges"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"St. Andrew 's Street"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"name",
"Churchill"
],
[
"_:result",
"name",
"Clare 's"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"colleges"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"St. Andrew 's Street"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"name",
"Churchill"
],
[
"_:result",
"name",
"Clare 's"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"colleges"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"St. Andrew 's Street"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"The royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"colleges"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"St. Andrew 's Street"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East part of town"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"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",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"colleges"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"St. Andrew 's Street"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East part of town"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a place to stay in Cambridge that s 4 star with free wifi"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the a and b guest house is a great place"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do this hotel offer free parking also ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately this guest house does n't offer parking , would you like me to search for similar hotels that offer parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I do . When you find it , I need 3 nights for 5 people starting on Wednesday . I 'll take the reference number too ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no hotels that meet your criteria . Would you like to try searching for something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There are seriously no 4 star hotels with free wifi and free parking in all of Cambridge ? I 'm pretty sure there should be ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'arbury lodge guesthouse');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The arbury lodge guesthouse is 4 stars , it has internet it is in the moderate price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Could you book it for 5 people and 3 nights starting from wednesday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HQSOZLWH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry for the confusion , I have that booked for you , your reference # is : HQSOZLWH . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "how about one that is in the type of nightclub ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'club ballare');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There 's the club ballare which is rather nice . Would you like some more information about it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . May I have the phone number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure its 01223364222"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok . Thanks . All set ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything more I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
PMUL4404.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/3df8e054"
],
[
"_:search/3df8e054",
"category",
"hotels"
],
[
"_:search/3df8e054",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/3df8e054"
],
[
"_:search/3df8e054",
"category",
"hotels"
],
[
"_:search/3df8e054",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/3df8e054"
],
[
"_:search/3df8e054",
"category",
"hotels"
],
[
"_:search/3df8e054",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HQSOZLWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/3df8e054"
],
[
"_:search/3df8e054",
"category",
"hotels"
],
[
"_:search/3df8e054",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"HQSOZLWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"club ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/3df8e054"
],
[
"_:search/3df8e054",
"category",
"hotels"
],
[
"_:search/3df8e054",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"HQSOZLWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"club ballare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/3df8e054"
],
[
"_:search/3df8e054",
"category",
"hotels"
],
[
"_:search/3df8e054",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"HQSOZLWH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"club ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am getting into birmingham new street train station and will be needing a taxi to take me to my hotel"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! when would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'14:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 14:45"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to help ! Where are you coming from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to be picked up from birmingham new street train station"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you with that . where are you going ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'express by holiday inn cambridge');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm heading to express by holiday inn cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07779524494');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright I 've got you a grey toyota with the contact number 07779524494 . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
SNG01428.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street train station"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street train station"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"departure",
"birmingham new street train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"departure",
"birmingham new street train station"
],
[
"_:search",
"destination",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"departure",
"birmingham new street train station"
],
[
"_:search",
"destination",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07779524494"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like info on train travel ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ? Where are you departing and arriving to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'none');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Saturday . Any train is fine . I 'll just need the departure time and price ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from and where are you going to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,day,'saturday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 11:45 in Cambridge . I am leaving on Saturday from Birmingham New Street on Saturday . Also need places to go in the east side of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'1:23');(_:result,day,'Saturday');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,leave_at,'22:40');(_:result,ticket,'60.08 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train departing Birmingham New Street on Saturday at 22:40 and arriving in Cambridge at 1:23 . Tickets are 60.08 pounds , would you like to book this train ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book me ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you be needing ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "Just one for myself , please , and thank you ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'UEEAKF0Q');(_:booking,ticket,'60.08 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , the booking was successful , the total fee is 60.08 GBP payable at the station . \n Reference number is : UEEAKF0Q . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like information on attractions in the east ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a specific type of attraction you are looking for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Nope . Any that you recommend will be fine . I 'll just need the postcode , entrance fee , and attraction type ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'entertainment');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay I recommend the Funky Fun House which is entertainment in the east ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , thanks ! What type of attraction is it ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,category,'entertainment');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is an entertainment attraction . Would you like their phone number and address ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Just the postcode please"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb58hy . Is there anything else I can do for you ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything , thank you for your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Have a nice day !"
}
] |
PMUL4911.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UEEAKF0Q"
],
[
"_:booking",
"ticket",
"60.08 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UEEAKF0Q"
],
[
"_:booking",
"ticket",
"60.08 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_: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",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UEEAKF0Q"
],
[
"_:booking",
"ticket",
"60.08 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"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",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UEEAKF0Q"
],
[
"_:booking",
"ticket",
"60.08 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"category",
"entertainment"
],
[
"_: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": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:23"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"22:40"
],
[
"_:result",
"ticket",
"60.08 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UEEAKF0Q"
],
[
"_:booking",
"ticket",
"60.08 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need an indian restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry garden has good reviews and serves Indian food in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be in the expensive range of food , is that place expensive ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it 's expensive . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you give me the phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223302330');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223302330 and their postcode is \t cb21dp ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you ! That is all I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of assistance . Have a great day . Bye ."
}
] |
SNG0499.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking to book an expensive restaurant in the west part of town . What is available ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'9');(_:result,food,'british');(_:result,food,'european');(_:result,food,'indian');(_:result,food,'thai');(_:result,pricerange,'upscale');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 restaurants in the west that are upscale . Are you looking for a particular type of cuisine ? There is british , european , indian and thai to choose from ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about some Thai food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Thai');(_:result,name,'Sala Thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sala Thong is an expensive Thai restaurant in the west end . Would you like a reservation there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Can reserve for 6 people at 15:00 on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "So sorry , that was unsuccessful . Would another day or time work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could we try for 14:00 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'OP06YQUU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Congratulations ! That was successful Your reference number is OP06YQUU ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,\"saint john 's college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Alright , awesome ! Could you also try to find a specific college I 'm looking for ? It 's called Saint John 's College ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'College');(_:result,name,\"Saint John 's College\");(_:result,phone,'01223338600');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Saint John 's College is a College located in the centre of town . The phone number is 01223338600 . Do you need any other information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,departure,'the college');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi to go from the college to the restaurant by 14:00 ? Please include the contact number and car type ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'blue Tesla');(_:result,phone,'07945015073');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm happy to say I 've successfully completed your booking ! The vehicle will be a blue Tesla . Their contact number is 07945015073 . How else may I assist you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to make sure that it will be arriving by 14:00 . Can you confirm ?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "Yes that it correct ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you . That 's all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL0929.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"upscale"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1053476b"
],
[
"_:booking/1053476b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1053476b"
],
[
"_:booking/1053476b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"OP06YQUU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1053476b"
],
[
"_:booking/1053476b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"OP06YQUU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"College"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"the college"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1053476b"
],
[
"_:booking/1053476b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"OP06YQUU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"College"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"blue Tesla"
],
[
"_:result",
"phone",
"07945015073"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1053476b"
],
[
"_:booking/1053476b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"OP06YQUU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"saint john 's college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"College"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"blue Tesla"
],
[
"_:result",
"phone",
"07945015073"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"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,day,'saturday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train out of Stevenage on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , did you have a certain destination in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 11:30 at Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,arrive_by,'10:43');(_:result,arrive_by,'6:43');(_:result,arrive_by,'8:43');(_:result,type,'Train'))",
"inform((_:result,count,'3');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are three trains , one arrives at 6:43 , one at 8:43 , and one at 10:43 , which would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The one arriving at 10:43 . I just need 1 ticket and a reference number please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'10:43');(_:booking,category,'Train');(_:booking,day,'Saturday');(_:booking,departure,'Stevenage');(_:booking,destination,'Cambridge');(_:booking,ref,'5CWS7ER4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! I 've booked your trip on Saturday leaving Stevenage and arriving in Cambridge at 10:43 . Your reference number is 5CWS7ER4 . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also would like to find an italian restaurant to eat at in the west ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'La Margherita');(_:result,name,'Prezzo');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options . Prezzo is moderately - priced and La Margherita is cheap . Would you like me to book a table for you at one of those ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'la margherita');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "La Margherita is perfect for me , please book me a table at that one ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'La Margherita');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like the table at La Margherita ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Saturday at 15:15 ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,day,'Saturday');(_:booking,duration,'15:15');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to book a reservation at La Margherita for Saturday at 15:15 . Is there another day or time that you would like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'14:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you see if there 's anything at 14:15 ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'C9SBUT9T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reservation number is C9SBUT9T . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's it ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , Thank You . Goodbye ."
}
] |
MUL0248.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"ref",
"5CWS7ER4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"ref",
"5CWS7ER4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"ref",
"5CWS7ER4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:booking",
"name",
"La Margherita"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"ref",
"5CWS7ER4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:booking",
"name",
"La Margherita"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/bf14289e"
],
[
"_:booking/bf14289e",
"day",
"Saturday"
],
[
"_:booking/bf14289e",
"duration",
"15:15"
],
[
"_:booking/bf14289e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"arrive_by",
"8:43"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"10:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Stevenage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:booking",
"name",
"La Margherita"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/bf14289e"
],
[
"_:booking/bf14289e",
"day",
"Saturday"
],
[
"_:booking/bf14289e",
"duration",
"15:15"
],
[
"_:booking/bf14289e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C9SBUT9T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to arrive by 09:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , and where do you want to be picked up from and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'wagamama');(_:search,destination,'mumford theatre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be picked up from wagamama and I 'm headed to the mumford theatre ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Your car will be a white volkswagen and the contact number is 07814597280 . Thank you , and have a great day ."
}
] |
SNG0085.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"departure",
"wagamama"
],
[
"_:search",
"destination",
"mumford theatre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called nandos city centre"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is located at 33 - 34 Saint Andrews Street cb23ar ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:00');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to book a table for 5 people at 14:00 on Sunday . i need the reference number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CGXD71ZM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : CGXD71ZM . What else may I help with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i also want a train which leaves after 17:30 on monday"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what will be your destination and where are you leaving ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm trying to get to peterborough . i can leave any time after 17:30"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,leave_at,'17:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train departing Cambridge for Peterborough at 17:34 on Monday . This would be the earliest train . Shall I book this ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will need it for 5 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'76ZSD1E8');(_:booking,ticket,'82.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 82.5 GBP payable at the station . Reference number is : 76ZSD1E8 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help >"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Will that be all for today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be it ! Thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Well , you 're welcome ! You have a good day now !"
}
] |
PMUL0575.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CGXD71ZM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CGXD71ZM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CGXD71ZM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"17:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"17:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"76ZSD1E8"
],
[
"_:booking",
"ticket",
"82.5 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",
"name",
"nandos"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"17:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"76ZSD1E8"
],
[
"_:booking",
"ticket",
"82.5 GBP"
],
[
"_: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,food,'modern american');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant serving modern american food in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,type,'Restaurant'))",
"canthelp((_:search,food,'modern American');(_:search,pricerange,'any');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry I find no modern American food listed in any price category . may I try another cuisine for you , perhaps Italian ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes how about Turkish then ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Anatolia');(_:result,name,'Efes Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Either Anatolia or Efes Restaurant would fit that criteria . Can I reserve one for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes i reserve to Anatolia restaurant ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to make your reservation . First I will need to know the day / time you 're looking for and how many are in your party ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry . I do n't actually need to reserve at this time . I just need the phone number and address if you could provide that ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'30 Bridge Street City Centre');(_:result,name,'Anatolia');(_:result,phone,'01223362372');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . Anatolia is located at 30 Bridge Street City Centre and the phone number is 01223362372 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That would be it . Thanks a lot . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling , goodbye ."
}
] |
SNG0637.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern american"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/836cccab"
],
[
"_:search/836cccab",
"food",
"modern American"
],
[
"_:search/836cccab",
"pricerange",
"any"
],
[
"_:search/836cccab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/836cccab"
],
[
"_:search/836cccab",
"food",
"modern American"
],
[
"_:search/836cccab",
"pricerange",
"any"
],
[
"_:search/836cccab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/836cccab"
],
[
"_:search/836cccab",
"food",
"modern American"
],
[
"_:search/836cccab",
"pricerange",
"any"
],
[
"_:search/836cccab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"name",
"Efes Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/836cccab"
],
[
"_:search/836cccab",
"food",
"modern American"
],
[
"_:search/836cccab",
"pricerange",
"any"
],
[
"_:search/836cccab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'avalon');(_:search,leave_at,'19:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a 19:15 taxi to take me to Avalon ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can definitely help ! Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'primavera');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be departing from Primavera ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You car has been booked . It is a black volvo . Can I assist you any further ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can i get the contact number please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07698022958');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , your contact number is 07698022958 . Can I assist you any further ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that will be all . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Goodbye ."
}
] |
SNG02152.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"avalon"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"avalon"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"avalon"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"avalon"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"phone",
"07698022958"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I want to go to Addenbrookes Hospital"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge in postcode CB20QQ ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok thank you for the information ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01490.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train for my upcoming trip to your city ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,duration,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what days look like the best ones to get a great deal on hotel with train ride ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Well , I want to leave on Saturday . You tell me the best options ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 options that day ! Do you know what time you want to leave or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 19:00 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me where you are leaving from and going to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Of course , silly me . I 'd like to travel from Cambridge to London Liverpool Street on Saturday , and I need to get there by 19:00 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR0357');(_:result,leave_at,'09:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Allright . TR0357 departs at 09:39 . Would you like me to book you tickets ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the ticket price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'London Liverpool Street');(_:result,destination,'Cambridge');(_:result,ticket,'13.28GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "A ticket from London Liverpool Street to Cambridge is 13.28GBP ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'hotel du vin and bistro');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Ok , I 'll have to speak with my friend to see if that price is acceptable . Can I please get the address to the restaurant Hotel Du Vin and Bistro ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'15 - 19 Trumpington Street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely , the address is 15 - 19 Trumpington Street . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need their phone number ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"inform((_:result,phone,'01223227330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! Their number is 01223227330 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the help , that 's all for now ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a good trip . Have a nice day . Goedbye"
}
] |
PMUL0748.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0357"
],
[
"_:result",
"leave_at",
"09:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR0357"
],
[
"_:result",
"leave_at",
"09:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"ticket",
"13.28GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"hotel du vin and bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR0357"
],
[
"_:result",
"leave_at",
"09:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"ticket",
"13.28GBP"
],
[
"_:search",
"name",
"hotel du vin and bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"15 - 19 Trumpington Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"?"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR0357"
],
[
"_:result",
"leave_at",
"09:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"ticket",
"13.28GBP"
],
[
"_:search",
"name",
"hotel du vin and bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"15 - 19 Trumpington Street"
],
[
"_:result",
"phone",
"01223227330"
],
[
"_: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,'stazione restaurant and coffee bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place called stazione restaurant and coffee bar . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Italian');(_:result,name,'Stazione');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course , Stazione is an Italian restaurant in the city centre . would you like me to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to book a table for 7 on saturday at 11:15 please . And I 'll need a reference number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZX0558LA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is set . Reference number ZX0558LA . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'the cambridge corn exchange');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for information on an attraction called the cambridge corn exchange ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'wheeler street');(_:result,area,'center');(_:result,category,'theatre');(_:result,type,'Attraction'))",
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a theatre on wheeler street in the center part of town . Is there something particular you 'd like to know ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm just curious of the entrance fee ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'unable to find the entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . I 'm unable to find the entrance fee . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi between the two places , I need to arrive by at the restaurant 11:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'Red BMW');(_:result,departure,'The Cambridge Corn Exchange');(_:result,destination,'Stazione Restaurant');(_:result,phone,'07906175521');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked you a taxi from The Cambridge Corn Exchange to Stazione Restaurant . Look for a Red BMW , contact number 07906175521 . Can I help more today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you , goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a fantastic day ."
}
] |
MUL2390.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZX0558LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cambridge corn exchange"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZX0558LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"wheeler street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ZX0558LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"wheeler street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unable to find the entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ZX0558LA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"wheeler street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"entrance_fee",
"unable to find the entrance fee"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Red BMW"
],
[
"_:result",
"departure",
"The Cambridge Corn Exchange"
],
[
"_:result",
"destination",
"Stazione Restaurant"
],
[
"_:result",
"phone",
"07906175521"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a place to eat in the moderate price range located in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'center');(_:result,food,'European');(_:result,name,'Galleria');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many moderately - priced restaurants in the center . Galleria is one of my favorites ; they serve European cuisine ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'galleria');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , could you send me the postcode to Galleria ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB21UW');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Their postcode is CB21UW . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Also I want to go see some architecture in town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"little saint mary 's lane\");(_:result,entrance_fee,'free');(_:result,name,\"Little Saint Mary 's Church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May i suggest visiting Little Saint Mary 's Church located at little saint mary 's lane . It 's free !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds lovely , what area is that located in ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located in the centre by Galleria . Is there anything else you need help finding today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . I hope you enjoy yourself in our city !"
}
] |
PMUL3613.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"galleria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:search",
"name",
"galleria"
],
[
"_:result",
"postcode",
"CB21UW"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:search",
"name",
"galleria"
],
[
"_:result",
"postcode",
"CB21UW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:search",
"name",
"galleria"
],
[
"_:result",
"postcode",
"CB21UW"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive mediterranean restaurant ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,name,'La Mimosa');(_:result,name,'Shiraz Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show two that are located in the centre . We have the La Mimosa or the Shiraz Restaurant . May I book a table for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you check either to see if I could make a reservation for 8 people at 15:00 on Monday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'the shiraz resturant');(_:booking,ref,'9OE645NY');(_:booking,type,'Booking');(_:result,address,'84 Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . I have successfully books you at the shiraz resturant , address 84 Regent Street City Centre . Your reference number is 9OE645NY . You should arrive within 15 minutes of your time ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you very much"
}
] |
SSNG0052.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"the shiraz resturant"
],
[
"_:booking",
"ref",
"9OE645NY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant that serves international food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I found a few restaurants . What area would you like to eat in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be in the East and it should be cheap"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "There is one restaurant that matches your request . It is called The Missing Sock and is on Finders Corner Newmarket Road . Do you want their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:15');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to book a table for 6 on Sunday at 19:15 please , and can I get the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'19:15');(_:booking,people,'6');(_:booking,ref,'XOOQ0N5D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully place that reservation for 6 on Sunday at 19:15 under reference number XOOQ0N5D . The table is reserved for 15 minutes . Will this be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,destination,'the restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train to get to the restaurant . I want to arrive by 16:30 ."
},
{
"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,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from london liverpool street and going to cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,\"London King 's Cross\");(_:result,destination,'Cambridge');(_:result,leave_at,'16:08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train from London King 's Cross to Cambridge that arrives at 16:08 . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you that will be all"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL0814.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"19:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XOOQ0N5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"19:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XOOQ0N5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"19:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XOOQ0N5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"London King 's Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , can you help me find a train departing from Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to leicester"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "It looks like trains run along that route every hour . Is there a certain day and time you 'd like to know about ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave after 20:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'28');(_:result,leave_at,'20:15');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 28 trains that leave after 20:15 , what time would you like to arrive by or does it matter ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , the arrival time does not matter . I need to book 4 tickets ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,arrive_by,'22:06');(_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,destination,'Leicester');(_:booking,id,'TR5159');(_:booking,leave_at,'20:21');(_:booking,people,'4');(_:booking,ref,'VKVT7CTT');(_:booking,type,'Booking');(_:result,departure,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Alright , I booked you 4 tickets on TR5159 , leaving Cambridge at 20:21 and arriving in Leicester at 22:06 on Friday . Your reference number is VKVT7CTT ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'ashley hotel');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Also , I 'm looking for the Ashley Hotel . Can you give me their phone number please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,phone,'01223350059');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for the Ashley Hotel is 01223350059 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Okay . Great . That is all I needed ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Okay perfect ! Have a great trip and please let us know if you need assistance with anything else !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help , have a great day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are certainly welcome ."
}
] |
MUL0708.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"28"
],
[
"_:result",
"leave_at",
"20:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"28"
],
[
"_:result",
"leave_at",
"20:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"22:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"destination",
"Leicester"
],
[
"_:booking",
"id",
"TR5159"
],
[
"_:booking",
"leave_at",
"20:21"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"VKVT7CTT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"28"
],
[
"_:result",
"leave_at",
"20:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"22:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"destination",
"Leicester"
],
[
"_:booking",
"id",
"TR5159"
],
[
"_:booking",
"leave_at",
"20:21"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"VKVT7CTT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"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"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"28"
],
[
"_:result",
"leave_at",
"20:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"22:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"destination",
"Leicester"
],
[
"_:booking",
"id",
"TR5159"
],
[
"_:booking",
"leave_at",
"20:21"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"VKVT7CTT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for information on a hotel called hobsons house ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons House is a guesthouse found in the west side of town . It is in the moderate price range and is rated 3 stars ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes hobsons house has both free internet and parking . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I please get their postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb39lh');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , of course ! It is cb39lh ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train that should depart from kings lynn and should go to cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling on Monday and need to arrive by 10:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'9:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,id,'TR0942');(_:result,leave_at,'9:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0942 Leaves Kings Lynn at 9:11 and arrives in Cambridge at 9:58 . Would you like to book a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes can I book it for 8 people ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'2PFFJ67J');(_:booking,ticket,'78.40 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! Your reference # is 2PFFJ67J . Total cost is 78.40 GBP , payable at the station . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I have everything I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You have a wonderful day . Goodbye ."
}
] |
PMUL2000.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"9:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0942"
],
[
"_:result",
"leave_at",
"9:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"9:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0942"
],
[
"_:result",
"leave_at",
"9:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2PFFJ67J"
],
[
"_:booking",
"ticket",
"78.40 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am coming to visit and will be in the centre area . I would like an attraction to visit ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'cambridge contemporary art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure , how about cambridge contemporary art ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds interesting ! What is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'6 trinity street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Located at 6 trinity street \t ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "now I need a place to eat in the centre"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many restaurants available . What type of food are you interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am really craving chinese if you have something in that area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'ten');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , ten chinese places are in that area . Any preference on price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , I want an expensive place ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,name,'Tang Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 . Could I recommend Tang Chinese ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will need a reservation for 4 at 17:30 on Monday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'17:30');(_:booking,people,'4');(_:booking,ref,'1KLUAE2J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table for 4 is reserved for Monday at 17:30 . Your reference number is 1KLUAE2J ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need . Bye , thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Take care . Goodbye"
}
] |
PMUL3275.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",
"type",
"Attraction"
],
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"6 trinity street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"6 trinity street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"1KLUAE2J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a moderately priced vegetarian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in town');(_:search,food,'vegetarian');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do n't have any moderately priced vegetarian places in town . Would you like to try a different type of food or a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Unfortunately no , it has to be vegetarian , so i will have to make my own accommodations , thanks ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no vegetarian options in the area ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , what about international food ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Bloomsbury');(_:result,name,'The varsity Resturant');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two - both in centre . The varsity Resturant and Bloomsbury . Would you like to book one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Make a reservation at Bloomsbury please , for Thursday night ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time do you want to dine and how many people in your party ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:00');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book for 6 people at 17:00 on Thursday . I 'd also like the reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'MLK7FV6P');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table was booked . Your reference number is MLK7FV6P ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train . It should depart cambridge and go to stansted airport on thursday . Arrive by 17:00 ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,arrive_by,'16:08');(_:booking,category,'Train');(_:booking,id,'TR9427');(_:booking,leave_at,'15:40');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you be interested in TR9427 ? It arrives at 16:08 and departs at 15:40 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That would be just fine ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like to book ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book , but could you tell me the total travel time , please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure thing . Travel time is 28 minutes . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that should be all for me today . Thank you so much , you 've been very helpful !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL0625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"The varsity Resturant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"The varsity Resturant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"The varsity Resturant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"MLK7FV6P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"The varsity Resturant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"MLK7FV6P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"16:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9427"
],
[
"_:booking",
"leave_at",
"15:40"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"The varsity Resturant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"MLK7FV6P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:booking",
"arrive_by",
"16:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9427"
],
[
"_:booking",
"leave_at",
"15:40"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/913dfc15"
],
[
"_:search/913dfc15",
"area",
"in town"
],
[
"_:search/913dfc15",
"food",
"vegetarian"
],
[
"_:search/913dfc15",
"pricerange",
"moderately priced"
],
[
"_:search/913dfc15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8cbdbfd2"
],
[
"_:search/8cbdbfd2",
"food",
"vegetarian"
],
[
"_:search/8cbdbfd2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"The varsity Resturant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"MLK7FV6P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:booking",
"arrive_by",
"16:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9427"
],
[
"_:booking",
"leave_at",
"15:40"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need help finding an expensive place to eat in the west please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'West Cambridge');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many options for expensive food in West Cambridge . Is there a specific type of food you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like eat Indian food , where I can eat Search Chicken Tikka Masala ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'Chicken Tikka Masala');(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,name,'Rice Boat');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there is nothing showing for Chicken Tikka Masala . There are however 5 expensive Indian restaurants in the west part of Cambridge . I would recommend the Rice Boat ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:45');(_:search,name,'rice boat');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book the Rice Boat for 1 at 11:45 on Monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'11:45');(_:booking,ref,'S224QQ91');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Rice Boat');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are booked for the Rice Boat on Monday at 11:45 . Your reference number is S224QQ91 . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that covers it . Thanks so much for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a great day ."
}
] |
SNG0681.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"West Cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/1b2a7cee"
],
[
"_:search/1b2a7cee",
"food",
"Chicken Tikka Masala"
],
[
"_:search/1b2a7cee",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/1b2a7cee"
],
[
"_:search/1b2a7cee",
"food",
"Chicken Tikka Masala"
],
[
"_:search/1b2a7cee",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"S224QQ91"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Looking for place to eat in the south"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are nine restaurants in the south . What is your price range or type of food you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'eastern european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need something in the moderate price range , preferably Eastern European food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't have anything that meets those requirements . Can I try another type of cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , let 's try looking for an Italian restaurant please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one in the south , moderate price , would you like to book that one ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you just give me the postcode , phone number , and address ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223323737');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The pizza hut cherry hinton is at G4 Cambridge Leisure Park Clifton Way Cherry Hinton postcode cb17dy phone number 01223323737"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a room , with wifi and in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'17');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 17 options . Is there a specific area that you would like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try a guesthouse , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! I 'd suggest the Avalon , a moderately priced guesthouse in the north with free wifi and 4 stars . How does that sound ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,name,'avalon');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Avalon sounds lovely . Would you book it for 3 nights starting Friday for 4 people ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UBTSOUBT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked it for you . Your reference number is UBTSOUBT . Is there anything else I could help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,leave_at,'02:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to commute to the restaurant and will need it until I leave at 02:15 and after , can you give me a contact number for the taxi and what car type ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'07992886663');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The contact number for the taxi is 07992886663 ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could I also get the car type please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey Volvo');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Oh , sure . Be looking for a grey Volvo to pick you up . Is there anything more I can assist you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything I need , thank you for your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Feel free to come back if you have any other questions !"
}
] |
MUL1398.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eastern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"nine"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nine"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nine"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"avalon"
],
[
"_: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": [
[
"_:result",
"amount",
"nine"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UBTSOUBT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nine"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UBTSOUBT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"phone",
"07992886663"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nine"
],
[
"_:system",
"canthelp",
"_:search/9924c537"
],
[
"_:search/9924c537",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"UBTSOUBT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07992886663"
],
[
"_:result",
"car",
"grey Volvo"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the city 's center that is in th cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several restaurants matching that criteria . What type of food would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Mediterranean food please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gardenia fits that criteria would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you please reserve a table for 6 at 18:00 on Saturday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'QB8LCY5R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing here is the ref number QB8LCY5R ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a guesthouse that includes free parking . Can you help me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Definitely . Are you interested in a particular area or price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , any area or price range will do . I just need free parking and wifi ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Acorn Guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guesthouse is nice do you want their info ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , could you book it for me for the same group of people for 3 nights ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Will you be arriving at the hotel before Saturday ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please make the reservation for 3 nights starting Saturday , for 6 people ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Would you like the reference number ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Well yes obviously I need the reference number !"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ref,'NVCVMFHF');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok . Your reference number is : NVCVMFHF . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is all for today . Goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day , goodbye !"
}
] |
PMUL0351.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"QB8LCY5R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"QB8LCY5R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:booking",
"ref",
"QB8LCY5R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:booking",
"ref",
"QB8LCY5R"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_: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": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:booking",
"ref",
"QB8LCY5R"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:booking",
"ref",
"QB8LCY5R"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"NVCVMFHF"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderate priced restaurant in the south part of town . Could you recommend me three restaurants ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,food,'modern european');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton is a moderately priced Italian restaurant in the south of town , and Restaurant Alimentum is a moderately priced modern european restaurant in the south of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a third restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is not ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Restaurant Alimentum');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK . Can you give me the address and phone number for Restaurant Alimentum ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'152 - 154 Hills Road');(_:result,phone,'01223413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223413000 and they are located at 152 - 154 Hills Road ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks much ! Bye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20515.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e419cfb3"
],
[
"_:search/e419cfb3",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/e419cfb3"
],
[
"_:search/e419cfb3",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for a place to dine . I would prefer the city centre and am looking for halal food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry I can find no place that serves that in the centre area . Would you like to try another area or food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok . Is there an Indian restaurant in the centre area ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'that');(_:result,count,'5');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five Indian restaurants in that area , what is your price - range ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a price range . Can you just recommend one of the five restaurants and tell me the postcode and the price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Panahar');(_:result,postcode,'cb12lf');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,count,'9');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize . There were 9 differrent indian restaurants in the centre of town . My recommendation would be Panahar . They are expensive . Their postcode is cb12lf . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'panahar');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the post code for the expensive restaurant Panahar ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb12lf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb12lf . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like some information on theatre 's in town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'theatres');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five theatres in town , are you looking for something in the center of town as well ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , and i would also need a taxi to leave by 1:00 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would love to help ! Where would you be coming from or going ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the taxi to pick me up at the theatre . But I suppose we should figure out exactly which theatre that is . You mentioned one in the centre ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,name,'ADC');(_:result,name,'Cambridge Arts');(_:result,name,'Cambridge corn exchange');(_:result,name,'Mumford');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Actually there are 4 theatres in the centre . ADC , Cambridge Arts , Mumford , and the Cambridge corn exchange ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'Cambridge Arts');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about Cambridge Arts ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok . And what is your destination ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,destination,'panahar');(_:search,leave_at,'1:00');(_:search,type,'Taxi'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would be going from Cambridge Arts to Panahar , leaving by 1:00 . Can you please provide the postcode and phone number of Cambridge Arts as well ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'01223503333');(_:result,postcode,'cb23pj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb23pj and the phone is 01223503333 ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I just need the taxi and I will be all set ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07021474520');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure . I have booked a red ford to pick you up . The contact number is 07021474520 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK , thank you for your help ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "system",
"text": "Do n't hesitate to contact the help desk again if you require assistance ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need , goodbye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to serve you . Have a nice day . Goodbye ."
}
] |
MUL2423.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"that"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"name",
"panahar"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC"
],
[
"_:result",
"name",
"Cambridge Arts"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"name",
"Mumford"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC"
],
[
"_:result",
"name",
"Cambridge Arts"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"name",
"Mumford"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:search",
"destination",
"panahar"
],
[
"_:search",
"leave_at",
"1:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC"
],
[
"_:result",
"name",
"Cambridge Arts"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"name",
"Mumford"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:search",
"destination",
"panahar"
],
[
"_:search",
"leave_at",
"1:00"
],
[
"_:result",
"phone",
"01223503333"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC"
],
[
"_:result",
"name",
"Cambridge Arts"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"name",
"Mumford"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:search",
"destination",
"panahar"
],
[
"_:search",
"leave_at",
"1:00"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07021474520"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/49340186"
],
[
"_:search/49340186",
"area",
"centre"
],
[
"_:search/49340186",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC"
],
[
"_:result",
"name",
"Cambridge Arts"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"name",
"Mumford"
],
[
"_:search",
"name",
"Cambridge Arts"
],
[
"_:search",
"destination",
"panahar"
],
[
"_:search",
"leave_at",
"1:00"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07021474520"
],
[
"_: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,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! I need a restaurant that serves Chinese food please !"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few Chinese restaurants . Are you looking for one in particular area or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like an expensive one please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Hakka');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What about Hakka ? It is an expensive Chinese restaurant in the north part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the centre of town . Are there any available ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'ugly duckling');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a listing for ugly duckling , would you like me to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:30');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , I would like to book a table for 5 people at 11:30 on Wednesday . I would also like a reference number please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Tang Chinese');(_:booking,ref,'1AZI69I4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have Tang Chinese open then , Reference number is : 1AZI69I4 . Need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything . Thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your meal at Tang Chinese . Good Bye ."
}
] |
SSNG0146.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",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"ugly duckling"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Tang Chinese"
],
[
"_:booking",
"ref",
"1AZI69I4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant on the west side of town that serves kosher food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants matching your request . May I help you find a different one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , how about an Italian restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,count,'2');(_:result,food,'Italian');(_:result,name,'la margherita');(_:result,name,'prezzo');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two Italian restaurants in the west area . la margherita is in the cheap price range . prezzo is in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number for prezzo ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for prezzo is 01799 521260 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "thank you , goodbye ."
}
] |
WOZ20323.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1a47c22"
],
[
"_:search/e1a47c22",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1a47c22"
],
[
"_:search/e1a47c22",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1a47c22"
],
[
"_:search/e1a47c22",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need some help finding a place to stay with a 4 star rating and free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,pricerange,'priced moderately');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have two guesthouses , one in the north and one in the east both are priced moderately , can I help with any other questions ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer the north ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Avalon guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok , that would be Avalon guesthouse . Do you want to book a room there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . 3 people for 5 nights starting on Sunday"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9ZVM9EPE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 9ZVM9EPE . anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "No problem , enjoy the rest of your day ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , I just remembered I 'm looking for an attraction as well . Can you help ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "sure , what would you like to know ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something near the Avalon guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many attractions in that area . What type of attraction are you interested in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "It does not matter can you recommend one please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'boating');(_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about a boating attraction . The Riverboat Georgina would be nice . Would you like additional information ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please ! Could I get their entrance fee and address ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,entrance_fee,\"I ' m sorry but you will have to go there in person to see the fee\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry but you will have to go there in person to see the fee , but the address is cambridge passenger cruisers , jubilee house ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I have the phone number as well ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'01223902091');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure it is 01223902091"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . That is all I needed ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Goodbye ."
}
] |
PMUL2830.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"Avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Avalon guesthouse"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"Avalon"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"Avalon"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"Avalon"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"entrance_fee",
"I ' m sorry but you will have to go there in person to see the fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"priced moderately"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"9ZVM9EPE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"Avalon"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"entrance_fee",
"I ' m sorry but you will have to go there in person to see the fee"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_: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,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there any trains leaving out of Cambridge on Sunday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes . Where would you be going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Stevenage . I need to arrive by 18:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,id,'TR7729');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7729 will arrive at 18:10 . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , I need tickets for three please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4R9DOBKH');(_:booking,ticket,'30.72 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total fee is 30.72 GBP payable at the station . Your reference number is 4R9DOBKH . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'whipple museum of the history of science');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I need information on whipple museum of the history of science ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'The whipple museum of the history of science');(_:result,phone,'01223330906');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The whipple museum of the history of science is in the centre . Admission is free , and the phone number is 01223330906 . Can I provide you with any other information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me the address as well ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The address is Free School Lane and phone is 01223330906"
}
] |
PMUL3127.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",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR7729"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR7729"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4R9DOBKH"
],
[
"_:booking",
"ticket",
"30.72 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"whipple museum of the history of science"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR7729"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4R9DOBKH"
],
[
"_:booking",
"ticket",
"30.72 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"whipple museum of the history of science"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The whipple museum of the history of science"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a brazliian restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , I could n't find any food of that type ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There are no Brazilian restaurants anywhere in Cambridge ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , their are not any . Would you like to pick a different type of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , what about british food please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range are you comfortable with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Something in the moderate price range would be good ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a preference as to what area of town you dine in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , the centre is preferable ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Copper Kettle');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about The Copper Kettle ? It 's located in the centre and moderate price range ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good ! Please book a table for 6 people at 13:00 on Monday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'S59IHPUI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table has been booked . Your reference number is S59IHPUI . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . Yes , I also need a train from Cambridge to Ely , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'05:50');(_:result,leave_at,'every 2 hours');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Those trains run every 2 hours , starting at 05:50 . What time would you like to depart ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! Anytime is fine , as long as I arrive by 12:30 on Thursday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR5216');(_:result,leave_at,'11:50');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Train TR5216 departs Cambridge at 11:50 and arrives in Ely at 12:07 . The price is 4.40 pounds . Do you want me to book ? If yes , for how many passengers ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book for 6 people"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3WVEK03Y');(_:booking,ticket,'26.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 26.4 GBP payable at the station . \n Reference number is : 3WVEK03Y . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That was all I needed today . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad that I can help . Have a nice stay ."
}
] |
PMUL3310.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",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Brazilian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"S59IHPUI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"S59IHPUI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"S59IHPUI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d43dde15"
],
[
"_:search/d43dde15",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d4a1435"
],
[
"_:search/2d4a1435",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3WVEK03Y"
],
[
"_:booking",
"ticket",
"26.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))",
"hello()"
],
"speaker": "user",
"text": "Hi , I am planning a trip and need some information on a particular hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 33 options available , any specific details on the type of place that your looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,area,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , the Gonville Hotel . Can I get the price range , area , and address please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,area,'centre');(_:result,postcode,'cb11ly');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure I can get that for you . The address is Gonville Place , cb11ly in the centre area . The price range is expensive ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'man on the moon');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Could you also give me information about an attraction called The Man on the Moon ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 Norfolk Street');(_:result,area,'Centre');(_:result,category,'concert hall');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I sure can ! The Man on the Moon is a concert hall located at 2 Norfolk Street in Centre . Do you need more information ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the postcode ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The postcode is cb12lf . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that takes care of it thank you"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you and have a good trip ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to be of help . Goodbye ."
}
] |
PMUL2720.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'modern american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant . The restaurant should serve modern american food and should be in the centre"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we do n't have any restaurants like that in the centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have a similar restaurant that is close to centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'North American');(_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Gourmet Burger Kitchen , serving North American cuisine in the center of town ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I would like that ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book that for you ? What day and time ? How many people ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry I misread that you said north american . If there 's no modern american , then can you try italian instead ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly . And you have 9 choices in Italian cuisine . Do you have a price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Expensive italian will do ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'32 Bridge Street , Centre');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend the Caffe Uno . They are located at 32 Bridge Street , Centre . Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , I just need the phone number please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223448620');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223448620 . Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a place to stay . I 'd like it to be in the north and same price range as the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't show anything in the north that is expensive . Can I try another area or price range for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there anything in the moderate price range ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , there are several places that meet that criteria . Do you have star preference or any other criteria ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would prefer a 4 star and would like for it to have free parking ."
},
{
"id": 17,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'north');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options in the north meeting those requirements . Would you prefer a guesthouse or a hotel ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "I have no preference . What do you recommend ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "acorn guest house \t is my favourite ."
},
{
"id": 20,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area is that in again ?"
},
{
"id": 21,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the north . They are moderately priced . They are 4 star rated and offer free internet and parking . Do you need me to book a room ?"
},
{
"id": 22,
"rdf-acts": [
"request((_:result,category,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "get me their phone number and hotel type"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,phone,'01223353888');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are a guesthouse and the phone number is \t 01223353888 ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your time . Have a nice day !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You too , enjoy your stay ."
}
] |
PMUL4926.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern american"
],
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern american"
],
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_: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/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ad45f3e"
],
[
"_:search/1ad45f3e",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ad45f3e"
],
[
"_:search/1ad45f3e",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ad45f3e"
],
[
"_:search/1ad45f3e",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"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": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ad45f3e"
],
[
"_:search/1ad45f3e",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ad45f3e"
],
[
"_:search/1ad45f3e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e43d6d30"
],
[
"_:search/e43d6d30",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"32 Bridge Street , Centre"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ad45f3e"
],
[
"_:search/1ad45f3e",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"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,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'rice boat');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a restaurant . I think it 's called the Rice Ship or Rice Boat or something like that ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'Rice Boat');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Rice Boat is located in the west and is in the expensive range . Would you like to book a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes please . Thanks for your help ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would you like to reserve a table for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'parks');(_:search,type,'Attraction'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a reservation right now , I was just curious about their price range . But I would like to find something to do . Are there any parks in the east ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cherry Hinton Hall on Cherry Hinton Road');(_:result,entrance_fee,'free');(_:result,name,'Cherry Hinton Water Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , Cherry Hinton Water Park is in the area . It 's located at Cherry Hinton Hall on Cherry Hinton Road and admission is free ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their postcode too please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'cherry hinton water play');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postal code for cherry hinton water play is cb18dw . Is that all you needed help with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'rice boat');(_:search,destination,'cherry hinton water park');(_:search,leave_at,'12:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need a taxi from rice boat to Cherry Hinton Water Park . I want to leave rice boat at 12:00 please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'black Audi');(_:result,phone,'07828767922');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I reserved a black Audi for you . The contact number is 07828767922 . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That 's everything ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Enjoy your day . Good bye ."
}
] |
MUL2387.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cherry Hinton Water Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"rice boat"
],
[
"_:search",
"destination",
"cherry hinton water park"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"Cherry Hinton Hall on Cherry Hinton Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"departure",
"rice boat"
],
[
"_:search",
"destination",
"cherry hinton water park"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Audi"
],
[
"_:result",
"phone",
"07828767922"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What Chinese restaurants are there in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'10');(_:result,food,'Chinese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 Chinese restaurants in the centre of town . Would you like a moderately priced one or an expensive one ? We have a few cheap ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like an expensive one please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'tang Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found tang Chinese which is here in the centre . Would you like to start a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:15');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 4 people at 16:15 on Friday and send me the reference number once it is booked ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'16:15');(_:booking,name,'Tang Chinese');(_:booking,people,'4');(_:booking,ref,'D6G7VSV0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made your reservation at Tang Chinese for 4 at 16:15 , reference # D6G7VSV0 . Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually I 'd also like suggestions on areas to visit at the center of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's a church called all saints church you could visit , it 's listed under architecture ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address and entrance fee ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Jesus Lane');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Jesus Lane , and there is no entrance fee . Is there anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes . Can you help me book a taxi so I can get to the restaurant on time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'Red Tesla');(_:result,phone,'07612290033');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , I reserved a Red Tesla for you . The contact number is 07612290033 . Is there anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,car,'Red Tesla');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Will the Red Tesla get me to the restaurant for my 16:15 reservation ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'16:15');(_:result,departure,'all saints church');(_:result,destination,'tang chinese');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , your taxi will pick you up at all saints church and arrive at tang chinese by 16:15 . Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok sounds great . That 's all I need . Thank You !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your time in Cambridge ."
}
] |
MUL0869.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"tang Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"tang Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Tang Chinese"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"D6G7VSV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Tang Chinese"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"D6G7VSV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Tang Chinese"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"D6G7VSV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Tang Chinese"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"D6G7VSV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"car",
"Red Tesla"
],
[
"_:result",
"phone",
"07612290033"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"car",
"Red Tesla"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"name",
"Tang Chinese"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"D6G7VSV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"car",
"Red Tesla"
],
[
"_:result",
"phone",
"07612290033"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"car",
"Red Tesla"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:15"
],
[
"_:result",
"departure",
"all saints church"
],
[
"_:result",
"destination",
"tang chinese"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and looking forward to try local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many options available . What type of food would you like to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need a train leaving kings lynn on wednesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That should be no problem do you have a departure or arrival time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'09:30');(_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on wednesday after 09:30 . I need seats for 6 people and the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can do that for you ! Where would you like to go ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We need to go to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,id,'TR3225');(_:result,leave_at,'10:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3225 leaves Kings Lynn 10:11 and arrives in Cambridge at 10:58 . Do you want me to book this train for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes and please include a reference number"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'USQHZNBW');(_:booking,ticket,'58.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 58.8 GBP payable at the station .Reference number is : USQHZNBW . May I assist you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to dine . Can you help me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'plenty');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . There are plenty of places to eat . Do you have a preference for area , price , or location ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , we love Korean food and want to try the expensive price range , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about little seoul ? It has gotten great reviews !"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , please book that for 6 people at 17:30 on wednesday ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is not available for the time requested . Should I check different time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try Monday then ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry those are not available ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you try Monday @ 19:30 please ?"
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thanks a lot i enjoyed your service"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "Pardon ? Were you able to reserve our table , please ?"
},
{
"id": 21,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's not available . Would you like to try a different restaurant ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , could you try that restaurant for later that evening ?"
},
{
"id": 23,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry , I ca n't book anything for that restaurant at all that night . Is there a different restaurant I can try for you ?"
},
{
"id": 24,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't think so ."
},
{
"id": 25,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,phone,'01223308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We are having technical problems . Please call the restaurant directly at 01223308681 . Anything else ?"
},
{
"id": 26,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you for your help . Good bye !"
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo Centre !"
}
] |
PMUL4448.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_: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",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/de270de7"
],
[
"_:booking/de270de7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_: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",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/de270de7"
],
[
"_:booking/de270de7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/071511ab"
],
[
"_:booking/071511ab",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/de270de7"
],
[
"_:booking/de270de7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/071511ab"
],
[
"_:booking/071511ab",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_: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",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/de270de7"
],
[
"_:booking/de270de7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/071511ab"
],
[
"_:booking/071511ab",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:system",
"canthelp",
"_:booking/5a806ba5"
],
[
"_:booking/5a806ba5",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/de270de7"
],
[
"_:booking/de270de7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/071511ab"
],
[
"_:booking/071511ab",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:system",
"canthelp",
"_:booking/5a806ba5"
],
[
"_:booking/5a806ba5",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/25d4863f"
],
[
"_:booking/25d4863f",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3225"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"USQHZNBW"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/de270de7"
],
[
"_:booking/de270de7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/071511ab"
],
[
"_:booking/071511ab",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:system",
"canthelp",
"_:booking/5a806ba5"
],
[
"_:booking/5a806ba5",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/25d4863f"
],
[
"_:booking/25d4863f",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/f278a17e"
],
[
"_:booking/f278a17e",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find some information in a particular restaurant . Are you able to look up a specific place ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . What is the name of the restaraunt you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:45');(_:search,name,'kohinoor');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "kohinoor . i want to book a table for 2 people at 16:45 on Thursday"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'X9AVZ8EI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : X9AVZ8EI . Can I help with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a Thursday train ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What location will you depart from and where are you headed ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Depart from Ely and would like to arrive by 13:00 in Cambridge . I need to book it for 2 people I also need a reference number . Thanks"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PWSVK4XQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , it 's booked and your reference number is PWSVK4XQ . Do you need more help ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , I 'm all finished for today . Thanks so much , goodbye now !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome , bye !"
}
] |
PMUL0576.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X9AVZ8EI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X9AVZ8EI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PWSVK4XQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hk fusion');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant called HK Fusion ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would love a reservation for Tuesday for 3 people at 19:15 please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AMF28NF1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is taken care of , your reference number is AMF28NF1 . May I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Wonderful . Yes , can you also help me find a cool place to check out in the west ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,category,'attractions');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely . There are some wonderful attractions in that area . Would you like something free ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure thing . And could I get the postcode for it too ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Museum of Classical Archaeology');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend The Museum of Classical Archaeology the post code is cb39da . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a booking and the reference number ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need tickets for three and I will also need you to book at taxi for us as well . We want to be sure we make our dinner reservation ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'red honda taxi');(_:result,category,'museum');(_:result,phone,'07125574680');(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "If you want tickets to the museum , I suggest calling because my system can not book tickets there . However , I did book you a red honda taxi . Contact # 07125574680"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! That will be all for today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for calling the Cambridge TownInfo Centre . Have a great day !"
}
] |
PMUL2200.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hk fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hk fusion"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hk fusion"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AMF28NF1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hk fusion"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AMF28NF1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"attractions"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hk fusion"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AMF28NF1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"attractions"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hk fusion"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AMF28NF1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"attractions"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"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",
"name",
"hk fusion"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AMF28NF1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda taxi"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"07125574680"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,leave_at,'15:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like a taxi please . I 'll be wanting it to leave after 15:45"
},
{
"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,'the gandhi');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm coming from the gandhi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And can you tell me your destination please ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'adc theatre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be going to adc theatre ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'15:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave some time after 15:45 , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'grey audi');(_:result,leave_at,'15:45');(_:result,phone,'07461616519');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , I have you booked , you will be expecting a grey audi , contact number 07461616519 , arriving after 15:45 . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That 's it thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
SNG01453.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"departure",
"the gandhi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"departure",
"the gandhi"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"the gandhi"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"the gandhi"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey audi"
],
[
"_:result",
"leave_at",
"15:45"
],
[
"_:result",
"phone",
"07461616519"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'camboats');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to take me today to camboats"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , where is your departure site ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'kings hedges learner pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "kings hedges learner pool"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . and now I will just need a time from you please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'02:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to arrive by 02:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'blue audi');(_:result,phone,'07255776269');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a blue audi with contact number 07255776269 ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Fabulous . Thanks so much for your help . Bye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Can I do anything else for you today ?"
}
] |
SNG01618.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"02:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"02:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue audi"
],
[
"_:result",
"phone",
"07255776269"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.