turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train going to cambridge departing from norwich ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly ! What day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My meeting is on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a preferred arrival or departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 19:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'18:35');(_:result,id,'TR2379');(_:result,leave_at,'17:16');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR2379 departs at 17:16 and arrives at 18:35 . Will this work for you or would you like an earlier time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's all I needed to know about the train . Thank you . I 'm also looking for a moderately priced place to day with four stars ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "which side would you like to be ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "the area does n't matter but make sure its a hotel and not a guesthouse including free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm unable to find anything that meets all of your criteria . Can we adjust your price range to find the appropriate accommodations ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about one that is in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about The Cambridge Belfry ? It is cheap , has four stars , and has internet . Shall I make a booking for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . Please book it for 8 people for 4 nights , starting on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Z01W0H74');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : Z01W0H74 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thank you so much ! Have a nice day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your trip ! Goodbye ."
}
] |
PMUL4938.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:35"
],
[
"_:result",
"id",
"TR2379"
],
[
"_:result",
"leave_at",
"17:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:35"
],
[
"_:result",
"id",
"TR2379"
],
[
"_:result",
"leave_at",
"17:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:35"
],
[
"_:result",
"id",
"TR2379"
],
[
"_:result",
"leave_at",
"17:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/b0b44fb3"
],
[
"_:search/b0b44fb3",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:35"
],
[
"_:result",
"id",
"TR2379"
],
[
"_:result",
"leave_at",
"17:16"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/b0b44fb3"
],
[
"_:search/b0b44fb3",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:35"
],
[
"_:result",
"id",
"TR2379"
],
[
"_:result",
"leave_at",
"17:16"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/b0b44fb3"
],
[
"_:search/b0b44fb3",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Z01W0H74"
],
[
"_: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,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving tuesday going to cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you get set up , where will you be coming from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Peterborough after 12:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'23');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 23 results . Would you like to arrive by a certain time ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))",
"inform((_:search,departure,'peterborough');(_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "depart from peterborough and should leave after 12:30 , can you book it and I need travel time and price"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:38');(_:result,leave_at,'12:48');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves at 12:48 and arrives at 13:38 and costs 16.50 pounds . Would you like me to book that ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No need for a booking . I do need a total travel time , however ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'take 50 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure the travel will take 50 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great , I also need an idea of hotels that are moderately priced in the west ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons House is a 3 star guesthouse and offers free internet and parking . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Not as of now , I am just gathering information ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,name,'Hobsons House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons House is the only place matching your criteria in the west . Do you want information for another part of town ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . I would like to book it for 4 people and 2 nights starting from Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'N1YFWYG1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set the reference number is N1YFWYG1 can I help with anythng else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it for now . thanks for helping"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day . Goodbye ."
}
] |
PMUL3953.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:38"
],
[
"_:result",
"leave_at",
"12:48"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"13:38"
],
[
"_:result",
"leave_at",
"12:48"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"take 50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"13:38"
],
[
"_:result",
"leave_at",
"12:48"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"take 50 minutes"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"13:38"
],
[
"_:result",
"leave_at",
"12:48"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"take 50 minutes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:result",
"arrive_by",
"13:38"
],
[
"_:result",
"leave_at",
"12:48"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"take 50 minutes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N1YFWYG1"
],
[
"_: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,'06:15');(_:search,departure,'funky fun house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi that leaves from funky fun house and arrives by 06:15"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'curry garden');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "My destination is Curry Garden ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,phone,'07088332164');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "ok it is a white audi and the contact number is 07088332164"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . That is all I need right now . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help ! Goodbye ."
}
] |
SNG0083.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"06:15"
],
[
"_:search",
"departure",
"funky fun house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"06:15"
],
[
"_:search",
"departure",
"funky fun house"
],
[
"_:search",
"destination",
"curry garden"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"06:15"
],
[
"_:search",
"departure",
"funky fun house"
],
[
"_:search",
"destination",
"curry garden"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"phone",
"07088332164"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()",
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for some kind of entertainment in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Unit 8 Viking Way Bar Hill');(_:result,area,'west');(_:result,name,'Whale of a time');(_:result,type,'Attraction'))",
"hello()",
"inform((_:result,phone,'01954781018');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok ! Whale of a time is located at Unit 8 Viking Way Bar Hill on the west side of town . Phone is 01954781018 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! Do I have any other entertainment options ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'Several');(_:result,category,'architectural');(_:result,category,'colleges');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there is everything from parks to nightclubs . Several colleges and museums . Holy Trinity Church is a great architectural attraction ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The whale of time sounds great . I also need a place to stay that has free internet and in the west ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I have 4 options available . Is there a price range or star rating you 'd prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A 4 star rating please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 options , any preference on pricing ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid there is nothing along those lines available . Can I change your search criteria a bit ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try looking in the north ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,name,'avalon');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the avalon it 's a 4 star moderately priced hotel in the north ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect . I need 5 nights for 6 people starting on Wednesday . Could I have the reference number after booking ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BVCGE59G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : BVCGE59G . anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'whale of a time');(_:search,destination,'the hotel');(_:search,leave_at,'06:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I 'll need a taxi to get to the hotel from whale of a time . I need it to leave by 06:00"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white volvo');(_:result,phone,'07201581539');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a white volvo for you with Contact number : 07201581539 . Can I help with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that 's all I needed . Have a good day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL3000.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a time"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"amount",
"Several"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"amount",
"Several"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"amount",
"Several"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"amount",
"Several"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/845e66b3"
],
[
"_:search/845e66b3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/845e66b3"
],
[
"_:search/845e66b3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/845e66b3"
],
[
"_:search/845e66b3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BVCGE59G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"06: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Unit 8 Viking Way Bar Hill"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"amount",
"Several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/845e66b3"
],
[
"_:search/845e66b3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"BVCGE59G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"whale of a time"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"06:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volvo"
],
[
"_:result",
"phone",
"07201581539"
],
[
"_: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,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel with a 4 star rating and free parking"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "What type of hotel are you looking for ? We have 19 with free parking and rated 4 star ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap hotel , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 hotels that meet your needs . Would you like to narrow it down by area ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Does n't matter where in Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Allenbell ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect ! what 's the phone number , postcode , and address for that place ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,name,'Allenbell');(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Allenbell is located at 517a coldham lane , and their postcode is cb13js . The phone number is 01223210353 . Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train to Ely from Cambridge on Sunday , leaving at 11:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR6517');(_:result,leave_at,'11:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The best match for your time is the train TR6517 which leaves at 11:35 . Do you want me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is this train going to Ely or departing Ely ? I believe I made a mistake is saying going to Ely when I should be departing Ely arriving in Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That is departing ely and arriving in cambridge"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Alright , all I need the travel time and that should be all , thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "The travel time is 17 minutes . Thank you for allowing me to assist you !"
}
] |
MUL0799.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"id",
"TR6517"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"id",
"TR6517"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need to book a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Great ! Can you please provide where you will be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving bishops stortford and I would like to arrive by 16:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'42');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 42 trains matching your preferences . Is there a specific day and time you would like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train for Tuesday going to Cambridge . The departure time does n't matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,destination,'cambridge');(_:result,id,'TR1392');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the TR1392 arriving in cambridge at 16:07 . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that sounds great . Could you please make a booking for 6 people and provide me the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'HWXOA2RU');(_:booking,ticket,'60.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , you 're all set ! Your reference number is HWXOA2RU . The total fee is 60.59 GBP payable at the station . May I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,\"kettle 's yard\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for Kettle 's Yard , can you help ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'castle street');(_:result,area,'west');(_:result,name,\"Kettle 's Yard\");(_:result,phone,'01223748100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , Kettle 's Yard is in the west area located at castle street . Their phone number is 01223748100 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome , have a fantastic day !"
}
] |
MUL0490.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1392"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1392"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HWXOA2RU"
],
[
"_:booking",
"ticket",
"60.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1392"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HWXOA2RU"
],
[
"_:booking",
"ticket",
"60.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kettle 's yard"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"castle street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves Thai food and is in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a recommended thai restaurant in the centre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'24 Green Street City Centre');(_:result,name,'Bangkok City');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City is at 24 Green Street City Centre , and the phone number is 01223 354382 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 5,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our system . Goodbye ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No further assistance needed . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ."
}
] |
WOZ20239.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to know more about the Alexander bed and breakfast ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouses');(_:result,name,'Alexander B and B');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander B and B is one of our higher rated guesthouses in the centre of town . It is 4 stars , but is surprisingly cheap . Can I get you any specific information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to make a booking for book it for 5 people and 3 nights starting from wednesday ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I can book it now ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a reference number associated with the booking ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VY2TZJWT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hi , I 'm the supervisor , I have taken over for the rep , my apologies , you booking is set , the reference number is VY2TZJWT . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:45');(_:search,name,'india house');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need information on India House , a restaurant . I need to book for 5 people at 16:45 for Wednesday , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'31 Newnham Road Newnham');(_:result,area,'west');(_:result,food,'Indian');(_:result,phone,'01223461661');(_:result,pricerange,'expensive');(_:result,ref,'1ETONEKW');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's an expensive Indian restaurant in the west part of town at 31 Newnham Road Newnham . Their phone number is 01223461661 . Your reference number is 1ETONEKW ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thanks for all your help !"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Yeah , anytime let us know if you need anything else ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service . Enjoy your meal and your time in Cambridge !"
}
] |
PMUL0064.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander B and B"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander B and B"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander B and B"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VY2TZJWT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"india house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander B and B"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VY2TZJWT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"india house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"ref",
"1ETONEKW"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander B and B"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ref",
"VY2TZJWT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"india house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"ref",
"1ETONEKW"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'japanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Give me an expensive japanese place to eat in the centre of the town please ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one place called Wagamama . Great food . Can I book a table for you ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds good ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you give me the number of people , the time , and the day you would like to go , please ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book for Saturday at 12:15 for 3 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'75RU4Q1L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 75RU4Q1L ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you so much . Can you help me find a 2 star hotel with free parking ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three hotels that meet that criteria . Do you prefer a certain price range or part of town ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need to know if they have internet and I need their postcode ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley hotel');(_:result,postcode,'cb41er');(_:result,stars,'2');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Ashley hotel has free parking and internet . It is rated 2 stars . Their postal code is cb41er . May I help with something more ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , you 've been helpful ! That 's it for me . Bye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to assist you ! Til next time !"
}
] |
PMUL3329.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"75RU4Q1L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"75RU4Q1L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"75RU4Q1L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , what can you tell me about the bangkok city restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! It serves Thai food and is located in the centre . Would you like to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:30');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes for 2 at 19:30 on Sunday please . I need the reference number then too ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'X4W3U0LM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked that for you and your reference number is X4W3U0LM ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,day,'monday');(_:search,departure,'centre');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd also need a train leaving the centre going to kings lynn and arriving by 17:00 on monday ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly help with that . Could you just verify your departure point for me ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , it should depart from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,arrive_by,'17.58');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the earliest arrives by 17.58"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Ok , I think that should be fine . Can you make a booking for me ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:58');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sorry , the arrival time is actually 16:58 . how many tickets would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need tickets for the same group of people going to the restaurant with me ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR2324');(_:booking,ref,'EGIIL92A');(_:booking,ticket,'19.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked train TR2324 . The total fee is 19.6 GBP which is payable at the station . Your reference number is EGIIL92A ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you so much ."
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Well we are here to help . Enjoy your time here !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your assistance ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . I hope you enjoy your trip . Goodbye ."
}
] |
PMUL3460.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"X4W3U0LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"centre"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"X4W3U0LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"X4W3U0LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"17.58"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"X4W3U0LM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2324"
],
[
"_:booking",
"ref",
"EGIIL92A"
],
[
"_:booking",
"ticket",
"19.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2324"
],
[
"_:booking",
"ref",
"EGIIL92A"
],
[
"_:booking",
"ticket",
"19.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2324"
],
[
"_:booking",
"ref",
"EGIIL92A"
],
[
"_:booking",
"ticket",
"19.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant in the west part of the city please ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Vietnamese');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is an Italian or Vietnamese restaurant . Which do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter . I need to be able to seat 8 people on Tuesday at 17:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'thanh binh');(_:booking,ref,'H0K8XFPQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you at thanh binh , your reference number is H0K8XFPQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok great thank you . Have a great day !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks ! I hope you have a great day !"
}
] |
SSNG0130.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"thanh binh"
],
[
"_:booking",
"ref",
"H0K8XFPQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'saffron brasserie');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am looking for information on a restaurant it 's called saffron brasserie ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Saffron Brasserie');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saffron Brasserie is an expensive Indian restaurant in the centre . Would you like me to make reservations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh yes ! Please I need a reservation for 5 people on Saturday at 18:00 . I need a reference number too ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'PSIDGHAC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the reference number is PSIDGHAC ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for places to go while in town . Do you have a swimming pool ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'swim');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 places to swim in town . Does the area matter ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Saffron Brasserie');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not particular on the area ; is there one near Saffron Brasserie ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Parkside Pools is in the centre . That would be closest to Saffron Brasserie ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay that will work , what is the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb11ly ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the pool');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , thank you . Can you also help me with getting a taxi from the restaurant to the pool ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . What time would you like the taxi to fetch you from the restaurant ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'20:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like a taxi to pick us up from the restaurant at 20:00 . Can you please give me the contact number and car type of the taxi ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black Lexus');(_:result,departure,'restaurant');(_:result,phone,'07511821304');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Absolutely . You will be picked up at the restaurant by a black Lexus . Here is your contact number : 07511821304 . Anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thank you for your service !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL0970.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saffron brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PSIDGHAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PSIDGHAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"swim"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Saffron Brasserie"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PSIDGHAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"swim"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Saffron Brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PSIDGHAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"swim"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Saffron Brasserie"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the pool"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PSIDGHAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"swim"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Saffron Brasserie"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the pool"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PSIDGHAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"swim"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Saffron Brasserie"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:search",
"destination",
"the pool"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Lexus"
],
[
"_:result",
"departure",
"restaurant"
],
[
"_:result",
"phone",
"07511821304"
],
[
"_: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": "Hi , I need to locate a particular restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can help with that . What 's the name ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'pizza hut city centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It is the Pizza Hut City Centre . I 'd like to eat there on Monday if you could reserve a table for me ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sure , how many people will be in your party ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'15:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We 'll need a table for 4 , please . I 'd love it if we can get the 15:15 time slot ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'N0LQRA43');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : N0LQRA43 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to find a train that leaves on the same day as my reservation and would allow to arrive by 10:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'll be glad to help with that . Where would you like to depart from and arrive at ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from london kings cross and go to cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'8:08');(_:result,id,'TR9276');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the TR9276 arrives by 8:08 , will that be alright ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will need 4 tickets ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR9276');(_:booking,people,'4');(_:booking,ref,'Z3HYLOYM');(_:booking,ticket,'94.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you have 4 seats reserved on TR9276 . The total fee is 94.4 GBP payable at the station . Reference number is : Z3HYLOYM ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That s great thanks so much for all the help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and enjoy your stay in Cambridge !"
}
] |
PMUL0918.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"N0LQRA43"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"N0LQRA43"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"N0LQRA43"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"id",
"TR9276"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut city centre"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"id",
"TR9276"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9276"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"Z3HYLOYM"
],
[
"_:booking",
"ticket",
"94.4 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,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel room . Are there any left ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can check for you . What type of hotel are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A place in the west with free parking and free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 hotels pulling up . Do you have a preference in the price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,pricerange,'dontcare');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really . I would like you to pick one and book it for 5 people for 3 nights staring from Wednesday ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Okay , will you be needing a reference number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "yes please , I need the reference number"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Huntington Marriott Hotel');(_:booking,people,'5');(_:booking,ref,'DF32QQ7O');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Huntington Marriott Hotel , 3 days for 5 people . Your reference number is : DF32QQ7O . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can yo find an Indian restaurant in the moderate price range ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 . from which area do you prefer ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it in the same area as my hotel ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "how about meghna ? it is lovely"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , can you reserve me for 5 people on wednesday at 13:45 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'2H4EMZYM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked . Reference number is 2H4EMZYM . They will hold the table for 15 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Goodbye ."
}
] |
PMUL0018.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Huntington Marriott Hotel"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"DF32QQ7O"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Huntington Marriott Hotel"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"DF32QQ7O"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Huntington Marriott Hotel"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"DF32QQ7O"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Huntington Marriott Hotel"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"2H4EMZYM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm trying to find a nightclub in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 5 nightclubs located in the centre of town . Are you looking for a particular nightclub or do you want a recommendation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me a recommendation as well as the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pound');(_:result,name,'ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ballare has a 5 pound entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train departing from london liverpool street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need it on Friday and intend to arrive by 12:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . What day were you wanting to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:07');(_:result,destination,'Cambridge');(_:result,id,'TR0637');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0637 will get you into Cambrdige by 11:07 . Will that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "may i have the train ID and price please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"request((_:search,id,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "You already have the Train ID from previous conversations , but the price is 16.60 pounds ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That s all I needed . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing the Cambridge TownInfo Centere . I hope you use us again ."
}
] |
PMUL1301.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"ballare"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0637"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"name",
"ballare"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"id",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a cheap place to stay . It does n't need to have free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is available in the cheap price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need free wifi and a 0 star rating please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't see any hotels with free internet in cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , then , is there one that is cheap and offers free parking instead ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "No there is not one that matches that criteria ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Ok , I will try again later ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'gueshouses');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hold on , I had mistakenly listed you as not wanting free parking ( rather than not caring if they did ) . I have two gueshouses that offer both parking and internet ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I want which ever one is close to town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'el shaddai');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about the el shaddai ? I will need to know how long your stay is going to be and how many is in your party please"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . There will be 5 of us for 4 nights starting Monday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,name,'el shaddai');(_:booking,type,'Booking'))",
"inform((_:booking,name,'city centre north b and b.');(_:booking,ref,'XLPM3FVL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The el shaddai was full but I was able to book you at the city centre north b and b. Reference number XLPM3FVL ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect thanks so much for your help that was all I needed today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay . Bye ."
}
] |
SSNG0273.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/f39af61e"
],
[
"_:search/f39af61e",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/f39af61e"
],
[
"_:search/f39af61e",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/89eae264"
],
[
"_:search/89eae264",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/f39af61e"
],
[
"_:search/f39af61e",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/89eae264"
],
[
"_:search/89eae264",
"type",
"Hotel"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/f39af61e"
],
[
"_:search/f39af61e",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/89eae264"
],
[
"_:search/89eae264",
"type",
"Hotel"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/f39af61e"
],
[
"_:search/f39af61e",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/89eae264"
],
[
"_:search/89eae264",
"type",
"Hotel"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/4330c5b0"
],
[
"_:booking/4330c5b0",
"name",
"el shaddai"
],
[
"_:booking/4330c5b0",
"type",
"Booking"
],
[
"_:booking",
"name",
"city centre north b and b."
],
[
"_:booking",
"ref",
"XLPM3FVL"
],
[
"_: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": "please find me a place to go in the centre"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many places to go in the centre of town , what types of places do you want to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'none');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the postcode for your favorite attraction ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'concerthall');(_:result,name,'Man on the Moon');(_:result,postcode,'CB12LF');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "My favorite attraction in the centre of town is The Man on the Moon . It 's a concerthall . Their postcode is CB12LF . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I am looking forward to checking it out . Can you help me in finding a guesthouse to stay at for tonight ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 24 guesthouses available . Did you have any other criteria ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like it to be a 3 star place in a moderate price range . Also , free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 3 guesthouses that meet your request ; is there an area you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No preference , however , I do need a guesthouse for 8 people for 3 nights starting on Tuesday . Once you have booked , please provide the reference number . Thank you ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the bridge guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I suggest the bridge guest house and I can make a reservation right now for you . What are your dates ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "8 people and 3 nights starting from tuesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'JOYGNDZ0');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Reference number is : JOYGNDZ0 . What else may I do for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the man on the moon');(_:search,leave_at,'07:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks I also need a taxi that will leave The Man on the Moon by 07:00"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok great , and where will you need to go ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'bridge guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "To Bridge Guest House please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white tesla');(_:result,phone,'07099497147');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed \n Booked car type \t : \t white tesla \n Contact number \t : \t 07099497147"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "that is it . have a great day"
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm finished now . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcom . good bye ."
}
] |
PMUL3225.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"none"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"JOYGNDZ0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"leave_at",
"07: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",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"JOYGNDZ0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"leave_at",
"07:00"
],
[
"_:search",
"destination",
"bridge guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"JOYGNDZ0"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"leave_at",
"07:00"
],
[
"_:search",
"destination",
"bridge guest house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07099497147"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"CB12LF"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"the bridge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"JOYGNDZ0"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"leave_at",
"07:00"
],
[
"_:search",
"destination",
"bridge guest house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07099497147"
],
[
"_: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,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What food type are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do n't care what type of food it is ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,area,'north');(_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Da Vinci Pizzeria and Royal Spice , both are in the north area and in the cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What are their phone numbers ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,phone,'01223 351707');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Da Vinci Pizzeria is at 01223 351707 , and Royal Spice is at 01733 553355 ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks"
}
] |
WOZ20590.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find an expensive restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of cuisine would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do nt care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'The chiquito restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The chiquito restaurant bar is in the south part of town and is in the expensive price range . Would you like their location ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Are there any others ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there is frankie and bennys , italian restaurant in the expensive price range and in south . Do you want the address ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the phone number and postcode , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,postcode,'7 D.Y');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for frankie and bennys is 01223 412430 and postcode is C.B 1 , 7 D.Y"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 'll do it . Thank you very much !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Good bye"
}
] |
WOZ20349.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"The chiquito restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"postcode",
"7 D.Y"
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! Are there any expensive Greek restaurants in town ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately there are none . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any expensive French restaurants in town ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,address,'Bridge Street City Centre');(_:result,area,'centre');(_:result,area,'north');(_:result,count,'2');(_:result,name,'cote');(_:result,name,'restaurant two two');(_:result,postcode,'cb21uf');(_:result,postcode,'cb43ax');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are two : restaurant two two in the north at 22 Chesterton Road Chesterton cb43ax and cote in the centre at Bridge Street City Centre cb21uf . Anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:30');(_:search,name,'cote');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll take a table for 1 at 17:30 sunday at cote ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,day,'Sunday');(_:booking,duration,'17:30');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there is no availability for Sunday at 17:30 . Would you like to try a different day or time slot ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'16:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get a table at 16:30 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'48AQQ83Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! The table will be reserved for 15 minutes . Reference number is 48AQQ83Y ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent , thank you !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that will be all . Thanks again . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your meal ."
}
] |
SNG0457.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"greek"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5dd61e3c"
],
[
"_:search/5dd61e3c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5dd61e3c"
],
[
"_:search/5dd61e3c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"name",
"cote"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5dd61e3c"
],
[
"_:search/5dd61e3c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"cote"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/0caba64c"
],
[
"_:booking/0caba64c",
"day",
"Sunday"
],
[
"_:booking/0caba64c",
"duration",
"17:30"
],
[
"_:booking/0caba64c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5dd61e3c"
],
[
"_:search/5dd61e3c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"cote"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/0caba64c"
],
[
"_:booking/0caba64c",
"day",
"Sunday"
],
[
"_:booking/0caba64c",
"duration",
"17:30"
],
[
"_:booking/0caba64c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"48AQQ83Y"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5dd61e3c"
],
[
"_:search/5dd61e3c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"cote"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/0caba64c"
],
[
"_:booking/0caba64c",
"day",
"Sunday"
],
[
"_:booking/0caba64c",
"duration",
"17:30"
],
[
"_:booking/0caba64c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"48AQQ83Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a cheap restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . Do you prefer a specific area in town ? Or maybe you 'd like a certain kind of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , portuguese food would be nice ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos has restaurants in the south and the centre of town . Would you like to book either of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,day,'monday');(_:search,duration,'15:30');(_:search,name,'nandos');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like to book Nandos in the south for 1 person at 15:30 on Monday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,day,'Monday');(_:booking,duration,'15:30');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no tables available for Monday at 15:30 . Would you like to try for a different day or time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'14:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you see if they have an opening at 14:30 instead ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'14:30');(_:booking,name,\"Nando 's south\");(_:booking,ref,'HB047XSI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I made you a reservation at Nando 's south , at 14:30 on Monday . The reference number is HB047XSI . They 'll hold the table for 15 minutes . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a great day , goodbye ."
}
] |
SNG0603.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/ffa37c0f"
],
[
"_:booking/ffa37c0f",
"day",
"Monday"
],
[
"_:booking/ffa37c0f",
"duration",
"15:30"
],
[
"_:booking/ffa37c0f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/ffa37c0f"
],
[
"_:booking/ffa37c0f",
"day",
"Monday"
],
[
"_:booking/ffa37c0f",
"duration",
"15:30"
],
[
"_:booking/ffa37c0f",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Nando 's south"
],
[
"_:booking",
"ref",
"HB047XSI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'parkside police station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello , do you know where the parkside police station is ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "It is in Parkside , Cambridge , CB11JG"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can I get the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their contact number is 01223358966 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . If you think of anything else I can help you with do n't hesitate to ask ."
}
] |
SNG01247.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",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"parkside police station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i will be in Cambridge and i am looking for a boat"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,type,'Attraction'))",
"inform((_:result,category,'boats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great ! I can help you with that . We have boats located in the east , north , and centre area . Which area you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about in the north ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,area,'north');(_:result,name,'Riverboat Georgina');(_:result,phone,'01223902091');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , the Riverboat Georgina is located in the north on cambridge passenger cruisers , jubilee house . Post code is cb43ax and phone number is 01223902091 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks for the info ! I also need a place to stay in the centre of town . I 'm looking for something in the expensive price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,stars,'four');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have a three star and a four - star hotel . Did you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not care it should be in the centre and should be in the expensive price range ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found a hotel that fits your need . Would you like for me to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , would you be able to look into another hotel for me ? Do you have any hotels that have 0 stars and are in the moderate cost range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 1 hotel that meets your needs . It is Cityroomz . Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you . I would just like the number and postcode for Cityroomz ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223304050');(_:result,postcode,'cb12tz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , the phone is 01223304050 and postcode is cb12tz"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay , that 's all I need . Thanks , bye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful time ."
}
] |
PMUL4883.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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_: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",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves spanish food"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Spanish');(_:result,name,'La Raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Raza is a Spanish restaurant , it is in the cheap price range , and it is located in the centre part of town . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'4 - 6 Rose Crescent');(_:result,name,'La Raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for La Raza is 4 - 6 Rose Crescent . Would you like their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , thank you"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Good bye"
}
] |
WOZ20369.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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 'm visiting cambridge and I need a place to stay . I 'm looking for a 0 star guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'center');(_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options . One in the north and one in the center . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , it should be in the moderate price range and include free wiki , though ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'el shaddai');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm so sorry but we do n't have anything that exactly matches that . Since you want a 0 star how about a cheap guesthouse called el shaddai in the centre ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "what about the one on the cheap range ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have two options for you . Would you like to book one of these ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book for 8 people , 3 nights , starting on thursday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'city centre north b and b.');(_:booking,ref,'K9NGVLIT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made a booking for you for city centre north b and b. Your reference number is K9NGVLIT ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thanks i 'm also looking for a restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to help you . What kind of cuisine are you wanting to try ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'riverside brasserie');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am actually looking to book a restaurant called riverside brasserie ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book that for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book it for Thursday for 8 people for 13:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'KUWF73DZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : KUWF73DZ ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's it , thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I was able to help you . Have a good day ."
}
] |
PMUL0288.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",
"center"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"city centre north b and b."
],
[
"_:booking",
"ref",
"K9NGVLIT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"city centre north b and b."
],
[
"_:booking",
"ref",
"K9NGVLIT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_: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",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"city centre north b and b."
],
[
"_:booking",
"ref",
"K9NGVLIT"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"city centre north b and b."
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"KUWF73DZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:system",
"canthelp",
"_:search/5e11c67d"
],
[
"_:search/5e11c67d",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"city centre north b and b."
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"KUWF73DZ"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'El Shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find out where the El Shaddai hotel is please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'41 warkworth street');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is at 41 warkworth street ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , do you know what area in the city they 're located ? I could also use a phone number if you have it on record ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'El Shaddai');(_:result,phone,'01223327978');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The El Shaddai hotel is located in the center of town . Their phone number is 01223327978 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you know of any museums I can go to ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes I have many to choose from . Is there any type of museum you are particularly interested in ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't know , can you recommend something that sounds fun ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks looks fun ! It 's located at 5 greens road ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the museum 's phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223902168');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223902168 . Can I provide you the post code or entrance fee ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I have all the information I require ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Fantastic ! I hope you have fun !"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I sure will ! Have a nice day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks you too !"
}
] |
MUL1110.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"center"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"center"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the north that includes free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,count,'12');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 12 places to stay in the north with free internet . Do you have a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "all i have is guesthouses when were you planning your stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's perfect , I was looking for a guesthouse . I 'm still planning . Could you just give me the postcode for now ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guest house');(_:result,name,'acorn guest house');(_:result,postcode,'cb41da');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "acorn guest house with zip code cb41da will be perfect for you . It is a 4 star guest house and of moderate price ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I will check to see if the acorn has free parking now ."
}
] |
PMUL4341.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "A moderately priced restaurant in the north part of town , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'The golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The golden wok is a nice restaurant in the north part of town and is in the moderate price range . Would you like their location ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'191 histon road chesterton');(_:result,name,'The golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The golden wok is located at 191 histon road chesterton"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"Golden Wok 's\");(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok 's phone number is 01223 350688 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's it , thank you . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20657.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"The golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Golden Wok 's"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the south ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two that fit that description , would you prefer Chinese or Portuguese ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Either one . I just need it to be open on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Lucky Star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , lets do the Lucky Star . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'12:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like that . A table for 8 at 12:00 ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Lucky Star');(_:booking,people,'8');(_:booking,ref,'IILATPJI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a table for 8 at the Lucky Star . The reference number is IILATPJI . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse to stay at . It should have free parking ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house would be perfect . Shall I book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'll need it booked for the same group of people , 2 nights , and starting on the same day ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'8');(_:booking,ref,'D6UOJ6SH');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your hotel reservation number is D6UOJ6SH , for Sunday , 8 people for two nights . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "i do nt think so . i think that s all . take care . bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL0319.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lucky Star"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"IILATPJI"
],
[
"_: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": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lucky Star"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"IILATPJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"name",
"Lucky Star"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"D6UOJ6SH"
],
[
"_:booking",
"stay",
"two"
],
[
"_: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,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat someplace with unusual food . Price is no object . What can you suggest ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there is nothing meeting your criteria . What other type of cuisine would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hmm . I 'm not sure . It needs to be expensive , and I really had my heart set on unusual ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants anywhere in Cambridge that describe their cuisine as \" unusual . \" Would you like to broaden your search criteria ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Then find a European one ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,area,'west');(_:result,count,'5');(_:result,food,'european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 european restaurants to choose from . I have options in the centre , north and west . Which would you prefer to dine in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like one in the centre area , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'European');(_:result,name,'Eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Eraina , which serves European food and is located in the centre of town and is in the expensive price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good ! Can you book a table for 6 people at 12:45 on Wednesday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4OQDTI8C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was successful , the table will be reserved for 15 minutes . Your reference number is 4OQDTI8C . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is all I need . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your meal ."
}
] |
SNG0687.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/0b012aa7"
],
[
"_:search/0b012aa7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0b012aa7"
],
[
"_:search/0b012aa7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ccc7e5a7"
],
[
"_:search/ccc7e5a7",
"food",
"unusual"
],
[
"_:search/ccc7e5a7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0b012aa7"
],
[
"_:search/0b012aa7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ccc7e5a7"
],
[
"_:search/ccc7e5a7",
"food",
"unusual"
],
[
"_:search/ccc7e5a7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0b012aa7"
],
[
"_:search/0b012aa7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ccc7e5a7"
],
[
"_:search/ccc7e5a7",
"food",
"unusual"
],
[
"_:search/ccc7e5a7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0b012aa7"
],
[
"_:search/0b012aa7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ccc7e5a7"
],
[
"_:search/ccc7e5a7",
"food",
"unusual"
],
[
"_:search/ccc7e5a7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4OQDTI8C"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm hoping you can give me some recommendations for attractions to visit in the centre"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'44');(_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 places to choose from do you want the experience to be educational or strictly fun ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Something fun . It needs to be an attraction . Can you make a suggestion ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,name,'Broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Broughton house gallery \t is a nice museum"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you tell me the attraction type and entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Broughton House Gallery is a museum and the entrance fee is free . Is there anything else I may assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to get to the airport by 18:15 on Tuesday . Are there any trains heading that way ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'other');(_:result,arrive_by,'18:08');(_:result,destination,'Stansted Airport');(_:result,id,'TR7743');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . The TR7743 gets to Stansted Airport at 18:08 , and there are other choices if you 'd prefer to travel earlier . Would you like to book some tickets ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does TR7743 leave and what is the price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'17:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That train leaves at 17:40 and costs 10.10 pounds . Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you for the departure time and price , Yes I would like to book a ticket ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'11EVSU3I');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the booking was successful , the total fee is 10.1 GBP payable at the station . Your reference number is 11EVSU3I ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . that will be all ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome and thank you for inquiring with us"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yeah anytime thanks again ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Bye now !"
}
] |
PMUL4711.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",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"other"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR7743"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"other"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR7743"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"other"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR7743"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"11EVSU3I"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"other"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR7743"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"11EVSU3I"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'christmas');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a moderately priced restaurant that serves christmas food . Do you know of any ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have No matching records found . would you like something different ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you know of any restaurants that offer Italian food that is moderately priced ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'Italian');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 Italian restaurants in the moderate price range . What area do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I changed my mind . Could you find a restaurant that serves asian oriental food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'yippe noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found the yippe noodle bar . It is located in the centre . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'six');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , a table for six , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay and which day and time would be best for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wednesday at 13:00 , if that 's available ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was not able to book , can I try another place or time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'12:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 12:00 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,duration,'12:00');(_:booking,ref,'XOY3DO4V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is reserved for 12:00 . Your reference number is XOY3DO4V ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to go to a museum nearby in the south part of town . Please also give me its address and entrance fee ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Byard Art Museum');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,address,\"14 King 's Parade\");(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have Byard Art Museum in the south . They offer free admission . They are located at 14 King 's Parade . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you so much ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"14 king 's parade\");(_:result,name,'byard art museum');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "byard art museum is located at 14 king 's parade and the phone number is 01223464646 . Let us know if we can help further ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you again ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're very welcome . Have a great trip !"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I will . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye . If you need anything else , do n't hesitate to contact us again ."
}
] |
MUL2492.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippe noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippe noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippe noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/3892eacb"
],
[
"_:booking/3892eacb",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_: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/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippe noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/3892eacb"
],
[
"_:booking/3892eacb",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"ref",
"XOY3DO4V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/3892eacb"
],
[
"_:booking/3892eacb",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"ref",
"XOY3DO4V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/3892eacb"
],
[
"_:booking/3892eacb",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"ref",
"XOY3DO4V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9f1a90a8"
],
[
"_:search/9f1a90a8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/3892eacb"
],
[
"_:booking/3892eacb",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"ref",
"XOY3DO4V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"name",
"byard art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a find restaurant in the moderate price range in the west part of the town"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have British , Indian or Italian to choose from in that category . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'do not have a preference');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do not have a preference ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Italian');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd recommend the Prezzo . It 's an Italian restaurant . Would you like to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , we would like a reservation for Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you tell me how many guests and what time you would like the reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'11:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "For 3 people , at 11:30 please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'11:30');(_:booking,people,'three');(_:booking,ref,'HJKOKG94');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved a table for three at 11:30 on Wednesday . Your reference number is HJKOKG94 . Is there anything else I can help you find in the area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for information on worth house ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'152 Chesterton Road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Worth House');(_:result,postcode,'cb41da');(_:result,pricerange,'cheap');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Worth House is a cheap 4-star guesthouse on the north side of town . They 're located at 152 Chesterton Road , cb41da ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'Worth House');(_:search,people,'3');(_:search,stars,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to book Worth House for 3 people for 4 nights starting on Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'UOVCEW8B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : UOVCEW8B ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to get to the restaurant from the hotel ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you need to be picked up and from where ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,departure,'Worth House');(_:search,destination,'Prezzo');(_:search,leave_at,'dontcare');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like it to go from the Worth House to the Prezzo . It can pick me up any time , as long as it arrives by the booked time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white lexus');(_:result,phone,'07055220533');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white lexus \n Contact number \t : \t 07055220533"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I think that is all I need . Have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . You do the same !"
}
] |
PMUL3400.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"HJKOKG94"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"HJKOKG94"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"4"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"UOVCEW8B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"UOVCEW8B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"departure",
"Worth House"
],
[
"_:search",
"destination",
"Prezzo"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"do not have a preference"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"three"
],
[
"_:result",
"address",
"152 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"UOVCEW8B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"departure",
"Worth House"
],
[
"_:search",
"destination",
"Prezzo"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white lexus"
],
[
"_:result",
"phone",
"07055220533"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for a swimming pool in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,category,'swimming pools');(_:search,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry , there are no swimming pools located on the south side . Would you be interested in visiting a different attraction ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a cinema instead ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,area,'south');(_:result,name,'Cineworld Cinema');(_:result,phone,'00872208000');(_:result,postcode,'CB17DY');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cineworld Cinema in the south side is located at Cambridge Leisure Park , Clifton Way CB17DY and their phone number is 00872208000 . Is there any other information I can get you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the postcode and enterance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"Unfortunately I do n't have any information on the entrance fee\");(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately I do n't have any information on the entrance fee . The postcode is cb17dy . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant that serve portuguese food in the south side of town ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos meets your criteria . Would you like to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Book for 7 people on Saturday at 15:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'15:15');(_:booking,people,'7');(_:booking,ref,'X361I811');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a table booked for 7 people at 15:15 on Saturday . It will be reserved for 15 minutes . The reference number is X361I811 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to book a taxi to commute between the two . I need to get to the restaurant by the booked time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black Volkwagen');(_:result,phone,'07338019809');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi service is booked . Be expecting a black Volkwagen . If you need to reach them , please call 07338019809 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need today ."
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "I am glad I can help . Enjoy your stay ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I will . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL4048.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"CB17DY"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"Unfortunately I do n't have any information on the entrance fee"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"Unfortunately I do n't have any information on the entrance fee"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"Unfortunately I do n't have any information on the entrance fee"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"X361I811"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"Unfortunately I do n't have any information on the entrance fee"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"X361I811"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volkwagen"
],
[
"_:result",
"phone",
"07338019809"
],
[
"_:result",
"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/b14086f7"
],
[
"_:search/b14086f7",
"area",
"south"
],
[
"_:search/b14086f7",
"category",
"swimming pools"
],
[
"_:search/b14086f7",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"Unfortunately I do n't have any information on the entrance fee"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"X361I811"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volkwagen"
],
[
"_:result",
"phone",
"07338019809"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello . Can you please recommend a Korean restaurant for me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'epensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is a Korean restaurant in the epensive price range . It is located in the centre area ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is their phone number"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the phone number is 01223 308681"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'108 Regent Street City Centre');(_:result,name,'Little Seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is located at 108 Regent Street City Centre . Is there anything else I can do for you today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye !"
}
] |
WOZ20042.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"epensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"epensive"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"epensive"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"108 Regent Street City Centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the east ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'nine');(_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are nine restaurants in the east . Do you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a price range but I am looking for asian oriental cuisine . Is that possible ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry there is nothing that meets that criteria . Is there another type of food or area you would be interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about British food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'British');(_:result,name,'Grafton Hotel Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend you try Grafton Hotel Restaurant . As requested it is in the east and serves British food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , will you please book a table for 7 people on thursday at 13:00 ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . \n can we book another day or time slot ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "please try booking at 1200hrs and get me the reference number"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'1200hrs');(_:booking,name,'Grafton Hotel restaurant');(_:booking,people,'7');(_:booking,ref,'KQKTCX5Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for Thursday at 1200hrs , table for 7 at Grafton Hotel restaurant . Your Reference number is KQKTCX5Y . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that should be everything . Thank you so much for all of your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your dinner !"
}
] |
SNG01776.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/af52f229"
],
[
"_:search/af52f229",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/af52f229"
],
[
"_:search/af52f229",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/af52f229"
],
[
"_:search/af52f229",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/c79c728c"
],
[
"_:booking/c79c728c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/af52f229"
],
[
"_:search/af52f229",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/c79c728c"
],
[
"_:booking/c79c728c",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"1200hrs"
],
[
"_:booking",
"name",
"Grafton Hotel restaurant"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KQKTCX5Y"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving from cambridge and should leave on tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains that may suit your needs . Do you have a particular destination in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:00');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like one going to Kings Lynn and should arrive by 11:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:58');(_:result,destination,'Kings Lynn');(_:result,id,'TR7548');(_:result,leave_at,'10:11');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "My last train of the day for Kings Lynn is TR7548 which departs at 10:11 and arrives by 10:58 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that 's fine , thank you ! That 's all I need ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our service today ."
},
{
"id": 6,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "it has been my pleasure ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our service . Have a great night . Goodbye ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , I am also looking for an attraction in the town centre . Can you locate anything architectural ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The Holy Trinity Church on Market Street is a great attraction that meets your needs . Does that sound good ?"
}
] |
MUL1752.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR7548"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR7548"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR7548"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Are there any concert halls in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'man on the moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have a listing for the man on the moon , can I get you any other information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would need the postcode , entrance fee and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,\"do n't have the information\");(_:result,phone,'01223474144');(_:result,postcode,'iscb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the post code iscb12lf and the phone # 01223474144 . Unfortunately , we do n't have the information on the entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need to find a train going to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what day will you be traveling and where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on Wednesday from London Liverpool Street"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time will you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 12:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:07');(_:result,departure,'london');(_:result,id,'TR2826');(_:result,leave_at,'13:39');(_:result,ticket,'16.60');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2826 leaves from london at 13:39 and arrives at 15:07 . Fare is 16.60 . Would you like me to book seats for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need one ticket , please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'V5YS30VP');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 16.6 GBP payable at the station . \n Reference number is : V5YS30VP . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1218.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"man on the moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"do n't have the information"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"iscb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"do n't have the information"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"iscb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"do n't have the information"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"iscb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"do n't have the information"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"iscb12lf"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"departure",
"london"
],
[
"_:result",
"id",
"TR2826"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"ticket",
"16.60"
],
[
"_: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": [
[
"_:result",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"do n't have the information"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"iscb12lf"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"departure",
"london"
],
[
"_:result",
"id",
"TR2826"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"ticket",
"16.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"V5YS30VP"
],
[
"_:booking",
"ticket",
"16.6 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,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need train reservations from norwich to cambridge"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 133 trains matching your request . Is there a specific day and time you would like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Monday and arrive by 18:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 12 trains for the day and time you request . Would you like to book it now ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before booking , I would also like to know the travel time , price , and departure time please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,leave_at,'05:16');(_:result,leave_at,'16:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 12 trains meeting your needs with the first leaving at 05:16 and the last one leaving at 16:16 . Do you want to book one of these ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cineworld cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No hold off on booking for now . Can you help me find an attraction called cineworld cinema ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes it is a cinema located in the south part of town what information would you like on it ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that was all I needed . Thank you very much !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system ."
}
] |
MUL0484.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:result",
"leave_at",
"16:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:result",
"leave_at",
"16:16"
],
[
"_:search",
"name",
"cineworld cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi I 'm excited to try an international restaurant in the centre , are they are I can go to ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'bloomsbury restaurant');(_:result,name,'varsity restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have two moderately priced options , the varsity restaurant and bloomsbury restaurant , any preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,name,'the varsity restaurant');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the varsity restaurant sounds good . Could you book a table for 7 people at 14:45 on saturday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'206RQ761');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked , the reference number is 206RQ761 , can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train from Cambridge to London Liverpool Street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ? Is there a time you would like to leave or arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Sunday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains available on Sunday . Any particular time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need that leaves after 15:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR0189');(_:result,leave_at,'15:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0189 leaves at 15:59 . Is that alright for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "that is very ok"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "7 tickets please and I 'll also need to get a reference number from you , just in case"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR0189');(_:booking,people,'7');(_:booking,ref,'GAH6RYK1');(_:booking,ticket,'92.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "7 tickets on TR0189 is 92.96 GBP . You can pay that at the station . Your Reference number is : GAH6RYK1 . Can I assist you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . I think you 've met all of my needs today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to help . Enjoy !"
}
] |
PMUL4694.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"206RQ761"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"206RQ761"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"206RQ761"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"206RQ761"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"206RQ761"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"name",
"varsity restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"the varsity restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"id",
"TR0189"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0189"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"GAH6RYK1"
],
[
"_:booking",
"ticket",
"92.96 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in Cambridge . I 'm looking for a hotel with 0 stars ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a certain area you would like to be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really have an area in mind . I would just like for it to have free wifi and be a hotel instead of a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz over in Centre would work perfectly for you then ! They do have free wifi and are a moderately priced 0 star hotel . Would you like a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'two');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 5 nights for two people starting on Monday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'cityroomz');(_:booking,ref,'MSZ63RPW');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked the cityroomz for you for 5 nights starting on Monday . The reference number is MSZ63RPW . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would also like to find a train from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay where is the destination and what day would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to birmingham new street on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you want to leave or arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to Arrive by 12:45 thank you"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,leave_at,'10:01');(_:result,leave_at,'23:01');(_:result,leave_at,'5:01');(_:result,leave_at,'every hour');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have 7 trains matching your criteria . They leave every hour starting at 5:01 to 10:01 , and then one more at 23:01 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book one for the same group of people , just choose one and remember it must arrive by 12:45"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'G1LZ1JM3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your reference number is G1LZ1JM3 . Is there anything else you need ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , I 'm done . Thanks for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1987.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"MSZ63RPW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"MSZ63RPW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"MSZ63RPW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"ref",
"MSZ63RPW"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"0"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"leave_at",
"23:01"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G1LZ1JM3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you help me with some information on places to go in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,category,'architecture');(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend Old Schools located at Trinity Lane . The architecture there is beautiful ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm actually looking for a place to take the family swimming . Is there anything of that sort available ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,area,'northend');(_:result,category,'swimming pools');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , there are 4 swimming pools in town , two on the northend , one on the eastside , and one in city centre . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care what part of town it is in . Can you recommend one and give me the phone number for it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'kings hedges learner pool');(_:result,phone,'01223353248');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , kings hedges learner pool is really nice . Their number is 01223353248 . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need to catch a train to Norwich from Cambridge that leaves after 08:45 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be leaving ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to travel on Monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time you need to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave sometime after 08:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR8495');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8495 meets your criteria . Would you like to book tickets ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please get me 7 tickets for that ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Would you like the total fee or the reference number ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "May I have the reference number please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3QUNF9LO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , why did I ask , that should be implied that someone would want it , my mistake , reference number is 3QUNF9LO , any further questions ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , you were helpful , have a great day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to have been of help . Thank you for using the Cambridge TownInfo centre . Have a great day !"
}
] |
PMUL1429.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:result",
"id",
"TR8495"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:result",
"id",
"TR8495"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_: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",
"address",
"Trinity Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"northend"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:result",
"id",
"TR8495"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3QUNF9LO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a hotel called Alpha - Milton Guest House ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure . It 's at 63 milton road . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'four');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book me a reservation for four people for four nights starting Monday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'4R3BMWNK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is all set . Your reference number is 4R3BMWNK ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help and have a great day ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Goodbye ."
}
] |
SNG0983.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"4R3BMWNK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have information on the Express by Holiday Inn Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do , indeed ! It is located in the east , is a 2 star hotel , and has both free internet and parking ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay . Thanks a lot . That 's all I need right now ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , thank you ! Goodbye !"
}
] |
SNG0996.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me an expensive restaurant in the south please ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,food,'mexican');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 results . Would you like chinese , indian , italian , or mexican food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant that serves Chinese food ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'The good luck chinese food takeaway');(_:result,name,'the peking restaurant');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two great choices . The good luck chinese food takeaway and the peking restaurant . Would you like me to book you one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I 'm just interested in the address and phone number right now ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "10 Hometown Street City Centre and phone is 01223354755"
}
] |
PMUL3334.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"The good luck chinese food takeaway"
],
[
"_:result",
"name",
"the peking restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cherry hinton hall and grounds');(_:search,leave_at,'2:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi at cherry hinton hall and grounds at 2:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where is the destination ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,destination,'Avalon');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to go to Avalon and could you give me the car type and contact number once it is booked ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "I have booked it . You will look for a white ford , the contact number is 07591624763"
}
] |
SNG0042.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cherry hinton hall and grounds"
],
[
"_:search",
"leave_at",
"2:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cherry hinton hall and grounds"
],
[
"_:search",
"leave_at",
"2:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"Avalon"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a moderately priced hotels that has Wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'17');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 17 . What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no preference . It needs to have 3 stars and offer free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons house is in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . I need to make a booking for sunday for 4 nights ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people are in your party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh , yeah , five people , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7IM8XDQ0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , you 're all booked ! Reference number is 7IM8XDQ0 . Can I be of further help ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'j restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I 'd also like to make a reservation at J Restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people , what time and day please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'12:30');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "same group of people , at 12:30 on the same day ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,\"j 's\");(_:booking,ref,'ZB61EZ13');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked j 's . Your reference number is ZB61EZ13 . Do you need any more assistance ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please . Can I get a taxi between those 2 locations ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure thing is there a specific time you need to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Well , I 'd like to be picked up at the hotel , and I need to get to the restaurant no later than 12:30 , the reservation time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black bmw');(_:result,phone,'07539045657');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t black bmw \n Contact number \t : \t 07539045657"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much for all of your help today . That is all I needed . Bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad I can help . Enjoy your stay"
}
] |
PMUL3026.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7IM8XDQ0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"j restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7IM8XDQ0"
],
[
"_:search",
"name",
"j restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"name",
"j restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"j 's"
],
[
"_:booking",
"ref",
"ZB61EZ13"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"name",
"j restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"j 's"
],
[
"_:booking",
"ref",
"ZB61EZ13"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"name",
"j restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"j 's"
],
[
"_:booking",
"ref",
"ZB61EZ13"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black bmw"
],
[
"_:result",
"phone",
"07539045657"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me information about local parks I can visit while I am in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Cambridge University Botanic Gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I suggest the Cambridge University Botanic Gardens ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What part of town is that in ? I 'd like to stick to the east side , if possible ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'park');(_:result,name,'Cherry Hinton Water Play Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No , it 's not . But we do have a terrific park in the east side . It 's the Cherry Hinton Water Play Park . Would you like the address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , along with the postcode and entrance fee please ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Postcode is cb 18dw and admission is free"
}
] |
PMUL2353.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Cherry Hinton Water Play Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'hotel du vin and bistro');(_:search,leave_at,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi departing from Hotel du Vin and Bistro leaving after 22:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "To what destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'sitar tandoori');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "It will need to take me to sitar tandoori"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'Red Lexus');(_:result,phone,'07326176636');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay . I have booked a Red Lexus , and the contact number for the company is 07326176636 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "If there is nothing else I can help with , I would like to wish you an excellent day ."
}
] |
SNG0084.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"hotel du vin and bistro"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"hotel du vin and bistro"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"destination",
"sitar tandoori"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"hotel du vin and bistro"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"destination",
"sitar tandoori"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Red Lexus"
],
[
"_:result",
"phone",
"07326176636"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the north part of town that serves korean food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'north');(_:result,food,'Korean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no Korean restaurants in the north part of town . Can I help you find anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about any area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is in the centre and serves korean food"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'108 Regent Street City Centre');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is at 108 Regent Street City Centre and is an expensive restaurant . Do you want the phone number ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Good bye"
}
] |
WOZ20391.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"canthelp",
"_:search/253466f1"
],
[
"_:search/253466f1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"canthelp",
"_:search/253466f1"
],
[
"_:search/253466f1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"canthelp",
"_:search/253466f1"
],
[
"_:search/253466f1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 Regent Street City Centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I m looking for a train that leaves on Sunday and arrives by 14:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling to and from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops strotford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge and headed to Bishops Strotford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'05:29');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have an available train to leave at 05:29 . How many people will be riding with you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "There will be 5 of us traveling , I would like to make a booking and will need a reference number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'Z7EQWZDC');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Reference number is Z7EQWZDC . The total fee is 40.4 GBP at the station ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a museum to visit on the west side ! Is there any ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,count,'7');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 7 in the west actually . Do you want to narrow it down further ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'll take the one on top of your list and may I have the phone number please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'broughton house gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , broughton house gallery , their phone number is 01223314960 . May I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all for now , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Thank you for calling !"
}
] |
MUL0595.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops strotford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops strotford"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops strotford"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z7EQWZDC"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops strotford"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z7EQWZDC"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops strotford"
],
[
"_:result",
"leave_at",
"05:29"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z7EQWZDC"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Sure , what can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there trains leaving from Peterborough on Tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Tuesday');(_:result,departure,'Peterborough');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , there are many trains leaving Peterborough on Tuesday , what are your arrival and departure times ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 13:00 . I 'd also like to book seats for 6 people . Can you provide a reference number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'12:38');(_:booking,category,'Train');(_:booking,id,'TR5060');(_:booking,leave_at,'11:48');(_:booking,ref,'FDPK5M0M');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been successful . You will take the TR5060 at 11:48 and arrive at 12:38 . Your fees are 99 GBP which you can pay at the station . FDPK5M0M"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am also looking for an expensive restaurant on the west side ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "what about graffiti ? it looks lovely"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Grand . Please can you give me the postcode and phone ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223277977');(_:result,postcode,'cb30lx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "01223277977 is the phone number . cb30lx is the postcode . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a fantastic trip ! Goodbye !"
}
] |
PMUL4871.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:38"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5060"
],
[
"_:booking",
"leave_at",
"11:48"
],
[
"_:booking",
"ref",
"FDPK5M0M"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:38"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5060"
],
[
"_:booking",
"leave_at",
"11:48"
],
[
"_:booking",
"ref",
"FDPK5M0M"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:38"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5060"
],
[
"_:booking",
"leave_at",
"11:48"
],
[
"_:booking",
"ref",
"FDPK5M0M"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223277977"
],
[
"_:result",
"postcode",
"cb30lx"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am interested in a restaurant located in the north part of town that specializes in Indonesian food , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,food,'Indonesian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants serving Indonesian food in the north part of town . Would you like me to look in another part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about italian food ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Da Vinci Pizzeria is a restaurant serving Italian food in the north part of town . Would you like any additional information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , may I have the address and phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 20 Milton Road Chesterton and the phone number is 01223 351707 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Goodbye ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good evening ."
}
] |
WOZ20675.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fe66ea1"
],
[
"_:search/3fe66ea1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indonesian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fe66ea1"
],
[
"_:search/3fe66ea1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fe66ea1"
],
[
"_:search/3fe66ea1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fe66ea1"
],
[
"_:search/3fe66ea1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a cheap restaurant that serves tuscan food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "nothing is matching your request . I 'm sorry ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Bummer . Could you help me find some cheap Italian food then ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'La Margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "If you do not have a preference of area , I recommend La Margherita in the west ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , what is their phone number and address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is located at 15 magdalene street city centre and the phone number is 01223 315232 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about italian ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'Italian');(_:result,name,'La Margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Margherita serves great Italian food . can i help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is all , thank you very much . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Good bye ,"
}
] |
WOZ20402.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5b5fc376"
],
[
"_:search/5b5fc376",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5b5fc376"
],
[
"_:search/5b5fc376",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5b5fc376"
],
[
"_:search/5b5fc376",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5b5fc376"
],
[
"_:search/5b5fc376",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a park in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,\"There is Sheep 's Green and Lammas Land Park\");(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))",
"inform((_:result,category,'parks');(_:result,count,'2');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 2 parks to choose from . Both are free to get in . There is Sheep 's Green and Lammas Land Park and Wandlebury Country Park . Which do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the address for Wandlebury ? May I have their phone number , too ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Babraham');(_:result,address,'Wandlebury Ring , Gog Magog Hills');(_:result,name,'Wandlebury Country Park');(_:result,phone,'01223243830');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wandlebury Country Park is located on the Wandlebury Ring , Gog Magog Hills , in Babraham . Their phone number is 01223243830 . Is there anything else I can assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you 've answered all of my questions . Thanks so much . Bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your time at Wandlebury !"
}
] |
SNG1089.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"There is Sheep 's Green and Lammas Land Park"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Babraham"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a cheap hotel that includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok . There are 10 hotels that meet those criteria . What part of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I WOULD PREFER A NICE PART OF TOWN ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,area,'centre');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,name,'alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The city centre is nice . There 's alexander bed and breakfast , a 4 star guesthouse that meets your criteria . Woiuld you like me to book a reservation ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book me for 4 people and 3 nights starting on thursday ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay I will make the reservation ."
}
] |
SSNG0245.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for a moderately priced guesthouse to stay in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which part of Cambridge would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It really doesn ' t matter , but would like a 4 star hotel please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'11');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 moderately priced guesthouses available . What area of town would you like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have preference for the area . Please , book 2 nights for 3 people starting Saturday . I need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a number of stars you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to have four stars ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'a and b guest house');(_:booking,ref,'ADA90O74');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked a room at a and b guest house and the reference number is ADA90O74 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to go in the east that is a type of multiple sports ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'Eastside');(_:result,category,'multi - sport');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cherry Hinton Village Centre is a multi - sport attraction on the Eastside . Do you need their address or phone number ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need their postcode actually ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb19ej');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Its postal code is cb19ej ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great ! Thank you . I think that 's all I needed . Have a great day ! Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Hope you have a lovely day !"
}
] |
MUL2574.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",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"ADA90O74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"ADA90O74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Eastside"
],
[
"_:result",
"category",
"multi - sport"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"ADA90O74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Eastside"
],
[
"_:result",
"category",
"multi - sport"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to eat in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot of');(_:result,area,'Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a lot of great places to eat in the Centre . Do you have a type of food in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you look up greek food please ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'Centre');(_:search,food,'Greek');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I do not have any Greek in the Centre . Do you have anything else in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about Mediterranean food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's 3 restaurants that match that criteria . What 's your price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,pricerange,'none');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "My price range is $ 50 to $ 75 dollars for 2 people . I would also like something that is walking distance from my hotel ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gardenia seems to match your criteria , it is the cheap price range and in the centre , as is your hotel . Would you like a table booked ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Can you make a reservation on Tuesday at 12:15 ? Table for 8 ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , I will work on getting this booked for you ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "If Tuesday at 12:15 is not available , I would be willing to come earlier ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YKX6V4O8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your table will be reserved for 15 minutes . The reference number is YKX6V4O8 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need train information for Wednesday with an arrival by 16:15 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That wo n't be a problem , can you tell me where you 're leaving from and traveling to ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It should depart from Cambridge , destination is Kings Lynn ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'15:58');(_:result,id,'TR 9468');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "TR 9468 arrives at 15:58 , do you need more information or a booking ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need the travel time , departure time and the price per ticket please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,leave_at,'15:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That train departs at 15:11 . The total travel time is 47 minutes . The cost of the ticket is 9.80 pounds ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you for the information . I appreciate it . Good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL0925.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"area",
"Centre"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YKX6V4O8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YKX6V4O8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"YKX6V4O8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR 9468"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:system",
"canthelp",
"_:search/384d09c1"
],
[
"_:search/384d09c1",
"area",
"Centre"
],
[
"_:search/384d09c1",
"food",
"Greek"
],
[
"_:search/384d09c1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"YKX6V4O8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR 9468"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "You really should be including something to search for instead of a general statement , what do you want me to search for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Wow , you are snippy for an Info centre ! Perhaps a museum ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I apologize for my early snappiness . I 'd be happy to find a museum for you to visit while your here . Is there a particular area of town you 'd like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I 'd just like to visit a museum , could you recommend one to me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'23 High Street , Fen Ditton');(_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'Lynne Strover Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I highly recommend the Lynne Strover Gallery in the west . They have free admission . They are located at 23 High Street , Fen Ditton ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'peterborough');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train to Peterborough on Saturday , please . I need to leave after 18:00 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "can i book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please , I 'll need 3 tickets ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:56');(_:result,destination,'peterborough');(_:result,id,'TR5194');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5194 arrives in peterborough at 17:56 . Is that cutting it too close or would you like to book that one ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'Cambridge');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I need to leave Cambridge after 18:00 ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2569');(_:booking,leave_at,'18:34');(_:booking,people,'3');(_:booking,ref,'6DX0OQTC');(_:booking,ticket,'39.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked 3 tickets on the TR2569 departing at 18:34 . The total is 39.59 GBP , payable at the station . Reference # 6DX0OQTC . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in Cambridge have a lovely day"
}
] |
PMUL4278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"arrive_by",
"17:56"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR5194"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"23 High Street , Fen Ditton"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"arrive_by",
"17:56"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR5194"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2569"
],
[
"_:booking",
"leave_at",
"18:34"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"6DX0OQTC"
],
[
"_:booking",
"ticket",
"39.59 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi there . Can you help me find a museum in the west part of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes there are many . Do you have a preference for type ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "As long as it 's a museum in the west , I 'm happy . Can you pick one and give me the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,name,'cafe jello gallery');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cafe jello gallery is a museum in the west . Its postcode is cb30af ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I am also hoping to book a train to Cambridge from Ely ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'Ely');(_:search,leave_at,'8:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave for Ely sometime after 8:30 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,id,'TR3177');(_:result,leave_at,'09:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR3177 train leaving at 09:50 on Sunday , would that work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need to leave on Saturday . Is there something leaving at a similar time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR0718');(_:result,leave_at,'09:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR0718 ? It leaves at 09:50 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would be perfect , can you book that for one and give me the reference number please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'INEQVBMN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I 've done that for you . Your reference number INEQVBMN ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . Thank you for all of your help ."
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're quite welcome , have a lovely day ! Enjoy Cambridge !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , have a good day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "its been our pleasure to serve you ."
}
] |
MUL1950.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR3177"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"id",
"TR0718"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"id",
"TR0718"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"INEQVBMN"
],
[
"_: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",
"amount",
"many"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Ely"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"id",
"TR0718"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"INEQVBMN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to know if any trains run on Sunday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'404');(_:result,day,'Sunday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I have 404 trains running on Sunday . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'sunday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be heading to Cambridge from Stevenage , and I 'd like to arrive on Sunday by 12:45 , please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,arrive_by,'11:51');(_:result,day,'Sunday');(_:result,id,'TR8799');(_:result,leave_at,'11:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about train TR8799 , which departs on Sunday at 11:00 and arrives by 11:51 ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good , how much is a ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 18.88 pounds . Would you like me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please go ahead and book that for me . I am also looking for a place to stay and can you find me a Guest house with free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm unsure if the wifi at Alexander Bed and Breakfast is free but it is cheap and in the center of town and definitely does have internet access . Would that do ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I would prefer a guesthouse is the north ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I have many options . Any price preferences ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "no , i just need to know the price"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Archway House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend Archway House , it is moderately priced and 4 stars . Would you like a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,name,'archway house');(_:search,people,'one');(_:search,stay,'three');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay . I would like to book the Archway House for three nights and for one person starting on Sunday and what is the price ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'Archway House');(_:booking,people,'one');(_:booking,ref,'XXA3VM1F');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect , the Archway House is booked for one person . The reference number is XXA3VM1F . The price is not listed online , the phone number is 01223575314 ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Is there an email I can contact them at ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'01223575314');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "we do not have email contact information on the venues . but you can call them if you like . their phone number is 01223575314 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be all thanks you very much"
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "OK , thank you for choosing to visit cambridge , enjoy your stay ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'm sorry . Would you be able to confirm that the hotel you 've booked has wifi ? I do n't have that in my notes ."
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,arrive_by,'12:43');(_:booking,category,'Train');(_:booking,departure,'stevanage');(_:booking,destination,'Cambridge');(_:booking,id,'TR8225');(_:booking,leave_at,'11:54');(_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Archway House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Archway House has wifi . Also , I see that the train was not booked . I can book the TR8225 leaving stevanage at 11:54 and arriving in Cambridge at 12:43 . OK ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't actually need the train booked yet , I just needed to know the price . I think I have everything I need now , thanks for your help !"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,ticket,'10.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 10.24 pounds per ticket ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for looking that up for me ."
},
{
"id": 23,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome . Are you sure that all your questions have now been answered ? I can wait ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that is everything thank you for all your help . Goodbye"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a great trip to cambridge !"
}
] |
PMUL1729.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"XXA3VM1F"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"XXA3VM1F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_: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",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"XXA3VM1F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"XXA3VM1F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"arrive_by",
"12:43"
],
[
"_:booking",
"departure",
"stevanage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR8225"
],
[
"_:booking",
"leave_at",
"11:54"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"XXA3VM1F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"arrive_by",
"12:43"
],
[
"_:booking",
"departure",
"stevanage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR8225"
],
[
"_:booking",
"leave_at",
"11:54"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_: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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR8799"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"XXA3VM1F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"arrive_by",
"12:43"
],
[
"_:booking",
"departure",
"stevanage"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR8225"
],
[
"_:booking",
"leave_at",
"11:54"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_: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,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train that is leaving from broxbourne ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'6:32');(_:result,day,'Friday');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,leave_at,'5:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train leaving from Broxbourne to Cambridge on Friday at 5:32 and will arrive there at 6:32 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would work well with our schedule . Thank you !"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else you need help with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that s it thankl you"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Did you need the train number or price today ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can I please get that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'17.90');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry . Do you want info or to book the train ? The cost is 17.90 per ticket ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need to book at the moment . However , I was also interested in finding a restaurant for Friday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would like to eat ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,\"do n't\");(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really care about cuisine , but I would like something expensive in the center of town . What 's your favorite high - end place ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"inform((_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest Loch Fyne . They serve the most amazing selection of seafood in the entire city . It 's definitely an experience ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds perfect . Could you book a table for 8 people at 19:30 on Friday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'56AHCPLE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , your table will be reserved for 15 minutes . Reference number is 56AHCPLE ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "awesome . thanks for your help today"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL0635.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"do n't"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"do n't"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"do n't"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"56AHCPLE"
],
[
"_: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,food,'international');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any moderately priced restaurants serving international food ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,name,'Bloomsbury Restaurant');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , there are two in the centre of town . The Varsity Restaurant and the Bloomsbury Restaurant . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address of the Bloomsbury ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Crowne Plaza Hotel 20 Downing Street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at Crowne Plaza Hotel 20 Downing Street"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bloomsbury Restaurant');(_:result,phone,'08719429180');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for the Bloomsbury Restaurant is 08719429180 . Can I help you in arranging a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not at the moment but I would also like their address and postcode ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Crowne Plaza Hotel 20 Downing Street');(_:result,name,'Bloomsbury Restaurant');(_:result,postcode,'CB23DT');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Bloomsbury Restaurant can be found at Crowne Plaza Hotel 20 Downing Street with a postcode of CB23DT ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks very much !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That is all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
SNG0501.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"phone",
"08719429180"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"08719429180"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"postcode",
"CB23DT"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"08719429180"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"postcode",
"CB23DT"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Allenball');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a certain hotel . I think that it is called something like Allenball"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to make a reservation there for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know if they offer free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Allenbell has both free parking and internet and is in the cheap price range . Would you like to reserve a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "not today . i also want information about a place to go and should be in the west"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 great places you could visit . Do you have a particular attraction in mind ? I would recommend a museum ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "A museum sounds fun can I have the phone number and postcode for the one you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . How about Cafe Jello Gallery . The postcode is cb30af and phone number is 01223312112 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , can you also book me a taxi ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! Where do you need it to go and when will you need it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'cafe jello gallery');(_:search,leave_at,'21:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "To commute between both places , I want to leave the hotel at LEAST by 21:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey Audi');(_:result,phone,'07213476873');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Please look for a grey Audi . The contact number is 07213476873 . What else can I help with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you , that 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Let me know if you end up needing anything else ."
}
] |
PMUL2540.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Allenball"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Allenball"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Allenball"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"cafe jello gallery"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"cafe jello gallery"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Audi"
],
[
"_:result",
"phone",
"07213476873"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive place to dine in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Great Kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great Kymmoy is in the centre of town and expensive ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book a table for 3 people at 14:00 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'VBPWAD3J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : VBPWAD3J ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you so much . I would also like to find a train to take me to Kings Lynn by 10:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'35');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 35 departures with those criteria . What time do you want to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 10:15 please on Sunday please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just one ticket . I will need the train ID , cost of ticket and exact departure time as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'09:58');(_:result,day,'Sunday');(_:result,destination,'Kings Lynn');(_:result,id,'TR6088');(_:result,leave_at,'09:11');(_:result,ticket,'7.84 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train arriving in Kings Lynn on Sunday at 09:58 . It departs at 09:11 and costs 7.84 pounds . The train ID is TR6088 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! That 's all I needed . Thanks a lot for the help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help !"
}
] |
MUL0295.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Great Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Great Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"VBPWAD3J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Great Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"VBPWAD3J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Great Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"VBPWAD3J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Great Kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"VBPWAD3J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"35"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:58"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR6088"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Excellent ! How can I help you ? I can assist with attractions , hotels , taxis , and more ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . I wanted to find a theatre to visit while I 'm in town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . What section of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference . Can you recommend one and provide me some information on it ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'park street');(_:result,name,'adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The first one on my list is adc theatre located on park street . I need some more information on your preferences"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "ADC Theatre will work . Can you tell me what part of town that is in ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'ADC Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The ADC Theatre is in the center of town ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! Can you give me the postcode and phone number ? I 'd like to mark that in my notes in case I get lost ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223300085');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223300085 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode for that as well ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58as"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))",
"request((_:result,departure,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "OK . Can you help with trains , too , or do I have to go somewhere else for that ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help where are you looking to go ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from ely and going to cambridge"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day are you planning to travel ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am planning to leave on saturday and it should arrive by 15:30 ."
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you need me to book that for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need tickets for 8 people ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Saturday');(_:booking,leave_at,'13:50');(_:booking,ref,'9CUCSOE2');(_:booking,ticket,'28.16 Pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your train leaves Saturday at 13:50 . The total is 28.16 Pounds , payable at the station . Your reference number is 9CUCSOE2 . Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I think I have everything I need ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "I appreciated your help . Good - bye ."
}
] |
PMUL3324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"departure",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"departure",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"departure",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"park street"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"departure",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"leave_at",
"13:50"
],
[
"_:booking",
"ref",
"9CUCSOE2"
],
[
"_:booking",
"ticket",
"28.16 Pounds"
],
[
"_: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,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am going to be visiting cambridge and I would love to find a theatre to go to . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'Cambridge Arts Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge Arts Theatre in the centre is very popular . Would you like more information about it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds like a place I would enjoy . Can you give me the address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"6 saint edward 's passage\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , It 's located at 6 saint edward 's passage . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b.');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please provide info on a hotel called City Centre North b and b."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are rated 0 stars and price in the cheap range . Parking and wifi are included"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have the area the hotel is in ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It looks like it is in the north part of town . Any other needs today ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That would be it . Thank you so much . Bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . I 'm so glad I was able to help you . Have a wonderful visit !"
}
] |
MUL2676.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello ! I 'm needing a place to stay in the center of town . Parking is not important to me . What do you have ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have a moderately priced hotel called Cityroomz available . Can I help you book your stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , but can I just get some information about Cityroomz ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'station road');(_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cityroomz');(_:result,pricerange,'moderatly priced');(_:result,stars,'0-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is a moderatly priced 0-star hotel in the centre . They offer internet and parking and are located on station road ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book 5 nights on sunday for 5 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'T9VLKXV5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set . Your Reference number is : T9VLKXV5 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sounds great- thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great visit !"
}
] |
PMUL4086.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderatly priced"
],
[
"_:result",
"stars",
"0-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderatly priced"
],
[
"_:result",
"stars",
"0-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"T9VLKXV5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am visiting and would like to see something interesting in the south ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'south');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several attractions in the south . What type of attraction are most interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not particular . Is there something you could recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'22 Sidney street');(_:result,category,'night club');(_:result,name,'the place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i recommend the place night club in 22 Sidney street . you want the address"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , and the phone number , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'0122324600');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 0122324600 . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I 'm looking for a place to stay in the same area . A Guesthouse that has 3 stars and free internet"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "bridge guest house \t meets that criteria , would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That 's all the information I need ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Alright . Well thank you for calling ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes you are welcome thanks for the help"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our system ."
}
] |
PMUL2819.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"22 Sidney street"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"name",
"the place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"22 Sidney street"
],
[
"_:result",
"category",
"night club"
],
[
"_:result",
"name",
"the place"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"0122324600"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"22 Sidney street"
],
[
"_:result",
"category",
"night club"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"0122324600"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"22 Sidney street"
],
[
"_:result",
"category",
"night club"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"0122324600"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to get on a train that departs from Ely on Thursday"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 results of trains departing from Ely on Thursday . All are destined for Cambridge . Do you have any specific times that you would like me to look up ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave at 18:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:52');(_:result,destination,'Cambridge');(_:result,leave_at,'19:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There 's a train at 19:35 arriving Cambridge at 19:52 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there any train leaving sooner ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "No , there is not ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay go ahead and book the one for 19:35 . I also need a hotel on the cheap side ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you be needing for the train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "just 1"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I have booked your train . What part of town would you like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "the center"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'restaurant');(_:result,name,'alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hi I recommend alexander bed and breakfast , a cheap 4 star restaurant in the center . Do you want me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does . Can I book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . 5 people for 4 nights starting the same day as the train"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'BH58JXS3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all ready to go ! The reference number is BH58JXS3 ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That you , that 's all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could be of help , thank you ."
}
] |
MUL0654.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_: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",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a2fb9c55"
],
[
"_:search/a2fb9c55",
"type",
"Train"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a2fb9c55"
],
[
"_:search/a2fb9c55",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a2fb9c55"
],
[
"_:search/a2fb9c55",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a2fb9c55"
],
[
"_:search/a2fb9c55",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"restaurant"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a2fb9c55"
],
[
"_:search/a2fb9c55",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"restaurant"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a2fb9c55"
],
[
"_:search/a2fb9c55",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"restaurant"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"BH58JXS3"
],
[
"_: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,day,'sunday');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to norwich on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,destination,'norwich');(_:result,id,'TR3370');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3370 will take you to norwich . Do you need a ticket ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yes if it leave after 19:30 . thanks"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR9083');(_:result,leave_at,'19:55');(_:result,type,'Train'))",
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "I am sorry that os not leaving at the correct time but I have train TR9083 leaving at 19:55 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "cool , thanks dude"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you want tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I do n't need to book now . On the other hand , I 'm looking for something to do in the centre of city ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'architecture');(_:result,category,'museums');(_:result,category,'theaters');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well I have many things to do such as architecture visits or museums or theaters . Anything sound intriguing to you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like to go to a college ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Trumpington Street');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'Pembroke College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 to choose from . Might I suggest the Pembroke College . They have free entrance and are located on Trumpington Street ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the postcode ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21rf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb21rf . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Pembroke College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I also get the phone number for Pembroke College ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223338100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number is 01223338100 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That will be all for today !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Please reach out to us again , if we can be of further assistance . Good - bye ."
}
] |
PMUL1204.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"id",
"TR3370"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR9083"
],
[
"_:result",
"leave_at",
"19:55"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/b40d67da"
],
[
"_:search/b40d67da",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"id",
"TR9083"
],
[
"_:result",
"leave_at",
"19:55"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/b40d67da"
],
[
"_:search/b40d67da",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"id",
"TR9083"
],
[
"_:result",
"leave_at",
"19:55"
],
[
"_:system",
"canthelp",
"_:search/b40d67da"
],
[
"_:search/b40d67da",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"id",
"TR9083"
],
[
"_:result",
"leave_at",
"19:55"
],
[
"_:system",
"canthelp",
"_:search/b40d67da"
],
[
"_:search/b40d67da",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Trumpington Street"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"id",
"TR9083"
],
[
"_:result",
"leave_at",
"19:55"
],
[
"_:system",
"canthelp",
"_:search/b40d67da"
],
[
"_:search/b40d67da",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trumpington Street"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21rf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Pembroke College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"id",
"TR9083"
],
[
"_:result",
"leave_at",
"19:55"
],
[
"_:system",
"canthelp",
"_:search/b40d67da"
],
[
"_:search/b40d67da",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trumpington Street"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21rf"
],
[
"_:search",
"name",
"Pembroke College"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"01223338100"
],
[
"_: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,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for an expensive restaurant that serves british food please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,food,'British');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 6 expensive British restaurants . Is there an area of town you 'd like to be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , there is no particular area I would like to be in ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the grafton hotel restaurant , located at Grafton Hotel 619 Newmarket Road Fen Ditton on the east side of town . Do you need more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would also need the phone number"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "01223241387 is the phone number . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a train that 's heading to Cambridge by 14:45 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , what is your departure station and what day are you traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'Leicaster');(_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing Leicaster on Wednesday . I need a booking for 1 person with a reference number please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no trains that meet your criteria . Do you have any alternative options ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do not , thank you for the information"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Okay , may I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'wednesday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are you sure there are no trains from leicester to cambridge on wednesday before 14:45 ? That seems odd to me ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,day,'wednesday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sorry , there are no trains from leicester to cambridge on wednesday ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I really only need a train for that route . Thanks for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , sorry about that . I hope we can help you in the future ."
}
] |
PMUL4942.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Leicaster"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"Leicaster"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/38acd44d"
],
[
"_:search/38acd44d",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/38acd44d"
],
[
"_:search/38acd44d",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/38acd44d"
],
[
"_:search/38acd44d",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"canthelp",
"_:search/1e105837"
],
[
"_:search/1e105837",
"day",
"wednesday"
],
[
"_:search/1e105837",
"departure",
"leicester"
],
[
"_:search/1e105837",
"destination",
"cambridge"
],
[
"_:search/1e105837",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a multiple sports location in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports center');(_:search,type,'Attraction'))",
"inform((_:result,area,'east');(_:result,count,'1');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there is not a multiple sports center in the centre of town , but there is one in the east if you are interested in that one ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I really want something in the centre of town . How about nightclubs ? Any good ones in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'1 Station Road');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Club Salsa is very popular . It is at 1 Station Road ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "We would like to try that Club . Can you tell me the postcode and if they have an entrance fee ? Thanks !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is 5 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode for that ? I am also looking for an indian restaurant near the nightclub , are there any ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can only process one at a time would you like the post code or the nightclub info ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Postcode please , than search for an indian restaurant if you are able to"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,name,\"Club Salsa 's\");(_:result,name,'Saffron Brasserie');(_:result,postcode,'cb12jb');(_:result,pricerange,'expensive');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Club Salsa 's postcode is cb12jb . My favorite Indian restaurant is Saffron Brasserie , but it 's expensive ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , as long as the restaurant is near the nightclub . Do you happen to know the postcode for the restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Saffron Brasserie');(_:result,postcode,'cb21la');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code for Saffron Brasserie is cb21la . May I assist with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need for today , thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It was no problem at all ! Have a good one !"
}
] |
PMUL2123.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3fdaeacd"
],
[
"_:search/3fdaeacd",
"area",
"centre"
],
[
"_:search/3fdaeacd",
"category",
"multiple sports center"
],
[
"_:search/3fdaeacd",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3fdaeacd"
],
[
"_:search/3fdaeacd",
"area",
"centre"
],
[
"_:search/3fdaeacd",
"category",
"multiple sports center"
],
[
"_:search/3fdaeacd",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3fdaeacd"
],
[
"_:search/3fdaeacd",
"area",
"centre"
],
[
"_:search/3fdaeacd",
"category",
"multiple sports center"
],
[
"_:search/3fdaeacd",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3fdaeacd"
],
[
"_:search/3fdaeacd",
"area",
"centre"
],
[
"_:search/3fdaeacd",
"category",
"multiple sports center"
],
[
"_:search/3fdaeacd",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3fdaeacd"
],
[
"_:search/3fdaeacd",
"area",
"centre"
],
[
"_:search/3fdaeacd",
"category",
"multiple sports center"
],
[
"_:search/3fdaeacd",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Club Salsa 's"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3fdaeacd"
],
[
"_:search/3fdaeacd",
"area",
"centre"
],
[
"_:search/3fdaeacd",
"category",
"multiple sports center"
],
[
"_:search/3fdaeacd",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"postcode",
"cb21la"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train from Cambridge to Stevenage ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:30');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving on Tuesday , and would like to arrive by 8:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'multiple options');(_:result,arrive_by,'8:30');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to depart Cambridge ? I have multiple options that would have an arrival time prior to 8:30"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'12:00');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Departure time is flexible , but mid - day would be nice ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,id,'TR0743');(_:result,id,'TR6009');(_:result,leave_at,'11:21');(_:result,leave_at,'13:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 2 midday trains : TR6009 departs at 11:21 and TR0743 departs at 13:21 . Could I book one of these for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,id,'TR6009');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , the TR6009 sounds good ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR6009');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok . I will book the TR6009 for you . How many tickets should I book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just one please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'7HK6895I');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 12.8 GBP payable at the station and your reference number is 7HK6895I . Can I assist you any further ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I would like a guesthouse with free wifi , please ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "Sounds good . I will be glad to take care of that for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stars,'0-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I need a 0-star place ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'and el shaddai');(_:result,name,'city centre north b and b');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 2 places matching that , city centre north b and b , and el shaddai . Which would you like to book ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'none');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me if either of these have free parking ?"
},
{
"id": 15,
"rdf-acts": [
"select((_:result,name,'both the city centre north b and b');(_:result,name,'el shaddai');(_:result,type,'Hotel'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both the city centre north b and b , and el shaddai have free parking . Do you have a preference ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright . How many people are you booking for ? What night will begin your stay , and how many night will you be staying ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't need rooms reserved at this time . That was actually all the information I need today . Thanks for your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to help . You have a wonderful day ."
}
] |
MUL0735.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:booking",
"id",
"TR6009"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:booking",
"id",
"TR6009"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HK6895I"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:booking",
"id",
"TR6009"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HK6895I"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:booking",
"id",
"TR6009"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HK6895I"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"and el shaddai"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:booking",
"id",
"TR6009"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HK6895I"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"both the city centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"has_parking",
"none"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"multiple options"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR0743"
],
[
"_:result",
"id",
"TR6009"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"id",
"TR6009"
],
[
"_:booking",
"id",
"TR6009"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HK6895I"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"both the city centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_: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,arrive_by,'09:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train into Cambridge that will arrive by 09:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . Where are you traveling from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving the Stansted Airport on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1472');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect , I have train TR1472 that meets your criteria , would you like me to book a ticket for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Book it for 3 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'7FGDRE1Q');(_:booking,ticket,'30.29 GBP');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Your train is booked . The fee will be 30.29 GBP and your reference number is 7FGDRE1Q ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a place to stay as well . Can you help ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I need to know what you 're looking for first ."
}
] |
PMUL3477.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"id",
"TR1472"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"id",
"TR1472"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7FGDRE1Q"
],
[
"_:booking",
"ticket",
"30.29 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What type of information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to visit while I 'm in town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'architecture');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there an area or activity you prefer ? I have many options such as museums , architecture etc ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit a museum . Could you suggest one ? Any area is fine ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about cafe jello gallery in the west ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good . What area is it in ? I 'm also looking for a train leaving cambridge on monday going to norwich . I 'd like to arrive by 14:15 . Can you help me ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,arrive_by,'13:55');(_:result,day,'Monday');(_:result,destination,'Norwich');(_:result,id,'TR8237');(_:result,type,'Train'))",
"inform((_:result,area,'east');(_:result,category,'gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "As I mentioned , the gallery is in the east . For the train , your best bet is TR8237 , arriving in Norwich at 13:55 on Monday ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great what is the price and travel time on that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes the travel time is 79 minutes and the price is 17.60 pounds ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book it for me ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR8237');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you just need one ticket for the TR8237 ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))",
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I just need one ticket . Please give me the reference number too ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you I will get that for you"
}
] |
PMUL4984.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:55"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR8237"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:55"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR8237"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"gallery"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"13:55"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"gallery"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"id",
"TR8237"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I need an expensive restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few expensive restaurants in the city ! Can you help me specify by telling me what kind of food you 'd like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:30');(_:search,food,'dontcare');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not care the kind . Please pick one and book it for 5 people at 15:30 on sunday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Do you have a different time or day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'14:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , lets try 14:30 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'14:30');(_:booking,name,'Saigon City');(_:booking,ref,'DGMG8RF8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a table at Saigon City at 14:30 . DGMG8RF8 is your reference number ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! Could you also give me info on trains leaving after 16:45 from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,day,'Sunday');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Are you looking for a train on Sunday as well ? And , what is your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need one for monday to go to birmingham new street ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'19:44');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,id,'TR7728');(_:result,leave_at,'17:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I would suggest train ID TR7728 which departs Cambridge at 17:01 and arrives at Birmingham New Street at 19:44 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would be good , can I get tickets for 5 people ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'LU2SUOW2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I 've booked 5 tickets for you . Your reference number is LU2SUOW2 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much , lovely day to you ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I think that is all . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
MUL1687.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ccff9a90"
],
[
"_:booking/ccff9a90",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ccff9a90"
],
[
"_:booking/ccff9a90",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Saigon City"
],
[
"_:booking",
"ref",
"DGMG8RF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ccff9a90"
],
[
"_:booking/ccff9a90",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Saigon City"
],
[
"_:booking",
"ref",
"DGMG8RF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/ccff9a90"
],
[
"_:booking/ccff9a90",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Saigon City"
],
[
"_:booking",
"ref",
"DGMG8RF8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/ccff9a90"
],
[
"_:booking/ccff9a90",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Saigon City"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"LU2SUOW2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/ccff9a90"
],
[
"_:booking/ccff9a90",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"Saigon City"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"LU2SUOW2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several that offer free parking what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "My price range is mid to high range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several hotels that fits that description what area would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel in the south with a star rating of 4 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one listing for aylesbray lodge guest house ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "All right , if there are no hotels , the guest house will do . Could you give me the address and postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'5 Mowbray Road');(_:result,postcode,'cb17sr');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is 5 Mowbray Road and the postcode is cb17sr . Would you like me to book you a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not right now . Can you help me find a modern European restaurant that is cheap ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre of town');(_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one place in the Centre of town . Would you like me to book you in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Book it for 7 people at 11:15 on thursday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'the river bar steakhouse and grill');(_:booking,ref,'BASBIQ2I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked at the river bar steakhouse and grill . The reference number is BASBIQ2I , the table will be reserved for 15 minutes . Any other questions ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 'll be all , thanks . You were a great help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay in cambridge . Thank you ."
}
] |
MUL1267.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",
"amount",
"several"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the river bar steakhouse and grill"
],
[
"_:booking",
"ref",
"BASBIQ2I"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a hotel in town with free parking and free wifi ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel is a 2 star hotel and has free internet and parking . Would you like to book a room there now ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , it 's a hotel . Would you prefer a guesthouse ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I definitely want a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 different guesthouses in the cambridge area . Did you have a certain area you wished to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'friday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter as long as I can book it for 8 people for 5 nights starting Friday"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 guest houses that meet that criteria . Do you have a price range or star rating preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer at least three stars , please ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , but there seems to be an error in my system . Could you please restate your requirements ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,stars,'three');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a gueshouse type hotel with at least three stars for 8 people for 5 nights starting Friday ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,pricerange,'extremely reasonable');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's Bed and Breakfast is a four star guesthouse at extremely reasonable rates . Would you like me to see if I can book you there ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . Can I get the reference number , please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,people,'8');(_:booking,ref,'CKLFOESQ');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , your room has been booked for 8 people , 5 nights starting Friday . Your reference number is CKLFOESQ . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi to commute"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the taxi to take you , and when would you like to be picked up ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well I suppose I should choose a restaurant first . Do you know of a seafood restaurant on the west side of town ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,area,'that part of town');(_:search,food,'seafood');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry but there are no seafood restaurants in that part of town . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'the day i leave');(_:search,duration,'14:45');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a restaurant that serve italian food and book a table for everybody at 14:45 the day i leave"
},
{
"id": 19,
"rdf-acts": [
"canthelp((_:booking,people,'8');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry there are no tables available for 8 at that time . Would you like to try a different time ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I need the same time . Are there other Italian restaruants on the west side ?"
},
{
"id": 21,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'2');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes there are 2 italian restaurants in the west side , one is prezzo , the other la margherita . Do you prefer cheap or moderate price ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with the moderate price . Can you please make the reservation for 8 people ?"
},
{
"id": 23,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the booking was not successful ."
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,people,'8');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please try to make a reservation at the cheap location then for 14:45 for 8 people on friday ?"
},
{
"id": 25,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'L09JJ3XT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : L09JJ3XT . Is there anything else I can help with ?"
},
{
"id": 26,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me book a taxi from Rosa 's B&B to the restaurant that will get me there by 14:45 when my table is ready ?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,car,'blue ford');(_:result,phone,'07599887198');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , I have booked your car a blue ford Contact number 07599887198 . Can I help with anything else ?"
},
{
"id": 28,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be it . Thanks ."
},
{
"id": 29,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a wonderful day and enjoy your meal !"
}
] |
MUL0084.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"extremely reasonable"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"extremely reasonable"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CKLFOESQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"extremely reasonable"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CKLFOESQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"extremely reasonable"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CKLFOESQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/6f873d25"
],
[
"_:search/6f873d25",
"area",
"that part of town"
],
[
"_:search/6f873d25",
"food",
"seafood"
],
[
"_:search/6f873d25",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"the day i leave"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"extremely reasonable"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CKLFOESQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/6f873d25"
],
[
"_:search/6f873d25",
"area",
"that part of town"
],
[
"_:search/6f873d25",
"food",
"seafood"
],
[
"_:search/6f873d25",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"the day i leave"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/5ac939dc"
],
[
"_:booking/5ac939dc",
"people",
"8"
],
[
"_:booking/5ac939dc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CKLFOESQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/6f873d25"
],
[
"_:search/6f873d25",
"area",
"that part of town"
],
[
"_:search/6f873d25",
"food",
"seafood"
],
[
"_:search/6f873d25",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"the day i leave"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/5ac939dc"
],
[
"_:booking/5ac939dc",
"people",
"8"
],
[
"_:booking/5ac939dc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CKLFOESQ"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/6f873d25"
],
[
"_:search/6f873d25",
"area",
"that part of town"
],
[
"_:search/6f873d25",
"food",
"seafood"
],
[
"_:search/6f873d25",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/5ac939dc"
],
[
"_:booking/5ac939dc",
"people",
"8"
],
[
"_:booking/5ac939dc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/760604ec"
],
[
"_:booking/760604ec",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/6f873d25"
],
[
"_:search/6f873d25",
"area",
"that part of town"
],
[
"_:search/6f873d25",
"food",
"seafood"
],
[
"_:search/6f873d25",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/5ac939dc"
],
[
"_:booking/5ac939dc",
"people",
"8"
],
[
"_:booking/5ac939dc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/760604ec"
],
[
"_:booking/760604ec",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L09JJ3XT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"canthelp",
"_:search/6f873d25"
],
[
"_:search/6f873d25",
"area",
"that part of town"
],
[
"_:search/6f873d25",
"food",
"seafood"
],
[
"_:search/6f873d25",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/5ac939dc"
],
[
"_:booking/5ac939dc",
"people",
"8"
],
[
"_:booking/5ac939dc",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:system",
"canthelp",
"_:booking/760604ec"
],
[
"_:booking/760604ec",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:booking",
"ref",
"L09JJ3XT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue ford"
],
[
"_:result",
"phone",
"07599887198"
],
[
"_: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,
27,
28
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'scottish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant that serves scottish food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in town');(_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are no restaurants in town that offer scottish food . Is there another type of food you might be interested in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm not sure what do you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've heard good things about the lucky star . It serves cheap chinese food in the south . Does that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "To be honest with you , I really would prefer a restaurant in the centre that serves scottish food so let 's try that one more time"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have anything that meets that criteria ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's find an Italian one then , I still need it to be in the center ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'12 Bridge street city centre');(_:result,name,'ask');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the ask located at 12 Bridge street city centre ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:00');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect , could you make a reservation for 4 on Tuesday at 19:00 , if that time does n't work then try 18:00 . Could I get the reference number after booking ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'RKR9DUWV');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , the book was successful , your reference number is RKR9DUWV . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also look up to see if there are any multiple sports available in the same area as the restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'mutliple sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry there are no mutliple sports attractions in the centre of town . Would you like to try a different type or area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about colleges in the area ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 13 colleges in the centre of town . Personally , I would recommend christ 's college located on saint andrew 's street ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "what type of college is it , and can I get the postcode ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,name,\"Christ 's college\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college postcode is cb23bu it is a attraction classified as a college ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright , thank you , I believe that is all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL2385.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fc82099"
],
[
"_:search/3fc82099",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fc82099"
],
[
"_:search/3fc82099",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"12 Bridge street city centre"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_: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": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3fc82099"
],
[
"_:search/3fc82099",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"12 Bridge street city centre"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RKR9DUWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3fc82099"
],
[
"_:search/3fc82099",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"12 Bridge street city centre"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RKR9DUWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7f339e39"
],
[
"_:search/7f339e39",
"area",
"centre"
],
[
"_:search/7f339e39",
"category",
"mutliple sports"
],
[
"_:search/7f339e39",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3fc82099"
],
[
"_:search/3fc82099",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RKR9DUWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7f339e39"
],
[
"_:search/7f339e39",
"area",
"centre"
],
[
"_:search/7f339e39",
"category",
"mutliple sports"
],
[
"_:search/7f339e39",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/862e85d3"
],
[
"_:search/862e85d3",
"area",
"in town"
],
[
"_:search/862e85d3",
"food",
"scottish"
],
[
"_:search/862e85d3",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3fc82099"
],
[
"_:search/3fc82099",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RKR9DUWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7f339e39"
],
[
"_:search/7f339e39",
"area",
"centre"
],
[
"_:search/7f339e39",
"category",
"mutliple sports"
],
[
"_:search/7f339e39",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Where do I get info on hotels ?"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You can get information here , through our help desk ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel that has free parking and in the north part of town . I would like one in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel and the Lovell Lodge meet that criteria , would you like me to book one of them for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'ashley hotel');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book the The Ashley Hotel for 7 people and 2 nights starting from wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2W4KNZYJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was successful in making your reservation . Your reference number is 2W4KNZYJ . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to find a boat attraction in the same area ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Riverboat Georgina would work . It 's in the north . Do you need more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd like the phone number and postcode ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223902091');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223902091 and the postcode is cb43ax ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you that is all I need ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Yeah , happy to assist . Let us know if there is anything else you need ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I really have to run . I 'm late for work . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL2899.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2W4KNZYJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2W4KNZYJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2W4KNZYJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"2W4KNZYJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the centre of town that serves thai food"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the phone number and address please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'24 green street city centre');(_:result,name,'bangkok city restaurant');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city restaurant is located at 24 green street city centre and its phone number is 01223 354382 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great day !"
}
] |
WOZ20025.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city restaurant"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'graffiti');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called graffiti ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Graffiti is an expensive British restaurant in the west . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes book for 7 people on tuesday for 15:30 please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , that booking was unsuccessful . Shall I try for another day or time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's too bad . Please book any other restaurant that is in the west and expensive ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Travellers Rest');(_:booking,ref,'FOEJZBZI');(_:booking,type,'Booking');(_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I 've booked you at Travellers Rest , which also serves british food . Your reference number is FOEJZBZI . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a good day"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , you , too ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your meal ."
}
] |
SSNG0017.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b1a8fb94"
],
[
"_:booking/b1a8fb94",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b1a8fb94"
],
[
"_:booking/b1a8fb94",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"ref",
"FOEJZBZI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b1a8fb94"
],
[
"_:booking/b1a8fb94",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"ref",
"FOEJZBZI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a cinema in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,area,'south');(_:result,name,'cineworld cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , I have located cineworld cinema which is located at cambridge leisure park , clifton way in the south part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you , can I also have the postcode and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 00872208000 and postcode is cb17dy . Can I assist you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I need a restaurant by the name of anatolia ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'30 Bridge Street City Centre');(_:result,name,'Anatolia');(_:result,phone,'01223362372');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Anatolia is located at 30 Bridge Street City Centre and phone number is 01223362372 . Can I book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:15');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes for 8 people at 14:15 on a Saturday . I will need a reference number ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was unsuccessful unfortunately ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Are you sure ? Could you possibly try again , just to make sure ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the booking was unsuccessful . Would you like to try another day or time slot ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:15');(_:search,name,'Anatolia');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I wanted to reserve on Saturday at 14:15 for 8 people at the Anatolia . Can you make sure there was n't an error ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'anatolia');(_:booking,ref,'W2SFW7OR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am very sorry for the confusion . I have confirmed your reservation at anatolia , your reference number is W2SFW7OR . Is there anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,destination,'anatolia');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi to pick us up at cineworld and get us to Anatolia by 14:15 . Can you send me the contact number and car type ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07221782589');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , I have a grey toyota picking you up . The contact number is 07221782589 . Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need today . You 've been a great help - thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL0934.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"anatolia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5813769d"
],
[
"_:booking/5813769d",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5813769d"
],
[
"_:booking/5813769d",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/4b2a9493"
],
[
"_:booking/4b2a9493",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Anatolia"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"phone",
"01223362372"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5813769d"
],
[
"_:booking/5813769d",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/4b2a9493"
],
[
"_:booking/4b2a9493",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Anatolia"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"anatolia"
],
[
"_:booking",
"ref",
"W2SFW7OR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"destination",
"anatolia"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5813769d"
],
[
"_:booking/5813769d",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/4b2a9493"
],
[
"_:booking/4b2a9493",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Anatolia"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"anatolia"
],
[
"_:booking",
"ref",
"W2SFW7OR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"destination",
"anatolia"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07221782589"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a expensive place to eat in the centre"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many to chose from do you have a type of food you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any chinese restaurants ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,food,'Chinese');(_:result,name,'Tang Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four expensive Chinese restaurants in that part of town . My favorite is Tang Chinese . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:30');(_:search,food,'chinese');(_:search,name,'tang chinese');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tang Chinese sounds good . Please book a table for 7 at 17:30 on Sunday and also provide the reference number . Thanks !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'30MRBGVJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 30MRBGVJ . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train for Sunday departing from Peterborough ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'a number');(_:result,day,'Sunday');(_:result,departure,'peterborough');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are a number of trains on Sunday from peterborough . What time of day would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Cambridge at about 11:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,leave_at,'11:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have an 11:19 train from Cambridge . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . For the same group of people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR8509');(_:booking,leave_at,'10:19');(_:booking,ref,'CJ04K4Y6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked TR8509 that leaves at 10:19 . Your reference number is CJ04K4Y6 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help today ."
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome , enjoy the rest of your day ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You too ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . I will ."
}
] |
PMUL4054.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"30MRBGVJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"30MRBGVJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"30MRBGVJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8509"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"ref",
"CJ04K4Y6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8509"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"ref",
"CJ04K4Y6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Help ! I am hungry and need a cheap restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The dojo noodle bar is a cheap restaurant in the centre . Would you like me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm actually looking for some italian food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Italian');(_:result,name,'Zizzi cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Zizzi cambridge is cheap and serves Italian food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "And that 's in the city centre ? If so , can you make us a reservation ? I need it for 6 people on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , what time would you like the booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need that for 16:15 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'RVOQBWKG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : RVOQBWKG ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , I also need a hotel with wifi and parking ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Would you like a recommendation , or would you like to narrow the search first ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a four star place please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The allenbell is a lovely guesthouse in the east and it 's cheap too !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Please book that for me for today thank you"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Thank you I need a 4 star hotel as well"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I only need to hotel information for now . Thank you for your help !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you sure there is nothing else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . I 'll call you when I need something else . Thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are so welcome ! Good bye ."
}
] |
MUL1282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"RVOQBWKG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"RVOQBWKG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"RVOQBWKG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"RVOQBWKG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"RVOQBWKG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is a fun place to go in the west of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Unit 8 , viking way , Bar Hill');(_:result,name,'Whale of a Time');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I suggest Whale of a Time located at Unit 8 , viking way , Bar Hill ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of attraction is it , and what does it cost to get in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'entertainment');(_:result,entrance_fee,'do not know');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's an entertainment type . I do not know the entrance fee , sorry ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay , thanks . Can you also help me find a train to Cambridge on Thursday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can do that ! Where are you leaving from , and what time would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'Ely');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Ely , I 'd like to leave after 15:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains during that time , where are you leaving from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "ely is the departing city"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,leave_at,'15:15');(_:result,leave_at,'15:35');(_:result,type,'Train'))",
"inform((_:result,count,'5');(_:result,departure,'Ely');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 5 different trains , and the first one later than 15:15 departs Ely at 15:35 . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would work . Can you book me 3 tickets for that train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'D48H3C4X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I certainly can . Your reservation number is D48H3C4X ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome . Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Of course , is there anything else that I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
MUL1843.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do not know"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do not know"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do not know"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do not know"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do not know"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D48H3C4X"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Unit 8 , viking way , Bar Hill"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do not know"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:35"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D48H3C4X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for some Italian food today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several Italian restaurants in town ! Do you have a certain area or price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are any located in the Centre ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Centre');(_:result,count,'9');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 Italian restaurants located in Centre , would you like a recommendation or do you have a particular price point in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd love a recommendation . I 'm looking to book a table for 4 at 17:30 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'stazione restaurant and coffee bar');(_:booking,ref,'OHN98K8U');(_:booking,type,'Booking');(_:result,address,'Market Hill City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes at the stazione restaurant and coffee bar . Address is Market Hill City Centre \n Reference number is : OHN98K8U ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . can you help me with a cheap place to stay also in the centre of town ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 cheap hotels that are cheap in the centre . Would you like to book one of them ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , but the place will also need to have 4 stars and free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry but I did not find one with your request , with free parking and 4 stars , can I help you find one in a different area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Really ? Can you try again ? A 4 star accommodation ( type does nt matter ) that is cheap and in the centre with parking"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,count,'1');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found one result , a guesthouse . It is alexander bed and breakfast ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . I 'll need that booked for 4 people and 5 nights beginning saturday . Please send a reference number ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,name,'Alexander Bed and Breakfast');(_:booking,people,'4');(_:booking,ref,'X8LLFDAV');(_:booking,stay,'6 days 5 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking at the Alexander Bed and Breakfast for a party of 4 for Saturday for 6 days 5 nights was successful . Your Reference number is : X8LLFDAV . Anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , but that is all I need for now ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
PMUL0034.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"name",
"stazione restaurant and coffee bar"
],
[
"_:booking",
"ref",
"OHN98K8U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Market Hill City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"name",
"stazione restaurant and coffee bar"
],
[
"_:booking",
"ref",
"OHN98K8U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Market Hill City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"name",
"stazione restaurant and coffee bar"
],
[
"_:booking",
"ref",
"OHN98K8U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Market Hill City Centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e30501ab"
],
[
"_:search/e30501ab",
"stars",
"4"
],
[
"_:search/e30501ab",
"type",
"Hotel"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:booking",
"name",
"stazione restaurant and coffee bar"
],
[
"_:booking",
"ref",
"OHN98K8U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Market Hill City Centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e30501ab"
],
[
"_:search/e30501ab",
"stars",
"4"
],
[
"_:search/e30501ab",
"type",
"Hotel"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"address",
"Market Hill City Centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e30501ab"
],
[
"_:search/e30501ab",
"stars",
"4"
],
[
"_:search/e30501ab",
"type",
"Hotel"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"X8LLFDAV"
],
[
"_:booking",
"stay",
"6 days 5 nights"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel by the name of home from home ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Home from Home');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home from Home is a moderately priced , 4 star guesthouse located in the north . Would you like me to check availability for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'eight');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please make a booking for eight people staying for 4 nights from Saturday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,people,'8');(_:booking,ref,'SV1VVPV4');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your room for 8 people for 4 nights starting on Saturday . The reference number is : SV1VVPV4 . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will do it . Thank you for your assistance ! Have a good day !"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I also need a train to go to cambridge and should arrive by 11:45 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from and what day are you traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'the day of my hotel booking');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I m traveling to Cambridge from london liverpool street arriving by 11:45 the day of my hotel booking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:07');(_:result,destination,'Cambridge');(_:result,id,'TR0357');(_:result,leave_at,'9:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train # TR0357 leaves at 9:39 and arrives in Cambridge by 11:07 . Would you like to book a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I do n't need a ticket at this time ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Ok ! Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , thank you . Have a good day ."
}
] |
PMUL1815.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"the day of my hotel booking"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"the day of my hotel booking"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0357"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SV1VVPV4"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"the day of my hotel booking"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0357"
],
[
"_:result",
"leave_at",
"9:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"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,area,'east');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a moderately priced hotel on the east side ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , there are no hotels meeting your needs . However , there are three moderate price guesthouses in the east . Are you interested in more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . Do any of those have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Carolina B&B');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Carolina B&B and Warkworth House both have free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you give me the address and postcode of the Warkworth House please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Warkworth Terrace');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely . It is in Warkworth Terrace , postcode cb11ee ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
SNG0853.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9290c464"
],
[
"_:search/9290c464",
"category",
"hotels"
],
[
"_:search/9290c464",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9290c464"
],
[
"_:search/9290c464",
"category",
"hotels"
],
[
"_:search/9290c464",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Carolina B&B"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9290c464"
],
[
"_:search/9290c464",
"category",
"hotels"
],
[
"_:search/9290c464",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Carolina B&B"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Warkworth Terrace"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to help ! Where are you coming from and where are you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Coming from kings lynn to cambridge"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 17:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains that meet your criteria . How early would you like to arrive ? That will help me narrow down your choices ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just a little before 17:15 arrival would be great ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:58');(_:result,id,'TR0864');(_:result,leave_at,'16:11');(_:result,ticket,'7.84');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that departs at 16:11 and arrives at 16:58 . The train number is TR0864 and the cost is 7.84 per person ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "user",
"text": "Okay , excellent . I am also looking for a restaurant called Bloomsbury . Can you tell me where it is and what kind of food ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Crowne Plaza Hotel 20 Downing Street');(_:result,food,'international');(_:result,phone,'08719429180');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , its at Crowne Plaza Hotel 20 Downing Street , their number is 08719429180 and they have a moderate price range with international food ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed today . Have a nice day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a nice day ."
}
] |
MUL1622.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"id",
"TR0864"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"ticket",
"7.84"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:58"
],
[
"_:result",
"id",
"TR0864"
],
[
"_:result",
"leave_at",
"16:11"
],
[
"_:result",
"ticket",
"7.84"
],
[
"_:result",
"address",
"Crowne Plaza Hotel 20 Downing Street"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"phone",
"08719429180"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a cheap Italian restaurant in the south side of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I can not find a cheap Italian restaurant in the south side of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a moderately priced restaurant in the west part of town ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "Prezzo is a moderately priced Italian restaurant in the west part of town . There is also Indian and British food available in that area and price range . Would you like more info ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can I get thier address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'21 - 24 Northampton Road');(_:result,name,'Prezzo');(_:result,postcode,'0 a.d.');(_:result,postcode,'C.B 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course , Prezzo 's address is 21 - 24 Northampton Road and postcode is C.B 3 , 0 A.D."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye !"
}
] |
WOZ20208.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:search/8ade5fcb"
],
[
"_:search/8ade5fcb",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:search/8ade5fcb"
],
[
"_:search/8ade5fcb",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:search/8ade5fcb"
],
[
"_:search/8ade5fcb",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"postcode",
"0 a.d."
],
[
"_:result",
"postcode",
"C.B 3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find an expensive restaurant in the centre of town please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few choices for you . What kind of cuisine do you enjoy ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care . Choose a restaurant you recommend !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'african');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about bedouin , an african restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . Could you book me a table for 8 on Wednesday at 15:30 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'15:30');(_:booking,people,'8');(_:booking,type,'Booking');(_:result,name,'the bedouin');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I sure can . I have a table for 8 booked for you at the bedouin , for 15:30 . They will hold that for fifteen minutes ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the booking reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'922YORFC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , the reference number is 922YORFC ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
SNG0701.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:result",
"name",
"the bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"922YORFC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:result",
"name",
"the bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"922YORFC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from Ely to Cambridge please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , when will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving after 19:00 on Monday . What are my options ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,leave_at,'19:35');(_:result,leave_at,'21:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 3 trains that fit that search . They leave at 19:35 , 21:35 , and 23:35 . Can I book one for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will take the one that leaves at 19:35 . Can you tell me how long the travel time is ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time for that route is 17 minutes . Is there any other information you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you recommend a museum in the east ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'5 pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Gallery');(_:result,name,'Gallery at twelve a high street and Saint Barnabas Press Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four museums in the East , the Cambridge Artworks , Gallery at twelve a high street and Saint Barnabas Press Gallery are all Free . Cambridge Museum of Technology charges 5 pounds ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the postcode of The Cambridge Artworks ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb13ef . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help . Have a great day !"
}
] |
PMUL4593.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"leave_at",
"21:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"leave_at",
"21:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"leave_at",
"21:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery"
],
[
"_:result",
"name",
"Gallery at twelve a high street and Saint Barnabas Press Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"leave_at",
"21:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery"
],
[
"_:result",
"name",
"Gallery at twelve a high street and Saint Barnabas Press Gallery"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for Korean food in the east area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'East');(_:result,food,'Korean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are not any Korean restaurants in the East . Would you like me to look in a different area of the city ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Indian food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes there are four different restaurants . What is your price range ? There 's moderate to expensive available ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does not matter , the price is whatever . Just book me one for Saturday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time do you want me to book for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'14:30');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table for 5 people at 14:30 . Could you give me a reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'14:30');(_:booking,people,'5');(_:booking,ref,'FZLK0ZCF');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Curry Prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is highly recommended . I booked a table for 5 at 14:30 on saturday , your reference number is FZLK0ZCF . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "yeah i need info on stuff to do in town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a specific type of attraction you 're looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I need the address for a swimming pool please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Parkside');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite pool is Parkside , in the center of town ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be fine can I get the address please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Gonville Place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the address is Gonville Place . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that 's all I need for today . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a great day . Goodbye ."
}
] |
PMUL2431.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Korean"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Korean"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14: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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Korean"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZLK0ZCF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Korean"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZLK0ZCF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"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/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Korean"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZLK0ZCF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c8617718"
],
[
"_:search/c8617718",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Korean"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"FZLK0ZCF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Parkside"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced restaurant in the south part of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'modern European');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Alimentum serves modern European food and is located in the south part of town and is in the moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me their address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'Restaurant Alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Restaurant Alimentum is 01223 413000 and the address is 152 - 154 Hills Road . Anything else I can help you find today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great day !"
}
] |
WOZ20319.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_: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": "I am looking for information about the Parkside Police Station ."
},
{
"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": "Sure , Parkside Police Station Telephone 01223358966 , Address \t Parkside , Cambridge , Postcode CB11JG . Is there anything else I can do for you today ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything I needed , thanks ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thanks , and have a great day !"
}
] |
SNG0113.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,'east');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some places to go in Cambridge . Specifically some time of architecture in the east ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am not showing any architecture attractions in the east . Would you like me to explore other areas ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A museum in the east would be nice if possible ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,name,'cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 museums in the east . I can recommend cambridge artworks ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I please have the address , phone number and postcode for Cambridge Artworks ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'5 greens road');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks is located at 5 greens road , post code cb13ef . Their number is 01223902168 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train that leaves on monday after 13:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'118');(_:result,day,'Monday');(_:result,leave_at,'13:00');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 118 trains that leave after 13:00 on Monday ; where would you like to go ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "To kings lynn . I 'm leaving from cambridge if that helps ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'13:58');(_:result,day,'Monday');(_:result,departure,'Cambridge');(_:result,id,'TR0793');(_:result,leave_at,'13:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0793 leaving Cambridge at 13:11 and arriving at 13:58 on Monday . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , book it ! Three other people will be with me ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'PC0RQN1T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's all booked your reference number is PC0RQN1T"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much , that was everything that i needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thanks for using our services ."
}
] |
MUL0505.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2887aaf4"
],
[
"_:search/2887aaf4",
"area",
"east"
],
[
"_:search/2887aaf4",
"category",
"architecture"
],
[
"_:search/2887aaf4",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2887aaf4"
],
[
"_:search/2887aaf4",
"area",
"east"
],
[
"_:search/2887aaf4",
"category",
"architecture"
],
[
"_:search/2887aaf4",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2887aaf4"
],
[
"_:search/2887aaf4",
"area",
"east"
],
[
"_:search/2887aaf4",
"category",
"architecture"
],
[
"_:search/2887aaf4",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2887aaf4"
],
[
"_:search/2887aaf4",
"area",
"east"
],
[
"_:search/2887aaf4",
"category",
"architecture"
],
[
"_:search/2887aaf4",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"count",
"118"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2887aaf4"
],
[
"_:search/2887aaf4",
"area",
"east"
],
[
"_:search/2887aaf4",
"category",
"architecture"
],
[
"_:search/2887aaf4",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"count",
"118"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR0793"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2887aaf4"
],
[
"_:search/2887aaf4",
"area",
"east"
],
[
"_:search/2887aaf4",
"category",
"architecture"
],
[
"_:search/2887aaf4",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"count",
"118"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR0793"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PC0RQN1T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi there , I 'm looking for information on Darry 's Cookhouse and Wine Shop ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'40270 king street');(_:result,area,'centre');(_:result,phone,'01223505015');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That restaurant is locates in centre and is on 40270 king street in city centre . Their phone number is 01223505015 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . Can you reserve a table for 1 on Saturday at 13:00 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'A88AJSR3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : A88AJSR3 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Wonderful . Can you also help me find a cool place to visit in town , maybe a theatre ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'theatres');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have five excellent theatres in town , located in the centre and the south ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the address , phone number and postcode for one in the centre area ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'park street');(_:result,name,'adc theatre');(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "adc theatre can be called at 01223300085 . Their postcode is cb58as , and their address is park street . Anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I also need a taxi to take me between the two places ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , i can book a taxi for you . Where would you be leaving from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the theatre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be leaving from the theatre ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to help with your request , what time would you like picked up ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need to arrive at the restaurant by 13:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,phone,'07421029087');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your all set a grey bmw will be picking you up the contact number is 07421029087 , anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "what time will the taxi arrive ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,leave_at,'13:00');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "13:00 can i do anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all for today . Thanks for your help . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a safe trip . Goodbye ."
}
] |
PMUL2028.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"40270 king street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"40270 king street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"address",
"40270 king street"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"the 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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07421029087"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"A88AJSR3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07421029087"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train headed to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When and where would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from Stevenage on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a particular time you would like to leave or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'8:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 8:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'06:43');(_:result,count,'1');(_:result,id,'TR9448');(_:result,leave_at,'05:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is one options available TR9448 , leaves at 05:54 and arrives at 06:43 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay , could you tell me the price ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'5:54');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The 5:54 train is 12.80 pounds ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book it for me and send me the reference number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'26GRQWBX');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 12.8 GBP payable at the station . \n Reference number is : 26GRQWBX ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'tenpin');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for the attraction , Tenpin ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,area,'south');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Tenpin is in the south . The address is cambridge leisure park , clifton way ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there an entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'database does not have that information currently available');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My database does not have that information currently available . Would you like the phone number so you can call and ask ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Are you sure ? I 've always been able to get that information from this system . Can you check again please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,'system does not provide the entrance fee');(_:result,name,'tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Our system does not provide the entrance fee for tenpin . You do n't have much experience with this system do you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yeah , my first time taking a trip here , sorry . I m sure the fee is no big deal , thank you so much for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today !"
}
] |
PMUL1225.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"26GRQWBX"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"26GRQWBX"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"26GRQWBX"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"entrance_fee",
"database does not have that information currently available"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"26GRQWBX"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"system does not provide the entrance fee"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.