turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay on the east side with 4 stars ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'The a and b guest house');(_:result,pricerange,'moderate');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The a and b guest house is a 4-star rated guesthouse in the east with a moderate price range . Would you like to make a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it include free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does have free internet . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book it for 6 people ? We will arrive on Friday and stay for 2 nights ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize the booking was unsuccessful . Would you be interested in another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same pricerange');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you check for a different hotel in the same pricerange ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry there are no others in that price range in any area , would you like to change the star rating to check for others ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does not need to be a guesthouse . Ca n't you find anything that is east , 4 star with free wifi . That is all I require . Please , its important ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'the carolina bed and breakfast');(_:result,name,'warkworth house');(_:result,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the carolina bed and breakfast or warkworth house . Would you like me to try one of those ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , one of those will be fine ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'carolina bed and breakfast');(_:booking,ref,'PGLREGJ8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking at carolina bed and breakfast was successful . Your reference number is PGLREGJ8 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Nothing else at the moment , but thank you and goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay glad I could be of help ."
}
] |
SSNG0339.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The a and b guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The a and b guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The a and b guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/3e3636ec"
],
[
"_:booking/3e3636ec",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The a and b guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/3e3636ec"
],
[
"_:booking/3e3636ec",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:system",
"canthelp",
"_:search/801d54d3"
],
[
"_:search/801d54d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/3e3636ec"
],
[
"_:booking/3e3636ec",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:system",
"canthelp",
"_:search/801d54d3"
],
[
"_:search/801d54d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the carolina bed and breakfast"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/3e3636ec"
],
[
"_:booking/3e3636ec",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:system",
"canthelp",
"_:search/801d54d3"
],
[
"_:search/801d54d3",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the carolina bed and breakfast"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"ref",
"PGLREGJ8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train for my upcoming trip to Cambridge . Can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I am happy to help , where are you coming from and on what day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'Bishops Stortfod');(_:search,leave_at,'9:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Bishops Stortfod on Friday . I can leave after 9:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,leave_at,'11:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is an 11:29 that will arrive by 12:07 for 10.10 pounds . Does that sound good ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need the train ID"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR6834');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The Train ID is TR6834 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you I was also hoping to find a british place to eat in the centre ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,food,'british');(_:result,pricerange,'mostly expensive and moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 7 different places that serve british food . I have mostly expensive and moderately priced places . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Lets do a moderate one . Which would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'oak bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the the oak bistro , which is located at 6 Lensfield Road . Would you be interested in making a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'21:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I need the reservation to be for 5 people at 21:00 on Friday ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Can you book it for me and get a reference number ?"
}
] |
PMUL0656.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"Bishops Stortfod"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"Bishops Stortfod"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"Bishops Stortfod"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR6834"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"Bishops Stortfod"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR6834"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"mostly expensive and moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"Bishops Stortfod"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR6834"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"mostly expensive and moderately priced"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm traveling to Cambridge and looking for places to go . Are there any good colleges to see ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are quite a few for you to choose from . Did you have a particular area of town you would prefer to spend your time in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , any area will do . Can you recommend one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'corpus christi');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I sure can . How about corpus christi in town centre ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that sounds great . Can you give me the address for that college ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"King 's Parade\");(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "King 's Parade , cb21rh . Is there anything else you need to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need help finding a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to help with that . May I ask if there is a price range or area you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guesthouse in the moderate price range that includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'14');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 14 places matching your criteria . Lets narrow this down . Is there an area you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'm really not picky . j"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Acorn Guest House ? It is in the north area and has 4 stars with free internet and parking . Would you like for me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stars,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 4 people for 5 nights starting from Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "i will book you and get back to you , you are welcome"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I please get the reference number ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'T8N3WK5T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is T8N3WK5T . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'acorn guest house');(_:search,destination,'corpus christi');(_:search,type,'Taxi'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you , Yes , I will need a taxi from the Acorn Guest House to corpus christi college . I also did not get the college address ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time will you be traveling ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'my hotel');(_:search,leave_at,'22:00');(_:search,type,'Taxi'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to leave my hotel by 22:00 . Would you mind getting the college address for me ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"king 's parade\");(_:result,category,'college');(_:result,entrance_fee,'2 pounds');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The college address is king 's parade cb21rh . The entrance fee is 2 pounds . Is there anything else I can get for you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the attraction');(_:search,leave_at,'22:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes i need to book a taxi to leave the hotel by 22:00 and go to the attraction please ."
},
{
"id": 21,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For how many people ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "Just the 4 of us"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'red Ford');(_:result,phone,'07500369982');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked . It will be a red Ford and the contact number is 07500369982 ."
},
{
"id": 24,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Perfect . That 's all I need help with . Have a great day ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You , too . Please call if you need anything else . Thank you for calling . Goodbye ."
}
] |
PMUL2736.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"corpus christi"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"corpus christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"corpus christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"corpus christi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"T8N3WK5T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"destination",
"corpus christi"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"T8N3WK5T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"corpus christi"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"my hotel"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"T8N3WK5T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"T8N3WK5T"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"T8N3WK5T"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"postcode",
"cb21rh"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"red Ford"
],
[
"_:result",
"phone",
"07500369982"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an expensive restaurant any where in the south part of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'Mexican');(_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are Mexican , italian , chinese and indian restaurants on the south part of town in the expensive price range . Do you have a particular type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Italian sounds good . Can you give me an address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Frankie and Bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Frankie and Bennys is 01223 412430 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That will do it . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you and goodbye ."
}
] |
WOZ20129.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",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help picking the correct train that will arrive at the time I need ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What are your departure and destination sites ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Leicester and going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what time do you want to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by monday at 16:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'closest you could arrive');(_:result,arrive_by,'16:30');(_:result,day,'Monday');(_:result,leave_at,'14:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest you could arrive on Monday is the 14:09 train that will get you there by 16:30 . Does that sound good ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . My math is n't the best so please tell me what the total travel time is ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 105 minutes . Shall I book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks I will book it . Can you help me find an expensive restaurant as well ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing I would suggest this place graffiti ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'North');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it in the North area ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,area,'north');(_:result,type,'Restaurant'))",
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No . It is in the west . Need a place in north ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I 'd like something with some creative food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Actually , I ca n't find any restaurants serving creative food . Can we try a different cuisine ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about european food please ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'City Stop Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one option for you that is called The City Stop Restaurant and it is expensive . Does this interest you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book a table for 2 ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "On what day would you like to dine ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'20:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table at 20:15 on Monday ."
},
{
"id": 19,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be dining ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Make the reservation for 2 people please ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,ref,'V8CR4ENN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is V8CR4ENN ."
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all . Have a nice day ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Great , you have one too !"
}
] |
PMUL0675.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"North"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"creative"
],
[
"_: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",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/67f046e5"
],
[
"_:search/67f046e5",
"food",
"creative"
],
[
"_:search/67f046e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/67f046e5"
],
[
"_:search/67f046e5",
"food",
"creative"
],
[
"_:search/67f046e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/67f046e5"
],
[
"_:search/67f046e5",
"food",
"creative"
],
[
"_:search/67f046e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/67f046e5"
],
[
"_:search/67f046e5",
"food",
"creative"
],
[
"_:search/67f046e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:result",
"amount",
"closest you could arrive"
],
[
"_:result",
"arrive_by",
"16:30"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/67f046e5"
],
[
"_:search/67f046e5",
"food",
"creative"
],
[
"_:search/67f046e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"V8CR4ENN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'theater');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to go to a theater in the east part of town . Can you help me find some ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are n't any theatres in the east . Would you like to try a different part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh darn . Well how about something in the type of swimmingpool on the east side ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'abbey pool and astroturf pitc');(_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's the abbey pool and astroturf pitc . Their phone number is 01223902088 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please give me their address and postcode ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Pool Way , Whitehill Road , off Newmarket Road');(_:result,postcode,'cb58nt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Pool Way , Whitehill Road , off Newmarket Road . Postcode \t cb58nt"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "is there an entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'not able to see their entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I am not able to see their entrance fee . I 'm sure if you call them , they will be happy to assist you . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to go to London Liverpool Street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "okay , what day and time would you like to travel ? Also , where are you departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving on Monday and would like to arrive by 21:15 . I will be departing from Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'19:27');(_:result,departure,'London');(_:result,id,'TR7092');(_:result,leave_at,'17:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7092 leaves London at 17:59 and arrives at 19:27 . Will that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "that should be fine . please make a booking for one person ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'I7F5ZKJA');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 16.6 GBP payable at the station . Your reference number is I7F5ZKJA . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all I needed today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great time !"
}
] |
PMUL1466.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"theater"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"abbey pool and astroturf pitc"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"abbey pool and astroturf pitc"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"name",
"abbey pool and astroturf pitc"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not able to see their entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"name",
"abbey pool and astroturf pitc"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not able to see their entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"name",
"abbey pool and astroturf pitc"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not able to see their entrance fee"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"departure",
"London"
],
[
"_:result",
"id",
"TR7092"
],
[
"_:result",
"leave_at",
"17:59"
],
[
"_: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,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c3f60fc6"
],
[
"_:search/c3f60fc6",
"area",
"east"
],
[
"_:search/c3f60fc6",
"category",
"theatres"
],
[
"_:search/c3f60fc6",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"name",
"abbey pool and astroturf pitc"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:result",
"entrance_fee",
"not able to see their entrance fee"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:27"
],
[
"_:result",
"departure",
"London"
],
[
"_:result",
"id",
"TR7092"
],
[
"_:result",
"leave_at",
"17:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"I7F5ZKJA"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello ! My friends told me about a hotel called Alexander Bed and Breakfast . Can you get me some information about it , please ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Yes she lives in . Barbers lost his son and and sleeps and eats a lot"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "do they have internet ? how many stars does it have ? and what s its postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,postcode,'cb12de');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They have internet , it has a 4 star rating , and the postcode is cb12de ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great ! I will also need a train . I need to leave on Saturday and depart from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your desired destination and timeframe for travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Going to london kings cross . I want to leave after 10:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:51');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,id,'TR5170');(_:result,leave_at,'11:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5170 departs Cambridge on Saturday at 11:00 and arrives in London Kings Cross by 11:51 . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . I would like the travel time and price information if you can provide it , however ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,id,'TR5170');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The TR5170 's trip duration is 51 minutes , and it costs 18.88 pounds . Can I help with anything else today ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I believe that will be everything ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great trip !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You have been very helpful ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It 's my pleasure . Goodbye1"
}
] |
MUL2031.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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"stars",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I get some information on a train ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes . Is there something specific you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train to depart at 9:30 in Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,destination,'london kings cross');(_:result,ticket,'19 . 51');(_:result,type,'Train'))",
"select((_:result,id,'TR1006');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i recommend TR1006 . it goes to london kings cross and costs 19 . 51 . can we book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "how long is that train ride ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is 51 minutes . Would you like me to make a booking for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No but I do need help finding a particular hotel called the Gonville HOtel ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Gonville Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Gonville Hotel is an expensive 3 star hotel in the centre of town with free internet and parking . Would you like more information or to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to book it . Can you book it starting Sunday night for 5 nights . I need reservations for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'5X759ZBR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , booking was successful ! Your reference number is 5X759ZBR . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You took care of everything , thank you so much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ."
}
] |
PMUL1737.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"19 . 51"
],
[
"_:result",
"id",
"TR1006"
],
[
"_: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",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"19 . 51"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"19 . 51"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"19 . 51"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5X759ZBR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains where are you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,day,'sunday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge from Leicester . I am planning to leave on Sunday and I need to be there by 11:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:54');(_:result,destination,'Cambridge');(_:result,id,'TR1079');(_:result,leave_at,'9:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "If you take the TR1079 at 9:09 you can arrive in Cambridge by 10:54 . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that sounds great . I would like to book the train for 7 people . What is the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'TR4106');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "there is the reference number TR4106"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services . Do you need any further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . Thank you ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a nice day and please call us again !"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Wait , I do n't think that 's a valid reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'35VBB0LK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "35VBB0LK if your reference numbers , what else may I help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Nothing else . Thanks , again . Goodbye for now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "most welcome and safe journey"
}
] |
SNG01535.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TR4106"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TR4106"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TR4106"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1079"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"35VBB0LK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_internet,'yes');(_:search,has_parking,'no');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm going to be in Cambridge for 4 days and need a place to stay in the south with free wifi . I do n't need parking ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "No I am so sorry I am not finding anything like that something else perhaps ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a guesthouse and it does n't need to have free parking ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm still not able to get any results . Can we try a new search ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes let 's try the east side of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'a');(_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "how about a and b guest house ? it 's located in the east ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , could you book it for 7 people for 5 nights starting tuesday ? Thanks so much ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'79TPBIDU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your reference number is 79TPBIDU . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's it ! Thanks for your helpful searches !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Of course , happy to help !"
}
] |
PMUL3017.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:search/ad4507bd"
],
[
"_:search/ad4507bd",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:search/ad4507bd"
],
[
"_:search/ad4507bd",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/401febb0"
],
[
"_:search/401febb0",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ad4507bd"
],
[
"_:search/ad4507bd",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/401febb0"
],
[
"_:search/401febb0",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/ad4507bd"
],
[
"_:search/ad4507bd",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/401febb0"
],
[
"_:search/401febb0",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"79TPBIDU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need help finding a hotel that has free wifi and parking , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,name,'Express by Holiday Cambridge');(_:result,name,'Gonville Hotel');(_:result,name,'Lovell Lodge');(_:result,name,'huntingdon marriott');(_:result,pricerange,'expensively priced');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel and Lovell Lodge are moderately priced hotels , and the Express by Holiday Cambridge , Gonville Hotel , and Huntingdon Marriott are more expensively priced . All have parking and wifi ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , are any of these 4 star rated ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'Huntingdon Marriott Hotel');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott Hotel is a four star hotel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds perfect . Can you book a room for 2 nights starting Sunday ? There are 7 of us ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'U2UTF524');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I have done so and your reference number is U2UTF524 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to dine that 's in the centre and in the expensive range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'The bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The bedouin features african cusine and is located in the centre in the \t expensive range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything that serves Turkish food ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes there is the meze bar restaurant would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I just need the phone number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Meze Bar Restaurant');(_:result,phone,'not listed');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but Meze Bar Restaurant 's phone number is not listed ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'huntingdon marriott hotel');(_:search,destination,'meze bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from Huntingdon Marriott Hotel to Meze Bar Restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,departure,'the hotel');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want to leave the hotel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'13:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Does n't matter . I just need to leave the restaurant by 13:00 . I will also need the contact number and car type of the taxi ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Honda');(_:result,phone,'07929295523');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure thing . A yellow Honda will be outside waiting for you . The driver 's contact number is 07929295523 . Can I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thanks for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
MUL1250.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Express by Holiday Cambridge"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"name",
"huntingdon marriott"
],
[
"_:result",
"pricerange",
"expensively priced"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensively priced"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensively priced"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"U2UTF524"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"U2UTF524"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"The bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"U2UTF524"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"U2UTF524"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"not listed"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"huntingdon marriott hotel"
],
[
"_:search",
"destination",
"meze bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"U2UTF524"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"not listed"
],
[
"_:search",
"destination",
"meze bar"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"U2UTF524"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:search",
"destination",
"meze bar"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Honda"
],
[
"_:result",
"phone",
"07929295523"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'eraina');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me if the restaurant Eraina is in Cambridge ? Thank you ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'in Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is in Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent . Where is it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Free School Lane City Centre');(_:result,postcode,'cb23rh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Address is Free School Lane City Centre , postal code cb23rh"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:30');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Any chance I could get a table for 7 there at 14:30 on Wednesday ? I 'll need the reference number once you make the reservation ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'14:30');(_:booking,ref,'K32GULPV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your table will be held for 15 minutes at 14:30 on Wednesday , and your reference number is K32GULPV ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'bishops stortford');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay great . I am also looking for a train leaving anytime after 17:15 going to Bishops Stortford on Thursday , can you book that for me please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,count,'4');(_:result,leave_at,'17:29');(_:result,leave_at,'every 2 hours');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are four trains that meet those criteria . The earliest leaves at 17:29 and arrives at 18:07 . Trains are every 2 hours after that ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll go with the 17:29 . What is the train ID and price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR6673');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ID is TR6673 and the price is 10.10 pounds per ticket"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I 'll take it ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like me to book ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually I do n't need any tickets today . I 'm all set here . Thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
MUL0235.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"ref",
"K32GULPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"ref",
"K32GULPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"ref",
"K32GULPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"id",
"TR6673"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"eraina"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"ref",
"K32GULPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"id",
"TR6673"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking fot a hotel , Allenbell ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'517a coldham lane');(_:result,name,'Hotel Allenbell');(_:result,phone,'01223210353');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hotel Allenbell is located at 517a coldham lane The telephone number is 01223210353 . Would you like me to book the hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes well I would like to book it for 3 nights staring from Wednesday for 4 people ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry those times are not available . Is there another hotel you would like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please try another hotel in the same price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Newmarket Road');(_:result,ref,'D7HJJCU8');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'Autumn House');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked a room at the Autumn House on Newmarket Road . The reference number is D7HJJCU8 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all I needed . Have a nice day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Glad I could help . Enjoy your stay ."
}
] |
SSNG0311.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Hotel Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"Hotel Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/efd58c49"
],
[
"_:booking/efd58c49",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Hotel Allenbell"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/efd58c49"
],
[
"_:booking/efd58c49",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Newmarket Road"
],
[
"_:result",
"ref",
"D7HJJCU8"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i need places to go in town"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'architecture');(_:result,category,'church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Did you want architecture or a church ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "It 's does n't matter what attraction it is just as long as it 's in the west . Do you have any recommendations ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"storey 's way\");(_:result,name,'Churchill College');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . I suggest Churchill College , on storey 's way ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their postcode and entrance fee please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is \t cb30ds and the entrance fee is free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Excellent . I also need a place to stay . I want a guesthouse in that area . And I 'll need parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "finches bed and breakfast is a 4 star guesthouse in the west part of town in the cheap price range with parking and wifi included ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stars,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds like a match , Can we book for 3 , starting on monday and going 4 nights ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'0603AU17');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , your reference number is 0603AU17 . Is there anything else I can help you find today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Enjoy your stay ."
}
] |
PMUL3390.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0603AU17"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the expensive price range that serves australian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants matching your requests . May I help you find a different type of restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find some Mediterranean food and need to know their address and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,food,'mediterranean');(_:result,phone,'01223 362525');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is an expensive restaurant that serves mediterranean food located at Thompsons Lane Fen Ditton . Their phone number is 01223 362525 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "thank you goodbye"
}
] |
WOZ20266.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/53ea42a7"
],
[
"_:search/53ea42a7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/53ea42a7"
],
[
"_:search/53ea42a7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you provide me with a great eatery in Cambridge please"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'lucky star');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I will go to the lucky star , thanks so much"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I do n't understand what you mean . I 'm looking for an expensive Indian restaurant in the center of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thank you , I will go to the curry garden ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Is that expensive ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . The curry garden is expensive . Would you like me to book you a table there ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is this located in the centre area ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Curry Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the Curry Garden is an Indian restaurant in the centre part of town ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Curry Garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK , I do n't need a table right now , but I do need the address and postcode of the Curry Garden , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'106 Regent Street City Centre');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb21dp and address 106 Regent Street City Centre"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about a local swimming pool in town ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'Centre');(_:result,area,'East');(_:result,area,'North');(_:result,category,'swimming pools');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four swimming pools in town , North , East and Centre . Can you narrow down which area you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The north please , can I get the phone number , address , and area ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'between victoria road and the river');(_:result,name,'Jesus Green Outdoor Pool');(_:result,phone,'01223302579');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Jesus Green Outdoor Pool is located between victoria road and the river . Their number is 01223302579 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'curry garden');(_:search,destination,'jesus green outdoor pool');(_:search,leave_at,'12:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you I also need a taxi between the two places , I want to leave curry garden at 12:00 and go to jesus green outdoor pool ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red volvo');(_:result,departure,'curry garden');(_:result,leave_at,'12:00');(_:result,phone,'07309123705');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I have booked you a taxi between the places . A red volvo will pick you up at 12:00 at curry garden , The contact number is 07309123705 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I needed . Thank you so much for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Thanks for contacting Cambridge TownInfo centre and have a great day ."
}
] |
MUL0864.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"curry garden"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:search",
"departure",
"curry garden"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volvo"
],
[
"_:result",
"departure",
"curry garden"
],
[
"_:result",
"leave_at",
"12:00"
],
[
"_:result",
"phone",
"07309123705"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like an expensive restuarant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 results matching your request , are you looking for a particular type of food to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want Indian , please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Taj Tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure I have the Taj Tandoori in that price range . Would you like a telephone number or a booking ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be great ! Could I also receive the address and post code with that ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,name,'Taj Tandoori');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Taj Tandoori is located at 64 Cherry Hinton Road Cherry Hinton , postcode cb17aa . The phone number is 01223412299 . Did you want to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , I 'll take care of that . I 'm all set today - thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system ."
}
] |
SNG0575.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",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "where is the Addenbrookes Hospital ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "It 's located at Hills Rd , Cambridge , you can reach them via telephone at 01223245151 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,\"children 's oncology and haematology\");(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Thanks , do they have a children 's oncology and haematology department ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223217231');(_:result,type,'Hospital'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , they do . That department can be reached directly at 01223217231 . Can I be of any further assistance today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed to know . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "My pleasure , if you should need more information please feel free to contact us again ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I will . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye . Hope everything turns out okay !"
}
] |
SNG0157.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"children 's oncology and haematology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"children 's oncology and haematology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217231"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"children 's oncology and haematology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217231"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm visiting cambridge and want a bed and breakfast like experience , can you help me find a guesthouse with free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'23');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 23 . What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I would like to stay in the East part of town , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Carolina Bed & Breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Carolina Bed & Breakfast . Would you like a room there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! Does it have 4 stars ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does have 4 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , I also want to make sure that it has free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'the carolina bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it the carolina bed and breakfast has free parking ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's their address and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'138 Perne Road');(_:result,name,'Carolina Bed and Breakfast');(_:result,phone,'01223247015');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address to Carolina Bed and Breakfast is 138 Perne Road and their phone number is 01223247015 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'13:30');(_:search,name,'golden house');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thanks do you have info on a place to eat called golden house ? I need to make reservations for 5 at 13:30 thurs"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'4TDXCEV6');(_:booking,type,'Booking');(_:result,address,'12 Lensfield Road');(_:result,area,'centre');(_:result,name,'Golden House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Golden House is located on 12 Lensfield Road in the centre . I ahve made a reservation . . The table will be reserved for 15 minutes . Reference number is : 4TDXCEV6 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be everything I need . Thank you for the help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your time in Cambridge ! I 'm glad I could help you with your plans today ."
}
] |
PMUL4840.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed & Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Carolina Bed & Breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_: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": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"138 Perne Road"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"golden house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"golden house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"4TDXCEV6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me if there are any restuarants in the west side that have singaporean food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'all of cambridge');(_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no singaporean restaurants in all of cambridge . Would you like to try a different type of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes , how about thai food ? , thanks for checking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'35 Newnham Road');(_:result,area,'west');(_:result,food,'thai');(_:result,name,'Sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sala thong is a thai restaurant on the west side at 35 Newnham Road ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the price range , postcode , and phone number for them ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223323178');(_:result,postcode,'cb39ey');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is expensive . Postcode is cb39ey and phone number is 01223323178 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I need to book a expensive hotel that has free wifi , can you help me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've got 5 hotels that meet those criteria . Is there a particular part of town you were interested in staying in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse in the same area as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no guesthouses that meet that criteria , would you like information about the hotel options ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there one that is moderately priced in the same area ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately - priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is ! Hobsons House is a 3-star , moderately - priced guesthouse with free internet and parking . Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need the phone number and postcode , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'hobsons house');(_:result,phone,'01223304906');(_:result,postcode,'cb39lh');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The postcode for hobsons house is cb39lh , phone 01223304906 . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that covers it , thank you for your time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a good day , goodbye ."
}
] |
MUL0046.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"singaporean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"Sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"Sala thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"Sala thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"Sala thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/7fc31969"
],
[
"_:search/7fc31969",
"category",
"guesthouses"
],
[
"_:search/7fc31969",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/7fc31969"
],
[
"_:search/7fc31969",
"category",
"guesthouses"
],
[
"_:search/7fc31969",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/6eac60eb"
],
[
"_:search/6eac60eb",
"area",
"all of cambridge"
],
[
"_:search/6eac60eb",
"food",
"singaporean"
],
[
"_:search/6eac60eb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"35 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/7fc31969"
],
[
"_:search/7fc31969",
"category",
"guesthouses"
],
[
"_:search/7fc31969",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the schedule of the the Train going to Ely on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My leave time is flexible . I just need to arrive by 14:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,destination,'Ely');(_:result,duration,'17 minute');(_:result,id,'TR3420');(_:result,leave_at,'13:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR3420 leaves at 13:50 and gets to Ely at 14:07 , 17 minute trip . Do you need tickets ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I do need tickets ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , I can do the booking myself . Can you help me find a hotel instead ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely ! What area would you like to stay in and what is your price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter as long as it is 3 stars . It does n't need to include internet ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'alpha - milton guest house');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alpha - milton guest house is 3 stars and does not have internet ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I please book it for 5 people for 3 nights starting from Saturday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'WKLNVDKN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and your reference number is WKLNVDKN"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that is all I need . Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in Cambridge !"
}
] |
PMUL1613.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_: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"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"id",
"TR3420"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"WKLNVDKN"
],
[
"_: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,'Train'))"
],
"speaker": "user",
"text": "Can I get the next train ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I 'm afraid our train system seems to be down at the moment . Can I help you find a hotel until it is back up and running ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but I am looking for a nightclub to go to . What ones are there ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,area,'Centre');(_:result,name,'Club Salsa');(_:result,name,'Soul Tree Nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are quite a few in the Centre . I suggest either Club Salsa or Soul Tree Nightclub ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'club salsa');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Club Salsa sounds good . Can I get their phone number , address and postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 Station Road');(_:result,phone,'07782218745');(_:result,postcode,'CB12JB');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You sure may . The address is 1 Station Road , CB12JB . The phone number is 07782218745 . Is there anything else I may help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I would like some information on Rosa 's bed and breakfast , please ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "What information are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does such a place exist ? If so , I would like some information on it , like the postcode ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'53 roseford road');(_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "sure the address is 53 roseford road \t and the postcode is cb22 ha . anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything , thank you very much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit ."
}
] |
PMUL2904.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/34fe43f7"
],
[
"_:search/34fe43f7",
"type",
"Train"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/34fe43f7"
],
[
"_:search/34fe43f7",
"type",
"Train"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"club salsa"
],
[
"_: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/34fe43f7"
],
[
"_:search/34fe43f7",
"type",
"Train"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"postcode",
"CB12JB"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/34fe43f7"
],
[
"_:search/34fe43f7",
"type",
"Train"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"postcode",
"CB12JB"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/34fe43f7"
],
[
"_:search/34fe43f7",
"type",
"Train"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'curry garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need information on a restaurant called curry garden ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Curry Garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Garden is an expensive Indian restaurant located in the centre . Would you like me to book a table for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'curry garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a restaurant called Curry Garden ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'Indian');(_:result,name,'Curry Garden');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Garden is an Indian restaurant in the center . their postcode is cb21dp"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you please book me a table for 8 people at 14:30 on thursday ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'14:30');(_:booking,people,'8');(_:booking,ref,'7UI8WCCP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely no problem . I 've got you booked for 8 people on Thursday at 14:30 . Your reference number is 7UI8WCCP . The table will be held for you for 15 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for places to go in town . The attraction should be in the south and should be in the type of college ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . There are no colleges in the south . Would you like me to try another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a park then , I need the postcode and address ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Wandlebury Ring , Gog Magog Hills , Babraham');(_:result,name,'Wandlebury Country Park');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Wandlebury Country Park 's address is Wandlebury Ring , Gog Magog Hills , Babraham . The postcode is cb223ae . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there somewhere nearby to stay that is nice ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like a guest house or a hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Nevermind , I do n't need a place to stay but I do need a taxi to get between the two places please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , when do you want to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,destination,'Curry Garden');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to make it to Curry Garden by 14:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'14:30');(_:result,car,'yellow tesla');(_:result,destination,'Curry Garden');(_:result,phone,'07433043168');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked at taxi for you . It 's a yellow tesla . It will get you to Curry Garden by 14:30 . The contact number is 07433043168 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will do it for me . Thank you for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay in Cambridge . Bye ."
}
] |
PMUL4524.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"curry garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"7UI8WCCP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"7UI8WCCP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/c7517498"
],
[
"_:search/c7517498",
"area",
"south"
],
[
"_:search/c7517498",
"category",
"colleges"
],
[
"_:search/c7517498",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"7UI8WCCP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/c7517498"
],
[
"_:search/c7517498",
"area",
"south"
],
[
"_:search/c7517498",
"category",
"colleges"
],
[
"_:search/c7517498",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"7UI8WCCP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/c7517498"
],
[
"_:search/c7517498",
"area",
"south"
],
[
"_:search/c7517498",
"category",
"colleges"
],
[
"_:search/c7517498",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"7UI8WCCP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/c7517498"
],
[
"_:search/c7517498",
"area",
"south"
],
[
"_:search/c7517498",
"category",
"colleges"
],
[
"_:search/c7517498",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"Curry Garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry garden"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"7UI8WCCP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/c7517498"
],
[
"_:search/c7517498",
"area",
"south"
],
[
"_:search/c7517498",
"category",
"colleges"
],
[
"_:search/c7517498",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wandlebury Ring , Gog Magog Hills , Babraham"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"Curry Garden"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"14:30"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"destination",
"Curry Garden"
],
[
"_:result",
"phone",
"07433043168"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Can you tell me where the nearest police station is to me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "It is the Parkside Police Station located at Parkside , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Great , can you give me the post code and actual address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG and the address I have on file is just Parkside , Cambridge . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Please let us know if we can help in the future ."
}
] |
SNG01350.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I m looking for a hotel with free parking and wifi please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I am happy to help you with that . We have many options that offer free parking and wifi . Are you looking for a particular area or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for one with a 4 star rating in the guesthouse style ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'16');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 16 matching options . Do you have any other criteria , or would you like a recommendation from the current search ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I definitely want the four star in a guesthouse style , not a hotel . Would you check again , please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We offer 16 such places . Do you have a price range in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , just whichever one can accommodate 3 people for 5 nights beginning Saturday"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'alexander bed and breakfast');(_:booking,ref,'80R46AWL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked at alexander bed and breakfast . Reference number : 80R46AWL ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "No problem . Do you need anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all I needed ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Thank you for contacting Cambridge TownInfo centre . Good bye ."
}
] |
SSNG0366.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"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_: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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"ref",
"80R46AWL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"ref",
"80R46AWL"
],
[
"_: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,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i i 'm looking for a train . The train should depart from cambridge and should go to stevenage ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'16:30');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on thursday after 16:30 . Can you provide me with the train ID ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR4765');(_:result,leave_at,'17:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train available is the TR4765 at 17:21 . Shall I book you a seat ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all I need ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling the Cambridge Township Centre . Enjoy your day !"
}
] |
SNG1273.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",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR4765"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a particular hotel in cambridge , but I ca nt remember what its called . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Well , I have 33 hotels in my database . Do you know what part of town it 's in , or perhaps the price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I am looking for a particular hotel called the hobsons house ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ah , yes . Hobsons house . What information would you like about it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I am wondering where it is located , what type of hotel , and how much it costs , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'96 barton road');(_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons house');(_:result,pricerange,'unfortunately do not have the price');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , hobsons house is in the west area , address is 96 barton road , it is a guesthouse , I unfortunately do not have the price ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train ? I am looking for one that departs from Cambridge for Leicester . It should arrive by 18:00 and needs to leave on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,arrive_by,'18:00');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains that arrive before 18:00 , is there a particular time you would like to leave by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , any one that arrives before 18:00 would be fine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'7:06');(_:result,leave_at,'5:21');(_:result,ticket,'30.24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves at 5:21 and arrives at 7:06 . The price per ticket is 30.24 . Would this work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that sounds perfect . I think that 's all I need today , thank you very much ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Will you be traveling alone for this trip ? If not how many tickets will you be needing ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do not need any tickets booked . Thank you for all of your help today . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Thank you for contacting Cambridge TownInfo Centre today ."
}
] |
MUL0646.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"pricerange",
"unfortunately do not have the price"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"pricerange",
"unfortunately do not have the price"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"18:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"pricerange",
"unfortunately do not have the price"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"30.24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons house"
],
[
"_:result",
"pricerange",
"unfortunately do not have the price"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"30.24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need somewhere to stay . Should have free parking and free wifi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area of town and what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "The centre of town and with a moderate price range . Nothing too expensive ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day do you need your reservation and for how many people and how long will you stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need to make a reservation . I am just looking for information on a hotel . Can you help me find a 4 star hotel in the North ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'6');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 6 hotels in the north part of the city that fall in the moderate price range , have free wifi and parking , and have 4 stars . Any other specifications ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not looking to book yet , can you tell me their price ranges ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They 're all in the moderate price range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need one near a swimmingpool ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,has_internet,'none');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'Swimming pools');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two Swimming pools in the north . There are no hotels with 4 stars , moderate price range , internet and free wifi . Would you like to change your search ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess I 'll change my price range . Are there any expensive hotels with all the amenities that I 'd like along with free parking ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"reqmore()",
"inform((_:result,amount,'several');(_:result,category,'hotels');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , I do not have any that are in the expensive range . I have several 4-star moderately priced hotels or can I look for something else for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "On the swimming pool , what 's the phone number and entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Jesus Green Outdoor Pool');(_:result,name,'Kings Hedges Learner Pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Please pick a pool first ; Jesus Green Outdoor Pool or Kings Hedges Learner Pool ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'kings hedges learner pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Let 's go with Kings Hedges Learner Pool ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,\"do n't have the information to provide\");(_:result,phone,'01223353248');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223353248 . As for entrance fee , I do n't have the information to provide to you . I apologize ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the pool');(_:search,leave_at,'02:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That 's ok . I need a taxi to take me to and from the hotel and pool . I want to leave the pool by 02:15 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,name,?);(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "We will have to know which hotel you are staying at first before booking a taxi ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,name,'Kings Hedges Learner Pool');(_:search,stars,'four');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . Is there a hotel close to Kings Hedges Learner Pool that has free parking and wifi ? I would prefer a four star location in the north ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are seven that meet those requirements . Might I suggest the Acorn Guest House ? I 've heard it 's quite nice ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price range for the Acorn guest house ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The price there is moderate ."
},
{
"id": 22,
"rdf-acts": [
"thank()",
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! I 'd also like to find a swimming pool in the area ."
},
{
"id": 23,
"rdf-acts": [
"select((_:result,name,'Jesus Green Outdoor Pool');(_:result,name,'kings hedges learner pool');(_:result,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two swimming pools in the north , Jesus Green Outdoor Pool and Kings Hedges Learner Pool . Do you have a preference between the two ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,departure,'Kings Hedges Learner Pool');(_:search,destination,'acorn guest house');(_:search,leave_at,'02:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Kings Hedges Learner Pool will still be fine . I 'd like a taxi to pick me up there at 02:15 and take me to the Acorn Guest House ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,car,'yellow toyota');(_:result,leave_at,'02:15');(_:result,phone,'07441551293');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Great ! I have a yellow toyota picking you up at 02:15 . The contact number is 07441551293 . Is there anything else I can assist you with ?"
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you for the help !"
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "No problem at all . Have a great day ."
}
] |
MUL1027.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"Swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"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"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:result",
"entrance_fee",
"do n't have the information to provide"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"entrance_fee",
"do n't have the information to provide"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Kings Hedges Learner Pool"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Attraction"
],
[
"_: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": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"entrance_fee",
"do n't have the information to provide"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"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": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"entrance_fee",
"do n't have the information to provide"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"entrance_fee",
"do n't have the information to provide"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"Kings Hedges Learner Pool"
],
[
"_:search",
"destination",
"acorn guest house"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:search/1bb41d36"
],
[
"_:search/1bb41d36",
"category",
"hotels"
],
[
"_:search/1bb41d36",
"has_internet",
"none"
],
[
"_:search/1bb41d36",
"pricerange",
"moderate"
],
[
"_:search/1bb41d36",
"stars",
"4"
],
[
"_:search/1bb41d36",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f44ff3e6"
],
[
"_:search/f44ff3e6",
"pricerange",
"expensive"
],
[
"_:search/f44ff3e6",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"entrance_fee",
"do n't have the information to provide"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"departure",
"Kings Hedges Learner Pool"
],
[
"_:search",
"destination",
"acorn guest house"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"leave_at",
"02:15"
],
[
"_:result",
"phone",
"07441551293"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'old schools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Someone told me about a place called Old Schools . It 's supposed to be some kind of attraction . Can you tell me anything about it ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'architecture museum');(_:result,entrance_fee,'free');(_:result,name,'Old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old schools is an architecture museum in the centre area . The admission is free . Would you like tickets ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please . That would be great ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'trinity lane');(_:result,entrance_fee,'free');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I just checked and it is free . The address is trinity lane and the phone number is 01223332320 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all for today . Thanks so much !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
SNG1134.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old schools"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture museum"
],
[
"_:result",
"name",
"Old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I would like to eat somewhere expensive in the North ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Saigon City');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City is an expensive place in the north part of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , I want to book a table for 6 people at 11:45 on saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,people,'6');(_:booking,ref,'3IB3PPD0');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are all set for a party of 6 on Saturday at Saigon City , reference # 3IB3PPD0 . Is there anything else I could help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "All right , enjoy your meal !"
}
] |
SNG0562.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"3IB3PPD0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'plastic and vascular surgery');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Is there a hospital in Cambridge that has a plastic and vascular surgery department ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital has the department you you are looking for . Would you like me to book an appointment for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Could you send their phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223274280');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes , their number is 01223274280 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome . Can I help you find a taxi ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , this will do for now . Thank you for helping me !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using this system !"
}
] |
SNG0165.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"plastic and vascular surgery"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223274280"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223274280"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a cheap restaurant on the North side"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'that part of town');(_:result,count,'2');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,pricerange,'inexpensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 inexpensive restaurant in that part of town . An Indian restaurant called Royal Spice and an Italian place called Da Vinci Pizzeria ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does either have availability for a table for 5 people on wednesday at 18:45 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,duration,'that time frame');(_:booking,name,'Royal Spice');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , there is an available reservation at Royal Spice during that time frame . Do you want a reference number for your reservation ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , thank you ."
}
] |
PMUL4596.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"that part of town"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"that part of town"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"that time frame"
],
[
"_:booking",
"name",
"Royal Spice"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from Cambridge going to stansted airport on wednesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'5:40 am');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Those trains leave every hour beginning at 5:40 am . Do you have a particular arrival or departure time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 08:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'06:08');(_:result,id,'Train 1610');(_:result,leave_at,'05:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train 1610 leaves at 05:40 and arrives at 06:08 . Would you like me to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Can you also please confirm the train ID , price , and departure time for me . Thank you !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'06:08');(_:result,id,'Train 1610');(_:result,leave_at,'05:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train 1610 leaves at 05:40 and arrives at 06:08 , price is 10.10 pounds"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome . Could you also suggest a museum for me to visit ? I 'm thinking in the east ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend the Cambridge Artworks . The admission is free . Can I be of further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address and and postal code for the Cambridge Artworks please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the address is 5 greens road and the postcode is cb13ef ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , thank you . I do n't need anything else . Bye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
PMUL1317.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"leave_at",
"5:40 am"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"Train 1610"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"Train 1610"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"Train 1610"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"06:08"
],
[
"_:result",
"id",
"Train 1610"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , may I have a list of museums in the west ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,name,'Cafe Jello Gallery');(_:result,name,'Cambridge Book and Print Gallery');(_:result,name,'Cambridge and County Folk Museum');(_:result,name,\"Kettle 's Yard\");(_:result,name,'Lynn Strover Gallery');(_:result,name,'Museum of Classical Archaology');(_:result,name,\"People 's Portraits Exhibition ( Girton College )\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 7 : Cafe Jello Gallery , Cambridge and County Folk Museum , Cambridge Book and Print Gallery , Kettle 's Yard , Lynn Strover Gallery , Museum of Classical Archaology , and People 's Portraits Exhibition ( Girton College ) ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'County Folk Museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Please give me the entrance fee and postcode of County Folk Museum"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'3.50 pounds');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is 3.50 pounds and the postcode is cb30aq . Would you like any other information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to eat near the museum . I do n't want to spend much so it should be cheap . What do you have ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'italian');(_:result,food,'vietnamese');(_:result,name,'La Margherita');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In the west , I would only have 2 cheap restaurants . La Margherita is an italian place . And Thanh Binh serves vietnamese food . Which would you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'thanh binh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to go to Thanh Binh , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Excellent . For how many would you like a reservation and at which preferred date and time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'18:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the reservation to be for 4 people on Thursday at 18:30 , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'5UQZQH6I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! Your Reference number is : 5UQZQH6I ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like a taxi to get me to the restaurant by that time"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to book a taxi for you . Will your pick - up point be the County Folk Museum ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge and county folk museum');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes it will . Please make sure it arrives by the booked time and I need the contact number and car type ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07387972202');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "No problem ; I have booked you a taxi . It is a yellow honda , and you may reach them at 07387972202 . Is there anything else we can help with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Nope , that 's all I needed today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great thank you so much ."
}
] |
PMUL3160.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"name",
"Cambridge Book and Print Gallery"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"name",
"Lynn Strover Gallery"
],
[
"_:result",
"name",
"Museum of Classical Archaology"
],
[
"_:result",
"name",
"People 's Portraits Exhibition ( Girton College )"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"County Folk Museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"name",
"Cambridge Book and Print Gallery"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"name",
"Lynn Strover Gallery"
],
[
"_:result",
"name",
"Museum of Classical Archaology"
],
[
"_:result",
"name",
"People 's Portraits Exhibition ( Girton College )"
],
[
"_:search",
"name",
"County Folk Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5UQZQH6I"
],
[
"_: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": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5UQZQH6I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge and county folk museum"
],
[
"_: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",
"west"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"thanh binh"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"5UQZQH6I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07387972202"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that is expensive and in the west"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 matching restaurants . What food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would really like to try some British food please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 2 matching restaurants . Would you like more details on them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , if you could just book me into one for saturday , that would be great ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , how many people and what is the time preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:30');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need if for four , 13:30 , Saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Travellers Rest');(_:booking,ref,'A5LK844G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , you 're booked at Travellers Rest with reference number A5LK844G . May I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Okay great no that will be it ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help . Please call again ."
}
] |
SSNG0103.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"ref",
"A5LK844G"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine that 's in the cheap price range and that serves Indian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like a recommendation , or do you want to specify an area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a recommendation that is able to book a table for 5 people at 14:45 on Friday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'14:45');(_:booking,name,'Kohinoor');(_:booking,people,'5');(_:booking,ref,'20OK4WP8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I booked you a table for 5 on Friday at 14:45 at the Kohinoor . Your reference number is 20OK4WP8 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , I 'd also like to find an attraction in the east , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cheddars Lane');(_:result,name,'Cambridge Museum of Technology at The Old Pumping Station');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the Cambridge Museum of Technology at The Old Pumping Station on Cheddars Lane ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! Can you give me their postcode and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223368650');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223368650 and the post code is cb58ld . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,departure,'cambridge museum of technology');(_:search,destination,'kohinoor');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need to book a taxi from the Cambridge Museum of Technology to the Kohinoor , arriving by 14:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,phone,'07998309857');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked your taxi . It will be a grey skoda and the contact no . is 07998309857 . Is there anything else that I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been very helpful . Thanks so much and have a nice day . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing Help Desk . Good bye ."
}
] |
MUL2396.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"Kohinoor"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"20OK4WP8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"Kohinoor"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"20OK4WP8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cheddars Lane"
],
[
"_:result",
"name",
"Cambridge Museum of Technology at The Old Pumping Station"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"Kohinoor"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"20OK4WP8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"address",
"Cheddars Lane"
],
[
"_:result",
"name",
"Cambridge Museum of Technology at The Old Pumping Station"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge museum of technology"
],
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"Kohinoor"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"20OK4WP8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"address",
"Cheddars Lane"
],
[
"_:result",
"name",
"Cambridge Museum of Technology at The Old Pumping Station"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"cambridge museum of technology"
],
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07998309857"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "How much does it cost to take the bus in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be traveling to ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I will be traveling to london ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'london kings cross');(_:result,ticket,'18.88 pounds to 23.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The rate for a trip from Cambridge to london kings cross ranges from 18.88 pounds to 23.60 pounds depending on the day of travel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a hotel in the west side of Cambridge . Can you help me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a few to choose from . Do you prefer a hotel or a guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a hotel on the west side that does n't have to include internet . If no internet , what about free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there are no hotels meeting your criteria . Would you like me to look in another part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are you sure that there are no hotels on the west side of town ? With or without internet ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four . Do you have a price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No price preference , whatever you recommend ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Finches bed and breakfast is a cheap guesthouse in the west with a 4 star rating . It has internet and parking . Would you like me to book this ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book for 7 people for 5 nights starting from monday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Finches Bed and Breakfast');(_:booking,ref,'LMAP8LOO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked at Finches Bed and Breakfast . Your reference number is LMAP8LOO . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to book passage on a train on friday , from cambridge to birmingham new street ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you want to depart ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,leave_at,'15:45');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It needs to leave sometime after 15:45 , and I 'll need 7 tickets ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a particular time you would like to arrive by ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "nope , would just like it to leave after 15:45"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'ZTJU607W');(_:booking,ticket,'525.69 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 525.69 GBP payable at the station . Reference number is : ZTJU607W . Anything more I can help with ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That will be all . Thanks for your help ! Bye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Goodbye ."
}
] |
PMUL1972.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"destination",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:booking",
"ref",
"LMAP8LOO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_: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": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:booking",
"ref",
"LMAP8LOO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:booking",
"ref",
"LMAP8LOO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_: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": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"ticket",
"18.88 pounds to 23.60 pounds"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/dc686427"
],
[
"_:search/dc686427",
"category",
"hotels"
],
[
"_:search/dc686427",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZTJU607W"
],
[
"_:booking",
"ticket",
"525.69 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address for Holy Trinity Church ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,name,'holy trinity church');(_:result,phone,'01223355397');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for holy trinity church is market street postcode cb23nz and the phone number is 01223355397 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "thank you . i wish to get entrance fee"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'Holy trinity church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Holy trinity church is free . May I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for an Indian restaurant in the east ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The four choices range from moderate to expensive in their price range . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an expensive one . What are my choices in that range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'Indian');(_:result,name,'Pipasha Restaurant');(_:result,name,'Sitar Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pipasha Restaurant and Sitar Tandoori are the 2 expensive Indian restaurants in the area . Do you want the information on those ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want o book for 7 people at 18:00 on monday"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'pipasha restaurant');(_:booking,ref,'3W8KKLOJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you for pipasha restaurant . The table will be reserved for 15 minutes . \n Reference number is : 3W8KKLOJ . Can i help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'holy trinity church');(_:search,destination,'pipasha restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , one more thing . I will need a taxi from Holy Trinity Church to pipasha restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! And what time do you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by the booked time at the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For how many people ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "There will be 7 people travelling ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'18:00');(_:result,car,'grey volvo');(_:result,departure,'Holy Trinity Church');(_:result,destination,'Pipasha');(_:result,phone,'07746897279');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A grey volvo will pick you up at Holy Trinity Church for your arrival at Pipasha by 18:00 . Should you need to contact the driver , the number is : 07746897279"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge towneinfo centre . Goodbye"
}
] |
PMUL2275.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy trinity church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy trinity church"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"pipasha restaurant"
],
[
"_:booking",
"ref",
"3W8KKLOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"pipasha restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"pipasha restaurant"
],
[
"_:booking",
"ref",
"3W8KKLOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"pipasha restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"pipasha restaurant"
],
[
"_:booking",
"ref",
"3W8KKLOJ"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"pipasha restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"pipasha restaurant"
],
[
"_:booking",
"ref",
"3W8KKLOJ"
],
[
"_:search",
"departure",
"holy trinity church"
],
[
"_:search",
"destination",
"pipasha restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:00"
],
[
"_:result",
"car",
"grey volvo"
],
[
"_:result",
"departure",
"Holy Trinity Church"
],
[
"_:result",
"destination",
"Pipasha"
],
[
"_:result",
"phone",
"07746897279"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find an expensive restaurant on the north side ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'asian oriental');(_:result,food,'chinese');(_:result,food,'european food');(_:result,food,'french');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 5 different ones to offer you . I have european food , french , chinese and asian oriental . Do you prefer a certain cuisine ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Can you give me some additional information on the Asian Oriental one ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'169 High Street Chesterton Chesterton');(_:result,name,'Saigon City');(_:result,phone,'01223356555');(_:result,postcode,'cb41nl');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , it 's called Saigon City , and it 's located at 169 High Street Chesterton Chesterton , cb41nl . Their phone number is 01223356555 . Can I be of further assistance today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:15');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . Can you book a table for 1 at 19:15 on Friday please ? I will need a reference number too ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'01YIB028');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your Reference number is 01YIB028 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . You 've been a great help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help you ."
}
] |
SNG0745.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european food"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european food"
],
[
"_:result",
"food",
"french"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"169 High Street Chesterton Chesterton"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"phone",
"01223356555"
],
[
"_:result",
"postcode",
"cb41nl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"european food"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"169 High Street Chesterton Chesterton"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"phone",
"01223356555"
],
[
"_:result",
"postcode",
"cb41nl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"01YIB028"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to cambridge . I would like something on sunday to arrive by 18:30"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure point ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My departure will be from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what is your destination city ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Peterborough ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to leave by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just want to get there at or shortly before 18:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:24');(_:result,id,'TR7771');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found the perfect train ! TR7771 will get you there at 18:24 . Would you like me to book this for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book me for 6 people . My birdwatching club is taking a trip together ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'8W0OSFM6');(_:booking,ticket,'79.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , your booking is complete for 6 people . The cost is 79.19 GBP , payable at the station . The reference number is 8W0OSFM6 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i place want a place to go in the centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"select((_:result,amount,'plenty');(_:result,area,'centre');(_:result,category,'like theatre ? museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What are you into ? Do you like theatre ? Museums ? We have plenty of attractions in the centre and if you tell me what you enjoy I can recommend one"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like a museum in the centre please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'free school lane');(_:result,entrance_fee,'free');(_:result,name,'whipple museum of the history of science');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd like to recommend whipple museum of the history of science , at free school lane . Admission is free ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is that the full address for the museum ? Free School Lane ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223330906');(_:result,postcode,'cb23rh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes it is their full address and the postcode is cb23rh and their telephone number is 01223330906 . May I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
PMUL1334.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR7771"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR7771"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8W0OSFM6"
],
[
"_:booking",
"ticket",
"79.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR7771"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8W0OSFM6"
],
[
"_:booking",
"ticket",
"79.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"like theatre ? museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR7771"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8W0OSFM6"
],
[
"_:booking",
"ticket",
"79.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"like theatre ? museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR7771"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8W0OSFM6"
],
[
"_:booking",
"ticket",
"79.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"like theatre ? museums"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"free school lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm excited about seeing local tourist attractions ! ! Can you help me ? ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely we have 79 locations , do you have a style you 'd like to see ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called Cityroomz , do you know anything about that ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'sleeperz hotel , station road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it 's located at sleeperz hotel , station road ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like to book a room for 1 person for three nights starting on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,ref,'NZ2XYT90');(_:booking,stay,'three');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a room for three days starting on Tuesday . Your reference number is NZ2XYT90 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also find a nightclub in the west ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no nightclubs in the west . Another type or place perhaps ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Well , could you look for a college ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill college has a lot going on at night , that would be a good fit , would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure can I get the phone number to this college ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223336233 . Is there anything else i can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'19:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! I also need to book a taxi from the hotel to the club , leaving the hotel by 19:45 . Can you please help me with that ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07987674109');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to find a taxi it will be a white ford and the number is 07987674109 . Can I assist you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "no that will be all"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre ! It 's a been a pleasure to help you , I hope you enjoy your time in Cambridge !"
}
] |
PMUL2886.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"NZ2XYT90"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"NZ2XYT90"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/623ea49a"
],
[
"_:search/623ea49a",
"area",
"west"
],
[
"_:search/623ea49a",
"category",
"nightclubs"
],
[
"_:search/623ea49a",
"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": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"NZ2XYT90"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/623ea49a"
],
[
"_:search/623ea49a",
"area",
"west"
],
[
"_:search/623ea49a",
"category",
"nightclubs"
],
[
"_:search/623ea49a",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"NZ2XYT90"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/623ea49a"
],
[
"_:search/623ea49a",
"area",
"west"
],
[
"_:search/623ea49a",
"category",
"nightclubs"
],
[
"_:search/623ea49a",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"NZ2XYT90"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/623ea49a"
],
[
"_:search/623ea49a",
"area",
"west"
],
[
"_:search/623ea49a",
"category",
"nightclubs"
],
[
"_:search/623ea49a",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07987674109"
],
[
"_: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": [
"hello()"
],
"speaker": "user",
"text": "Hello I am looking for a place to go , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have found 79 place for you . Do you have any specific ideas in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What attraction types do you have in the west ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'west');(_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are mostly colleges and museums in the west . Would you be interested in one of those ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , can you recommend one to me and give me the address and type ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,category,'college');(_:result,name,'Clare college');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare college is a college , it is located on trinity lane , post code cb21tl"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you for all of your help ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're quite welcome ! Will that be all for today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have helped with what I needed , thank you , goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your visit ."
}
] |
SNG1167.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for a place called abbey pool ? Is there one in cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , I have a listing for that . What information would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you provide me the phone number , postcode , and entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'do not have the entrance fee');(_:result,phone,'01223902088');(_:result,postcode,'cb58nt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I do not have the entrance fee for them , but you can reach them at 01223902088 to get that info . Their postcode is cb58nt . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need a hotel on the west side ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'huntingdon marriot hotel');(_:result,name,'the cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found two , huntingdon marriot hotel and the cambridge belfry . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I definitely want a 4-star place with free parking . Which of those meets that criteria ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they both meet your criteria . Which one do you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriot hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I think the huntingdon marriot hotel . Could I get the passcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'pe296fl');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Just to clarify , were you wanting the postcode . If so , the postcode is pe296fl . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'abbey pool and astroturf pitch');(_:search,destination,'the hotel');(_:search,leave_at,'20:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , one more thing . I will need a taxi to pick me up from the abbey pool and astroturf pitch at 20:00 and take me to the hotel ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,departure,'Abbey Pool');(_:result,leave_at,'20:00');(_:result,phone,'07835847552');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A white ford will be picking you up at Abbey Pool at 20:00 . The contact number is 07835847552 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is everything . Thank you for your assistance !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay in Cambridge . Bye ."
}
] |
MUL2684.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_: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",
"entrance_fee",
"do not have the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"do not have the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"abbey pool and astroturf pitch"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"do not have the entrance fee"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"name",
"huntingdon marriot hotel"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:search",
"departure",
"abbey pool and astroturf pitch"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"departure",
"Abbey Pool"
],
[
"_:result",
"leave_at",
"20:00"
],
[
"_:result",
"phone",
"07835847552"
],
[
"_: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,name,'sitar tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m looking for a restaurant called sitar tandoori , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'East');(_:result,food,'Indian');(_:result,name,'Sitar Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes the Sitar Tandoori is an expensive Indian restaurant in the East . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just the phone number please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223249955 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to find a train going to Ely on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains traveling to Ely on Friday and are all departing from Cambridge . Is there a particular time you are wanting to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Well , let 's see . I need to sleep in a little , so can you see if there 's one that departs Cambridge some time after 08:00 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR8792');(_:result,leave_at,'09:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the train TR8792 leaves at 09:50 . Will that work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you make a booking for 4 people please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'four');(_:booking,ref,'dgdl8o65');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your four seats reserved . The reference number is dgdl8o65 . Can I assist you in any other ways ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , you 've been very helpful ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1456.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"dgdl8o65"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm interested in finding a train to peterborough on Wednesday please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help ! What time are you looking to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "on wednesday by 8 15 please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:56');(_:result,destination,'Peterborough');(_:result,id,'TR3730');(_:result,leave_at,'07:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I 've got train TR3730 that leaves at 07:06 and would put you in Peterborough by 07:56 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that will work great can you book me 2 tickets ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'J7JWEILX');(_:booking,ticket,'33 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 33 GBP payable at the station . Reference number is : J7JWEILX ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , I 'm also looking for a swimming pool in the north . Can you find me one ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Jesus Green Outdoor Pool');(_:result,name,'Kings Hedges Learner Pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 2 to choose from - Jesus Green Outdoor Pool and Kings Hedges Learner Pool . Which would you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Either is fine , I just need the postcode ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb43px . Anything else ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that takes care of all my needs for now . Thanks ! Bye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Glad I could help ."
}
] |
PMUL3659.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3730"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3730"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J7JWEILX"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3730"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J7JWEILX"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"07:56"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3730"
],
[
"_:result",
"leave_at",
"07:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J7JWEILX"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'boating');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for boating places can town , can you tell me if there are any available ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,category,'boating');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is boating in the east , north , and in the centre . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , i just want to know the entrance fee ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,\"do n't have any information\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I do n't have any information on the entrance fees . Would you like the phone numbers ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but can I get the postcode and address of the one in the East , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Camboats');(_:result,phone,'01223902112');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Camboats is found in the east . Their postcode is cb58sx and their number is 01223902112"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the address as well please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is the plough , green end , fen ditton . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to catch a train to Cambridge for Sunday . I 'll be departing from bishops stortford ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 21:30 please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'19:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay ! The latest one that you can take leaves at 19:29 . Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,arrive_by,'earlier');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the train will arrive by 14:07 or earlier if you need ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll take the latest one . Please get me 6 ticketss"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'MNOJ7KDZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your tickets have been booked . Your reference number is MNOJ7KDZ ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . I appreciate your help ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "What else can I look up for you ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing , that is all that I need . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a wonderful day !"
}
] |
PMUL1443.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"arrive_by",
"earlier"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"arrive_by",
"earlier"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MNOJ7KDZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"arrive_by",
"earlier"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MNOJ7KDZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , do you know what you are looking to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am wanting a recommendation so it can be any type of food , but I would like something cheap and in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Charlie Chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would highly recommend the Charlie Chan for you . Should I make a booking for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you please and send me the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Can you tell me how many people will be there and when you would like the reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'20:00');(_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No problem . I would like it booked for two people at 20:00 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OWA5YKJI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is OWA5YKJI . Do you need help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'cetre');(_:search,category,'do nt care');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to know where a fin place ot go is , I do nt care what type , just in the cetre area near where I am eating ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I am sorry what is a fin ? Can you please rephrase your question ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sorry , I am looking for a fine attraction which is also in the center of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Suggest something to me , near the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "old schools is nice and they are located in the centre"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of attraction is that ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'architecture tour');(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Old Schools is an architecture tour ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds interesting . What is the entrance fee ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help . That 's all I need for now ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling and have a wonderful day . Goodbye ."
}
] |
PMUL2375.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWA5YKJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"cetre"
],
[
"_:search",
"category",
"do nt care"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWA5YKJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"do nt care"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWA5YKJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWA5YKJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWA5YKJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture tour"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OWA5YKJI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture tour"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant that serves international cuisine ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,pricerange,'varying price range');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three restaurants of varying price range serving your requested type of cuisine . Would you like to narrow your request ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to know one of the address and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'35 Sanit Andrews street city centre');(_:result,area,'Centre');(_:result,name,'Varisty restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varisty restaurant , a Centre location is at 35 Sanit Andrews street city centre with a phone number of 01223 356060 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
WOZ20492.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"varying price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"varying price range"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"35 Sanit Andrews street city centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Varisty restaurant"
],
[
"_:result",
"phone",
"01223 356060"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to eat in the north area of the city ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range are you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden wok serves Chinese food , is located in the north part of the city and in the moderate price range ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and address ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,\"Golden Wok 's\");(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok 's phone number is 01223 350688 and they are located at 191 Histon Road Chesterton . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
WOZ20372.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok 's"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi there . I am looking for a train out of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your desired destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My desired destination is Norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,destination,'Norwich');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains for Norwich , do you have a specific date and time you 'd like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'18:15');(_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Friday after 18:15 . I will need 4 tickets . Please send me a reference number too ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'CLBJ6WLI');(_:booking,ticket,'70.4 GBP');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 70.4 GBP payable at the station . \n Reference number is : CLBJ6WLI . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel that is moderately priced . I do not want a guesthouse ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,name,'Ashley Hotel');(_:result,name,'Cityroomz');(_:result,name,'Lovell Lodge');(_:result,stars,'0');(_:result,stars,'2');(_:result,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three . Ashley Hotel and Lovell Lodge in the north are 2 stars and Cityroomz hotel in the centre is 0 stars . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there anything with 3 stars ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There is not . Would you be willing to try a different price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , lets try expensive places ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'gonville hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The gonville hotel meets your needs ! Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'same group of people');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please for the same group of people on tuesday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days would you like to stay ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay for 3 nights , please ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,ref,'AL3YQFJ8');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , got you booked . Your reference number is : AL3YQFJ8 . Anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that is all I need today . I appreciate your time ! Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL2033.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CLBJ6WLI"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CLBJ6WLI"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CLBJ6WLI"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/9db06e52"
],
[
"_:search/9db06e52",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CLBJ6WLI"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/9db06e52"
],
[
"_:search/9db06e52",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CLBJ6WLI"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/9db06e52"
],
[
"_:search/9db06e52",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CLBJ6WLI"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/9db06e52"
],
[
"_:search/9db06e52",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/6ffed29b"
],
[
"_:booking/6ffed29b",
"ref",
"AL3YQFJ8"
],
[
"_:booking/6ffed29b",
"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,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a college to visit ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 18 colleges . Is there a certain area you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really , what do you suggest ? Can I have the address , postcode , and entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,area,'center');(_:result,entrance_fee,'free of cost');(_:result,name,\"Christ 's College\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sue i suggest Christ 's College that is in the center , has a postcode of cb23bu , an address of saint andrew 's street and the entrance is free of cost ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . can you also find me a mediterranean restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what is our price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Price is no object , you usually only get to place like cambridge once in your life . I will go with what you recommend , I just need their address ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend la mimosa at Thompsons Lane Fen Ditton . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that in the centre area ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes it is in the centre"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is Thompsons Lane Fen Ditton"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'la mimosa');(_:search,leave_at,'02:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book a taxi for me to get from Christ 's College to La Mimosa ? I 'll need to leave Christ 's College by 02:30 . Please give contact number and car type ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white Tesla');(_:result,phone,'07844314438');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete . The booked car type is a white Tesla . The contact number is 07844314438 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 15,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Is there anything else you will be needing today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for today , thanks for the help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help , good day too ."
}
] |
PMUL3495.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"la mimosa"
],
[
"_:search",
"leave_at",
"02:30"
],
[
"_: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",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:search",
"destination",
"la mimosa"
],
[
"_:search",
"leave_at",
"02:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Tesla"
],
[
"_:result",
"phone",
"07844314438"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free of cost"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:search",
"destination",
"la mimosa"
],
[
"_:search",
"leave_at",
"02:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Tesla"
],
[
"_:result",
"phone",
"07844314438"
],
[
"_: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,departure,'royal standard');(_:search,destination,'maharajah tandoori restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to come to royal standard and take me to maharajah tandoori restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to help with your request , but first I will need to know , what time you would like to leave / arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'14:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 14:30 ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t black volkswagen \n Contact number \t : \t 07248386378"
}
] |
SNG02120.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"royal standard"
],
[
"_:search",
"destination",
"maharajah tandoori restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"royal standard"
],
[
"_:search",
"destination",
"maharajah tandoori restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me a moderately cheap restaurant in Cambridge that serves russian food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no listings with those criteria . Do you want to change some criteria ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about British food instead ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 restaurants which match your requirements . Are you looking for a restaurant in a particular part of town ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No any part of town will work ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like me to book you at The Oak Bistro at 6 Lensfield Road ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I just get the area , phone number , and postcode of it ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Oak Bistro');(_:result,phone,'0122332361');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Oak Bistro is in the area of centre , the phone number is 0122332361 , and the postcode is cb21ab ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Also I am looking for a guesthouse hotel with 2 stars in the north ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm very sorry but there are no results matching your criteria . Would you like to change the star rating , or try a different area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you see if there is just a normal hotel in the north ? It still needs to be a 2 star ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Ashley hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I have 2 hotels in that area and with that rating . The Ashley hotel or Lovell Lodge . Would you like me to book one of them ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I need a room for 1 person , 3 nights . I 'll be arriving on Saturday . The Ashley is fine ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'KKCAOAA4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have book it for you . Your reference nummber is : KKCAOAA4"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that should be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Wonderful . Have a great day !"
}
] |
MUL0132.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"0122332361"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"0122332361"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/694f61dc"
],
[
"_:search/694f61dc",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"0122332361"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:system",
"canthelp",
"_:search/694f61dc"
],
[
"_:search/694f61dc",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/9bc4db43"
],
[
"_:search/9bc4db43",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"0122332361"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:system",
"canthelp",
"_:search/694f61dc"
],
[
"_:search/694f61dc",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"KKCAOAA4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information about the museum of archaeology and anthropology ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'University of Cambridge , downing street');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That museum is located over at University of Cambridge , downing street . It 's free to visit ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you please provide me with the postcode . Thank you !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'cb23dz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb23dz ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train , to cambridge , I want to arrive by 17:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'13:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There 's a train that leaves at 13:17 , want that one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "As long as it arrives in Cambridge by 17:45 and departs from Broxbourne that will work ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you need the train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will travel Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you need to leave or arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive at 17:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'7:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one arriving at 7:32 will this work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That s perfect . What is the price and travel time on this train ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is 17.90 pounds and takes 60 minutes . Would you like me to book this for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , just gathering information , that is all I need ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I needed today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help come backk if you need anything else"
}
] |
PMUL1244.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17: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",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"University of Cambridge , downing street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction called Cambridge Artworks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,area,'east');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks is a museum in the east area of town . It is located at 5 greens road , postcode cb13ef . Their phone is 01223902168 , and entrance is free ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome and thank you ! Have a great day ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you help me find a train going to Cambridge on Tuesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "That 's no problem . We have 202 results for that , though . Where are you leaving from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from kings lynn . But I must be in cambridge no later than 9:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'08:58');(_:result,destination,'Cambridge');(_:result,id,'TR8782');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the TR8782 arriving in cambridge at 08:58 . Does that work ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That is good , how much does it cost ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'23.60 GBP');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Each ticket is 23.60 GBP . Would you like to book a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually , can you provide me with the travel time for that train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 51 minutes for that"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today . You 've been a great help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL0412.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8782"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8782"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8782"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"23.60 GBP"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am looking for a train . The train should go to broxbourne and should leave on sunday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes there are several trains available . What is your departure site and arrival and departure times ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave from Cambridge to arrive at Broxbourne by 10:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:01');(_:result,id,'TR2941');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR2941 arrives at 10:01 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could I get the price , departure time and train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,id,'TR2941');(_:result,leave_at,'9:01');(_:result,ticket,'14.32 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , train TR2941 , departing Cambridge at 9:01 will cost 14.32 pounds per ticket ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I also need a moderate hotel in the south ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no results matching your request . Would another location be okay , or perhaps a different price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you suggest something with free wifi and a 3 star rating ? I 'm open to less expensive price ranges ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,name,'lensfield hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the lensfield hotel but it is in the expensive price range , would you like me to try another area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like something in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would a guesthouse be ok ? I have a 3 star , moderately priced guesthouse in the south with wifi ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'friday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I think I 'd prefer a hotel . I need it for 3 people , 2 nights starting Friday . I need a reference number please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,pricerange,'moderately priced');(_:search,stars,'3');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry but there are no moderately priced 3 star hotels . Could we try another search ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There are no moderate 3 star hotels in the whole of London ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several in Cambridge . What part of town would you like to stay in ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need a moderate priced room in the South . Hotel , or guesthouse ."
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "bridge guest house is popular this time of year and would suit those needs . Can I book you a room ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book me a room , I would like the reference number ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'T921UTQK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is T921UTQK . What else can I do for you today ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Nothing else . I think that 's all I needed . Have a good day . Bye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "good bye and have a great day"
}
] |
PMUL4548.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/90538886"
],
[
"_:search/90538886",
"category",
"hotels"
],
[
"_:search/90538886",
"pricerange",
"moderately priced"
],
[
"_:search/90538886",
"stars",
"3"
],
[
"_:search/90538886",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/90538886"
],
[
"_:search/90538886",
"category",
"hotels"
],
[
"_:search/90538886",
"pricerange",
"moderately priced"
],
[
"_:search/90538886",
"stars",
"3"
],
[
"_:search/90538886",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/90538886"
],
[
"_:search/90538886",
"category",
"hotels"
],
[
"_:search/90538886",
"pricerange",
"moderately priced"
],
[
"_:search/90538886",
"stars",
"3"
],
[
"_:search/90538886",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2941"
],
[
"_:result",
"leave_at",
"9:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"canthelp",
"_:search/0b45cb2a"
],
[
"_:search/0b45cb2a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:search/90538886"
],
[
"_:search/90538886",
"category",
"hotels"
],
[
"_:search/90538886",
"pricerange",
"moderately priced"
],
[
"_:search/90538886",
"stars",
"3"
],
[
"_:search/90538886",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"T921UTQK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a place to stay in the east ? It does not need to include internet ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay ! What is the price range that you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price is n't an issue for me , but the hotel should be four stars"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house is a nice option"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "nice ! does it have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it certainly does ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That 's great , can you make a booking for ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! How many people for your stay , when would you like to start your stay , and how long would you like to stay for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be arriving Friday and I need it for 2 nights for 1 person ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'a and b guest house');(_:booking,ref,'2WB08P38');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you a room at a and b guest house for Friday . Your reference is 2WB08P38 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you and yes . I 'd like a train from Cambridge to Leicester for Sunday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains matching your criteria . Is there a specific time you would like to arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 20:15 , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'08:06');(_:result,id,'TR9187');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9187 arrives by 08:06 . will that be fine with you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does it leave , and how long is the ride ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'is 105 minutes');(_:result,leave_at,'6:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train leaves at 6:21 and the duration is 105 minutes ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all for today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great . I hope you have a lovely day ."
}
] |
PMUL4661.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"2WB08P38"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"2WB08P38"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"2WB08P38"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR9187"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"2WB08P38"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR9187"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"is 105 minutes"
],
[
"_:result",
"leave_at",
"6:21"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine in the moderate price range and in the town centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'wide variety');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Great ! We have a wide variety of foods to try . Are you interested in a particular type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try gastropub . Do you have one that serves that ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Corn Exchange Street');(_:result,name,'cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a restaurant called the cow pizza kitchen and bar on Corn Exchange Street . Would you like me to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . Can you tell me the postcode , address , and phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Corn Exchange Street');(_:result,phone,'01223308871');(_:result,postcode,'cb23qf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb23qf . The address is Corn Exchange Street . And the phone number is 01223308871 . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that has 4 stars and is a guesthouse , what is there like that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house looks like it matches your criteria , would you like to try that ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can I get their postcode , address , and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There phone is 01223353888 , postcode cb41da and address 154 chesterton road . Would you like me to book there for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that would be great . Thank you ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , what days would you like to book your stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book it for 3 nights starting Friday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would you like to book this for ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I 'm not sure yet how many people will be with me . Can you just give me their phone number for now ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . Their phone number is 01223353888 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I do not think so . Thank you for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Thank you for using Cambridge TownInfo centre !"
}
] |
MUL1393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"name",
"cow pizza kitchen and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"cow pizza kitchen and bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"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",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"wide variety"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need to find the Parkside Police Station"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Here is the information for Parkside Police Station \n Telephone:01223358966 \n Address : Parkside , Cambridge \n Postcode : CB11JG"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Sorry , what is the street address ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,address,?);(_:search,phone,?);(_:search,type,'Police'))"
],
"speaker": "system",
"text": "I do not have that information . Please call their telephone number to and ask them for the address ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your assistance ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "welcome . at your service next time"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , Goodbye"
}
] |
SNG02343.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",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"address",
"?"
],
[
"_:search",
"phone",
"?"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"address",
"?"
],
[
"_:search",
"phone",
"?"
],
[
"_:search",
"type",
"Police"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage train station');(_:search,destination,'cineworld cinema');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi from stevenage train station and go to cineworld cinema ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'grey ford');(_:result,phone,'079724240082');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have you booked in a grey ford with a contact number of 079724240082 . Can I do anything else for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need thank you !"
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "great , have an amazing day"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm sorry , I forgot to mention that I need the taxi to arrive by 12:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'White Toyota');(_:result,phone,'07338867597');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've made the change for you . The new car is a White Toyota , and the contact number is 07338867597 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Nope , that should do it ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
SNG0076.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage train station"
],
[
"_:search",
"destination",
"cineworld cinema"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage train station"
],
[
"_:search",
"destination",
"cineworld cinema"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey ford"
],
[
"_:result",
"phone",
"079724240082"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage train station"
],
[
"_:search",
"destination",
"cineworld cinema"
],
[
"_:result",
"car",
"grey ford"
],
[
"_:result",
"phone",
"079724240082"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage train station"
],
[
"_:search",
"destination",
"cineworld cinema"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"White Toyota"
],
[
"_:result",
"phone",
"07338867597"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! Can you tell me about the Indian restaurants you have in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure I have many . Do you have a preference in price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like a cheap one ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Gandhi');(_:result,name,'Kohinoor');(_:result,name,'and the Mahal of Cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In that price range , you have your choice of the Kohinoor , the Gandhi , and the Mahal of Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:30');(_:search,name,'kohinoor');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can I book Kohinoor for 5 people at 14:30 on tuesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'UM8AZ1RH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes success ! I was able to reserve all of you a table and your reference number is UM8AZ1RH ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great can you also direct me to a college to visit in the same area ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Emmanuel College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd recommend Emmanuel College in the centre of town ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Emmanuel College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Perfect . What is the phone number , address and postcode for Emmanuel College ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Saint Andrews Street');(_:result,name,'Emmanuel College');(_:result,phone,'01223334200');(_:result,postcode,'cb23ap');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Emmanuel College is on Saint Andrews Street . The postcode is cb23ap and the phone number is 01223334200 . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'time for my reservation');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I would like to book a taxi to the restaurant to arrive in time for my reservation ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I certainly can . Would you like to depart from Emmanuel College to go to kohinoor ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'emmanuel college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , that 's correct . I just want to arrive in time for my reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow Tesla');(_:result,phone,'07472812793');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I 've booked a taxi for you . The car will be a yellow Tesla and the contact number is 07472812793 . What else can I help you with ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Nope , you have been great !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0974.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"and the Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"and the Mahal of Cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"UM8AZ1RH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"UM8AZ1RH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Emmanuel College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"UM8AZ1RH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"Emmanuel College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrews Street"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"time for my reservation"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"UM8AZ1RH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"Emmanuel College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrews Street"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"time for my reservation"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"emmanuel college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"UM8AZ1RH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"Emmanuel College"
],
[
"_:result",
"address",
"Saint Andrews Street"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:search",
"arrive_by",
"time for my reservation"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"emmanuel college"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"phone",
"07472812793"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaving Cambridge for Ely ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to arrive in ely ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday and arrive by 13:15 ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,arrive_by,'06:07');(_:result,arrive_by,'12:07');(_:result,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several options available that could suit you . The arrival times are anywhere from 06:07 to 12:07 . What time do you want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'07:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , I can not give a reference number until we book you a seat . There is a train departing at 07:50 , would you like to book that now ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:07');(_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I get one ticket on the train that arrives at 12:07 ?"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Not a problem . Do you need the reference number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like the reference number , please . I am also looking for a guesthouse as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'124 tension road');(_:result,area,'east');(_:result,name,'a and b guest house');(_:result,phone,'01223315702');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house located at 124 tension road phone number 01223315702 and is located in the east side ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it 4 stars and is there wifi ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,stars,'four starts');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is four starts and it does have wifi ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Can I get the address , please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'124 tenison road');(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is 124 tenison road postcode cb12dp"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Also , does it have free parking ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "no it does not have free parking"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need one with free parking ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:booking,category,'Train');(_:booking,id,'THUZ22RM');(_:booking,ref,'THUZ22RM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , your train reference number is THUZ22RM . Acorn guest house in the north has wifi and parking . Would you like a reservation ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks for the train info . May I have the address for the Acorn guest house , please ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , it 's located at 154 chesterton road . May I help with something else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Now that I have the info , I can take it from here ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "If that is all , have a good trip . Thank you for contacting the Cambridge TownInfo centre . Good bye ."
}
] |
MUL0758.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"124 tension road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"124 tension road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four starts"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four starts"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_: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,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four starts"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"has_parking",
"none"
],
[
"_: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,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"stars",
"four starts"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"THUZ22RM"
],
[
"_:booking",
"ref",
"THUZ22RM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"07:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"12:07"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"stars",
"four starts"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"THUZ22RM"
],
[
"_:booking",
"ref",
"THUZ22RM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any cheap hotels ( not guesthouses ) in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the cambridge belfry');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the cambridge belfry is a hotel located in the west and is cheap . Has 4 stars and free internet and parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to make a reservation for this Saturday for 2 people for 4 nights please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,people,'you and another person');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you and another person for this Saturday for 4 nights ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Awesome , what about reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'169N4VTV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , my bad ! The reference number is 169N4VTV . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thas all i needed . have a great day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "glad i could help , enjoy !"
}
] |
SNG0920.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"you and another person"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"people",
"you and another person"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"169N4VTV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Alright , how can I help you today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train from London Liverpool Street on Sunday"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave and/or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 09:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR3197');(_:result,leave_at,'atb19:39');(_:result,ticket,'13:39 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3197 leaves atb19:39 and costs 13:39 pounds . is that fine with you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does it arrive by ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'21:07');(_:result,destination,'cambridge');(_:result,id,'TR3197');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR3197 arrives by 21:07 at cambridge"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , can I also find a college to go to ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many colleges . Do you have a specific area in mind ? or would you like me to make a recommenation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "If you could recommend one that would be great ! Could you give me the postcode , address and the area of the one you choose ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,area,'centre');(_:result,name,'churchill college');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "churchill college is a great choice in the centre . The postcode is cb23bu . It is located on saint andrew 's street . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need for now . Thanks !"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're very welcome ! Let us know if you need anything else ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much , take care !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "you too . enjoy your day ."
}
] |
PMUL4115.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3197"
],
[
"_:result",
"leave_at",
"atb19:39"
],
[
"_:result",
"ticket",
"13:39 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"atb19:39"
],
[
"_:result",
"ticket",
"13:39 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3197"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"atb19:39"
],
[
"_:result",
"ticket",
"13:39 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3197"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_: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",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"atb19:39"
],
[
"_:result",
"ticket",
"13:39 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3197"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"atb19:39"
],
[
"_:result",
"ticket",
"13:39 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3197"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'light bites');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend a restaurant in the city centre that serves light bites ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we have no light bites restaurants in the city centre . Would you like to try another cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Then how about one that serves european food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,name,'Eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 8 restaurants that meet that criteria . I can recommend the Eraina ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do they have booking available for 3 people at 11:15 on Friday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'michaelhouse cafe');(_:booking,ref,'VUH4CST4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry I am not able to book that for you . I was able to get a table for you at michaelhouse cafe . Your reference number is VUH4CST4 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
SSNG0083.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"light bites"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8b1c73d3"
],
[
"_:search/8b1c73d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8b1c73d3"
],
[
"_:search/8b1c73d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8b1c73d3"
],
[
"_:search/8b1c73d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/b20e948b"
],
[
"_:booking/b20e948b",
"type",
"Booking"
],
[
"_:booking",
"name",
"michaelhouse cafe"
],
[
"_:booking",
"ref",
"VUH4CST4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'gallery at twelve a high street');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am wondering if you have any information on a place called Gallery at Twelve a high street ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'on Fulbourn');(_:result,area,'east');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , I do . They are a museum located in the east of town . They offer free admission . Their address is on Fulbourn . Did you need any additional information ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is great . Thank you !"
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Glad I could help !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there any trains that travel from Cambridge to Stevenage ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'a lot');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! There are a lot , actually . When would you like to take the train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like the train to leave on Saturday after 14:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:10');(_:result,day,'Saturday');(_:result,departure,'cambridge');(_:result,id,'TR8813');(_:result,leave_at,'15:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train TR8813 leaves cambridge on Saturday at 15:21 and arrives at 16:10 . Would you like to book a seat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that for 7 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'L192G86J');(_:booking,ticket,'1.68 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok it has been booked the total fee is 1.68 GBP and reference number is L192G86J"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that would be it . Thank you for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip ! Goodbye ."
}
] |
MUL1757.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Fulbourn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Fulbourn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Fulbourn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Fulbourn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8813"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Fulbourn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8813"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"L192G86J"
],
[
"_:booking",
"ticket",
"1.68 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"address",
"on Fulbourn"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8813"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"L192G86J"
],
[
"_:booking",
"ticket",
"1.68 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . I am looking for a train going to Cambridge on Thursday . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'london kings cross');(_:result,id,'TR2775');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR2775 departs from london kings cross ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I need a train that departs from stansted airport and it should leave after 11:30 ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,leave_at,'11:30');(_:result,leave_at,'12:24');(_:result,type,'Train'))",
"inform((_:result,amount,'The first');(_:result,arrive_by,'12:52');(_:result,departure,'the airport');(_:result,destination,'Cambridge');(_:result,id,'TR9775');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train to Cambridge from the airport after 11:30 is TR9775 , leaving at 12:24 and arriving in Cambridge at 12:52 . Will that work ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I think so . What exactly is the travel time on that one ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time on that route is 28 minutes . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a particular hotel . The name is Leverton house ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to make a booking for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please . I 'd like a room for myself , I 'll be checking in on thursday and would like to stay for two days ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but I was unable to book that hotel with your exact details . Would you like to book on another day or for a shorter stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , try for one night instead please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,ref,'GMAAU9LE');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for Thursday for one night . Your reference number is : GMAAU9LE . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been a great help . Thank you and goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , and please remember you can contact us at any time if you need any further assistance ! Have a great day !"
}
] |
MUL2104.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"id",
"TR2775"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9775"
],
[
"_: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",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9775"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9775"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9775"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/078889a4"
],
[
"_:booking/078889a4",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"amount",
"The first"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9775"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/078889a4"
],
[
"_:booking/078889a4",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"ref",
"GMAAU9LE"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I am looking for the Parkside Police Station"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The telephone for the Parkside police station is 01223358966 ,"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you Goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ! Bye !"
}
] |
SNG01895.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",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am trying to plan my trip in Cambridge and need a place to dine . I need something kind of moderate for price and on the west side ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have three restaurants . Do you prefer British , Indian or Italian cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'thai');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How about thai ? Are there any thai restaurants in the west of the moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'West');(_:search,food,'Thai');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any moderately priced Thai restaurants in the West ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That is okay . An Indian restaurant would be great , which place do you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "we still ca nt find any of that criteria . can we change location ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes try a different location ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,food,'indian');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I ca n't find any indian places in the moderately priced range . Can I try something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "maybe you could check any price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kohinoor is a cheap indian restaurant located in the centre ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the phone number for that place ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'012233236939');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 012233236939 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the departure time ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "7:00 , dop you need anything else ?"
}
] |
PMUL0537.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/65621a3b"
],
[
"_:search/65621a3b",
"area",
"West"
],
[
"_:search/65621a3b",
"food",
"Thai"
],
[
"_:search/65621a3b",
"pricerange",
"moderately priced"
],
[
"_:search/65621a3b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/65621a3b"
],
[
"_:search/65621a3b",
"area",
"West"
],
[
"_:search/65621a3b",
"food",
"Thai"
],
[
"_:search/65621a3b",
"pricerange",
"moderately priced"
],
[
"_:search/65621a3b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3ba18249"
],
[
"_:search/3ba18249",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/65621a3b"
],
[
"_:search/65621a3b",
"area",
"West"
],
[
"_:search/65621a3b",
"food",
"Thai"
],
[
"_:search/65621a3b",
"pricerange",
"moderately priced"
],
[
"_:search/65621a3b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3ba18249"
],
[
"_:search/3ba18249",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/486e3254"
],
[
"_:search/486e3254",
"food",
"indian"
],
[
"_:search/486e3254",
"pricerange",
"moderately priced"
],
[
"_:search/486e3254",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/65621a3b"
],
[
"_:search/65621a3b",
"area",
"West"
],
[
"_:search/65621a3b",
"food",
"Thai"
],
[
"_:search/65621a3b",
"pricerange",
"moderately priced"
],
[
"_:search/65621a3b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3ba18249"
],
[
"_:search/3ba18249",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/486e3254"
],
[
"_:search/486e3254",
"food",
"indian"
],
[
"_:search/486e3254",
"pricerange",
"moderately priced"
],
[
"_:search/486e3254",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"canthelp",
"_:search/65621a3b"
],
[
"_:search/65621a3b",
"area",
"West"
],
[
"_:search/65621a3b",
"food",
"Thai"
],
[
"_:search/65621a3b",
"pricerange",
"moderately priced"
],
[
"_:search/65621a3b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3ba18249"
],
[
"_:search/3ba18249",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/486e3254"
],
[
"_:search/486e3254",
"food",
"indian"
],
[
"_:search/486e3254",
"pricerange",
"moderately priced"
],
[
"_:search/486e3254",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"012233236939"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,\"saint catharine 's college\");(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to take me to my hotel today from saint catharine 's college"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you book that , what hotel are you staying at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,\"rosa 's bed and breakfast\");(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am staying at Rosa 's Bed and Breakfast ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok great , and what time would you like to leave / arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'13:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I should leave after 13:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07542375620');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , I 've got a red ford with the contact number 07542375620 . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing else , thank you . I 'll keep an eye out for the red ford . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day and contact us again if you need further assistance . Bye !"
}
] |
SNG01709.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint catharine 's college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint catharine 's college"
],
[
"_:search",
"destination",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint catharine 's college"
],
[
"_:search",
"destination",
"rosa 's bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"saint catharine 's college"
],
[
"_:search",
"destination",
"rosa 's bed and breakfast"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07542375620"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am looking for a hotel in the east of Cambridge with a 4 star rating ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))",
"inform((_:result,amount,'some');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have any hotels that are 4 star in that area but I do have some guesthouses . Would you be interested in taking a look at any of them ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , is there one in the moderate price range and includes wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'124 tenison road');(_:result,name,'a and b guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house is located in 124 tenison road"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we book that for 2 people on Monday for 4 nights ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EI4TCIEU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked with a reference number of EI4TCIEU . Can I be of further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a train to Cambridge that leaves after 15:15 ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help with that . Where will you be departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train departing from Bishops Stortford leaving after 15:15 for Cambridge on the same day as the booking for the hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,id,'TR0465');(_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0465 that will depart at 15:29 and will arrive by 16:07 . Do you think this would work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same number of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay that sounds great , I need to book it for the same number of people as my hotel ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"inform((_:booking,category,'Train');(_:booking,id,'TR0201');(_:booking,people,'two');(_:booking,ref,'960INQQH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I booked two tickets for you on train TR0201 . Your reference number is 960INQQH ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you very much ! Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're so welcome . Have a beautiful day !"
}
] |
MUL2014.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d63b6daf"
],
[
"_:search/d63b6daf",
"category",
"hotels"
],
[
"_:search/d63b6daf",
"stars",
"4"
],
[
"_:search/d63b6daf",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d63b6daf"
],
[
"_:search/d63b6daf",
"category",
"hotels"
],
[
"_:search/d63b6daf",
"stars",
"4"
],
[
"_:search/d63b6daf",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d63b6daf"
],
[
"_:search/d63b6daf",
"category",
"hotels"
],
[
"_:search/d63b6daf",
"stars",
"4"
],
[
"_:search/d63b6daf",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EI4TCIEU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d63b6daf"
],
[
"_:search/d63b6daf",
"category",
"hotels"
],
[
"_:search/d63b6daf",
"stars",
"4"
],
[
"_:search/d63b6daf",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EI4TCIEU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d63b6daf"
],
[
"_:search/d63b6daf",
"category",
"hotels"
],
[
"_:search/d63b6daf",
"stars",
"4"
],
[
"_:search/d63b6daf",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EI4TCIEU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR0465"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"same number 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",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d63b6daf"
],
[
"_:search/d63b6daf",
"category",
"hotels"
],
[
"_:search/d63b6daf",
"stars",
"4"
],
[
"_:search/d63b6daf",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR0465"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0201"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"960INQQH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'about 23');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are about 23 different museums to choose from . To help narrow it down , do you have a part of town you prefer to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cambridge museum of technology');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like information of cambridge museum of technology . What is their phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223368650');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223368650 . Anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have their address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'The Old Pumping Station , Cheddars Lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is The Old Pumping Station , Cheddars Lane . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a place to dine in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 110 restaurants . Please tell me what type of food you like to help narrow the search so i can best serve you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm thinking british food . oh , and if it 's in the west that 'd be even better ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Saint Johns Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Saint Johns Chop House that meets your criteria , would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! I want to book a table for 7 people at 18:30 on wednesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'O447NKTY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great your booking was successful and they will hold your table for 15mins your reservation number is O447NKTY . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need to book a taxi ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can do that ! I just need your departure and arrival sites and the time you need the taxi ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'time to get to the restaurant on time');(_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to leave the museum in time to get to the restaurant on time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue BMW');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , you have a car that will come get you . It will be a blue BMW ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What is their contact number ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'07601724141');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07601724141 . Is there anything else I can help with today ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that 's everything for me . Thanks . Bye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Bye !"
}
] |
PMUL2029.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_: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",
"category",
"museums"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O447NKTY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O447NKTY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"time to get to the restaurant on time"
],
[
"_:search",
"departure",
"the museum"
],
[
"_: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",
"category",
"museums"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O447NKTY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"time to get to the restaurant on time"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:result",
"address",
"The Old Pumping Station , Cheddars Lane"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"O447NKTY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"time to get to the restaurant on time"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07601724141"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , do any trains run on Saturday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Saturday');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , we have many trains that operate on Saturday . Would you like to book one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for the train which arrives in Cambridge from Leicester . It should arrive by 19:30"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No I do n't have a leave time preference . Just not too early if I do n't have too ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,leave_at,'9:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about 9:09 will that work for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That might be too early ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is the earliest you would be like to leave by ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll take the one that leaves at 9:09 . It 's fine . What is the travel time on that train ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The travel time on train TR8070 is 105 minutes . Would you like me to book this for you ?"
}
] |
PMUL4544.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a guesthouse on the west side ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two guesthouses on the west side , one cheap and one moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does either of those offer free parking ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Finches B & B');(_:result,name,'Hobsons House');(_:result,pricerange,'cheaper');(_:result,pricerange,'more moderately priced');(_:result,type,'Hotel'))",
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Actually , they both offer free wifi and free parking . Finches B & B is cheaper , and the Hobsons House is more moderately priced . Which do you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go with Finches . Can you book me a room for 2 people on Saturday ? We 'd like to stat for 4 nights ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked your stay . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Just the reference number thanks"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'E7R5KNP0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , your reference number is E7R5KNP0 . Would you like me to help you find anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all ! Thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo Centre . Have a wonderful day !"
}
] |
SNG1035.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Finches B & B"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"more moderately priced"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Finches B & B"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"more moderately priced"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Finches B & B"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"more moderately priced"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E7R5KNP0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help get tickets for a train on Tuesday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely ! Where will you be heading ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Cambridge from Stevenage after 10:45 ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "On Tuesday there is a train from Stevenage to Cambridge at 10:45"
}
] |
SNG1394.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! I 'm searching for a Panasian restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no restaurants matching your request . Would you like to find another restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Indian restaurants in the south part of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is an indian one in the south part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'taj tandoori');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number of Taj Tandoori ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223 412299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 412299 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
WOZ20304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"panasian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/737fb431"
],
[
"_:search/737fb431",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/737fb431"
],
[
"_:search/737fb431",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/737fb431"
],
[
"_:search/737fb431",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train to here from Broxbourne , this will be on saturday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 19 trains from Cambridge to Broxbourne on Saturday . What time are you wanting to arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 08:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'1997');(_:result,leave_at,'09:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about train 1997 ? It leaves at 09:01 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Oh , I am so sorry . I will be leaving Broxbourne , not Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "No problem ! What time would you like to leeave by ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I want to leave after 8:00 , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'Broxbourne');(_:result,id,'TR9384');(_:result,leave_at,'8:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9384 leaves Broxbourne at 8:32 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would be great . Can you book me for 8 tickets ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EFGWY22I');(_:booking,ticket,'114.56 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your Booking was successful , the total fee is 114.56 GBP payable at the station . The Reference number is EFGWY22I . Can I assist with anything else ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant . The restaurant should be in the centre and should be in the expensive price range ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you have a specific kind of food in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , hopefully Korean . I love it ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'little Seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can recommend little Seoul ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great can I get the address ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'108 Regent Street City Centre');(_:result,name,'Little Seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Little Seoul is 108 Regent Street City Centre"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL3673.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"id",
"1997"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"1997"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR9384"
],
[
"_:result",
"leave_at",
"8:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR9384"
],
[
"_:result",
"leave_at",
"8:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EFGWY22I"
],
[
"_:booking",
"ticket",
"114.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR9384"
],
[
"_:result",
"leave_at",
"8:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EFGWY22I"
],
[
"_:booking",
"ticket",
"114.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR9384"
],
[
"_:result",
"leave_at",
"8:32"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EFGWY22I"
],
[
"_:booking",
"ticket",
"114.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"id",
"TR9384"
],
[
"_:result",
"leave_at",
"8:32"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EFGWY22I"
],
[
"_:booking",
"ticket",
"114.56 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"108 Regent Street City Centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do you happen to know of any trains leaving for Cambridge this wednesday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'Wednesday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes . There are a total of 202 trains leaving for Cambridge on Wednesday . Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:15');(_:search,departure,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from norwich and I need to arrive by 8:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR4203');(_:result,leave_at,'05:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR4203 is leaving from Norwich to Cambridge at 05:16 . Would you like to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure , can you book that for 2 people and provide my reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'FH111ZQU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been completed , the reference number is FH111ZQU ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , I 'm also looking for a restaurant in the city centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'69');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 69 results for restaurants in the city centre area . What type of food are you looking for , and what price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really care what kind of food , but I am on a budget so cheap would be great ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about dojo noodle bar ? It meets your requirements ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Can I get a table for 2 there on Wednesday at 18:15 ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm very sorry I was not able to book for that time , would you like to try for a different time or day ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 17:15 ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'17:15');(_:booking,ref,'GXKQHW3C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , I have you booked at 17:15 with reference number GXKQHW3C . The table will be reserved for 15 minutes . May I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I have all I need . Enjoy your day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0337.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4203"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4203"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FH111ZQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4203"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FH111ZQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4203"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FH111ZQU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4203"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FH111ZQU"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/63205a67"
],
[
"_:booking/63205a67",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4203"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/63205a67"
],
[
"_:booking/63205a67",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"ref",
"GXKQHW3C"
],
[
"_: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,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am looking for a place to stay . The hotel should be in the type of hotel and should have a star of 4 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,count,'3');(_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You have three options : The Cambridge Belfry , which is inexpensive , the Huntingdon Marriott , which is expensive , both in the west , or University Arms , an expensive hotel in the centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do any of them have free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,amount,'all');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All three of them offer both free parking and free wifi . Did you prefer the west or centre ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I really do n't care you choose"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the University Arms Hotel , on Regent Street in the city centre . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I have the area and postcode ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'university arms hotel');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "As I said , University Arms Hotel is in the centre . It 's postcode is cb21ad . Would you like a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No thanks . I do need the area and address of Ballare please , minus the attitude ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'heidelberg garders , lion yard');(_:result,name,'Ballare');(_:result,phone,'01223364222');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "My apologies . The Ballare is at heidelberg garders , lion yard cb23na . Their phone number is 01223364222"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all I need . Thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "We hope you have a pleasant stay !"
}
] |
PMUL4427.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"heidelberg garders , lion yard"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a nice place to dine in the south area ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Frankie and Bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and Bennys is a wonderful Italian restaurant in the south . It 's expensive , but worth it . Homemade pasta and everything !"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I please have their postcode and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Frankie and bennys');(_:result,phone,'01223412430');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and bennys is in postcode cb17dy and their phone number is 01223412430 . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you help me find a nice museum to visit ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'same area');(_:result,entrance_fee,'free');(_:result,name,'byard art museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's the byard art museum . It 's in the same area and is free ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , what 's their phone number and address ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"at 14 king 's parade\");(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located at 14 King 's Parade . You can reach them at 01223464646 . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! Have a great day . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Bye !"
}
] |
PMUL4119.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_: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
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Frankie and bennys"
],
[
"_:result",
"phone",
"01223412430"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223412430"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"byard art museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"byard art museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"at 14 king 's parade"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'corpus christi');(_:search,leave_at,'08:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Good day . Might you be able to assist me with a taxi going to Corpus Christi leaving sometime after 08:45 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure I can do that ! Where is the departure site ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'gourmet burger kitchen');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need it to pick me up from gourmet burger kitchen ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'White Tesla');(_:result,phone,'07441094025');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The car coming is a White Tesla with contact number is : 07441094025"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that will do it , thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great trip !"
}
] |
SNG0039.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"corpus christi"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"corpus christi"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"corpus christi"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"White Tesla"
],
[
"_:result",
"phone",
"07441094025"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"corpus christi"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"White Tesla"
],
[
"_:result",
"phone",
"07441094025"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm going to be in the north part of town next week . Can you help me find a place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,count,'13');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 13 places to stay on the north side of town . Do you have any preference of whether you 'd like to stay in a hotel or a guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's see ... I'd like to get free internet . And if you have a place with 4 stars , that would rock !"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few that would meet those requirements . Would you prefer a cheap or moderate rate for your stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Honestly , the price range does n't matter to me . Is there anything you can recommend ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the acorn guest house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the acorn guest house that is rated 4 stars and in the moderate price range ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . What 's its phone number , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223353888 . Would you like any other info ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay and let me know if you need anything else ."
}
] |
SNG0870.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I need to find a hotel with free wifi and free parking . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'29');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 29 places with free internet and parking . Do you have an area , price , star , or hotel type preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a guesthouse that is expensive ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't happen to have any guesthouses that are in the expensive range . Can I look in another price range perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about in the moderate price range ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'12');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 12 guesthouses that match your needs . Do you have additional requirements to narrow down the search ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you recommend one with free wifi and free parking in the moderate price range , and give me the star rating and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,phone,'01223353888');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest House is a 4 star place that meets your requirements . The phone number is 01223353888 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy ! Goodbye !"
}
] |
SNG0797.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"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/69694ed0"
],
[
"_:search/69694ed0",
"category",
"guesthouses"
],
[
"_:search/69694ed0",
"pricerange",
"expensive"
],
[
"_:search/69694ed0",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/69694ed0"
],
[
"_:search/69694ed0",
"category",
"guesthouses"
],
[
"_:search/69694ed0",
"pricerange",
"expensive"
],
[
"_:search/69694ed0",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/69694ed0"
],
[
"_:search/69694ed0",
"category",
"guesthouses"
],
[
"_:search/69694ed0",
"pricerange",
"expensive"
],
[
"_:search/69694ed0",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"12"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,departure,'maharajah tandoori restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , i would like you to book a taxi for arrival by 10:45 from the maharajah tandoori restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to leave the restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'10:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave at 10:45"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Can you confirm for me whether 10:45 is your required arrival time or is it when you 'd like to depart ? And what is your destination ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I want to arrive by 10:45 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "You want to arrive by 10:45 at which destination , please ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'old schools');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am wanting to go to Old Schools ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07314884392');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright I have a white ford for you . The contact number is 07314884392 . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all , thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "thanks to you and enjoy"
}
] |
SNG02324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"maharajah tandoori restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"maharajah tandoori restaurant"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"maharajah tandoori restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"maharajah tandoori restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"old schools"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"maharajah tandoori restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"old schools"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07314884392"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'yu garden');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am looking for a restaurant called Yu garden ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can help with that . They are a chinese restaurant in the east . It is rather expensive . Can I help you in reserving a table ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:30');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need a booking for 3 people at 17:30 on sunday . I also need a reference number with that ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'J2CIDCSA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's booked for you and your reference number is J2CIDCSA . It will be reserved for 15 minutes . Will that be all ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find a hotel in the area . Can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area do you wish to book a hotel room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I have no preference on location , but something in a moderate price range with free parking . It does n't need to have internet ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,area,'same part of town');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found quite a few hotels that match what you 're looking for . Would you like to be in the same part of town as your restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , could you check for a hotel that also has free wifi ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the hotel has free wifi . Would you like me to book you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'three');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , same three people for four nights , from the same day , Sunday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several . what area are you looking to stay in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,\"do n't really care\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really care . Where would you book , if you were in my shoes ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest the Acorn Guest House"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's book that one . Please send me the reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'ANQ5V11Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Reference number : ANQ5V11Q ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's what I needed ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Would you like anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , thank you"
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay then so long !"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I 'm all set . You can end this conversation on your end now !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day ."
}
] |
MUL1272.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J2CIDCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J2CIDCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J2CIDCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J2CIDCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J2CIDCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"do n't really care"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J2CIDCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"do n't really care"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"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",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"do n't really care"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"ANQ5V11Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"do n't really care"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"ANQ5V11Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yu garden"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"do n't really care"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"ANQ5V11Q"
],
[
"_: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,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am injured and need a nearby hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge , postcode CB20QQ the telephone number is 01223245151 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you so much ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I hope you feel better soon !"
}
] |
SNG0243.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , do you think you can help me book a train that leaves after 15:45 on a Monday ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I sure can . Where are you departing from and where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge and heading for Bishops Stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2530');(_:result,leave_at,'17:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2530 leaves at 17:29 , should i book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "How much is a ticket and how long is the train ride ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The ticket costs 10.10 pounds and the ride takes 38 minutes . Do you want me to book the train for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does the train arrive in Bishops Stortford ? I also am looking for a place to stay that is 3 stars and in the moderate range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,type,'Train'))",
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "The train would arrive at 18:07 . Do you have a preferred area for the hotel to be located in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I would like a guest house with free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have many guesthouses , is there an area you 'd prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'3-star');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am actually looking for something in the moderate price range with a 3-star rating ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The bridge guest house matches that criteria and is located in the south ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Alright , can I get the phone number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Bridge Guest House');(_:result,phone,'01223247942');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for the Bridge Guest House is 01223247942 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , you 've been very helpful ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us , have a nice day ."
}
] |
MUL2027.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR2530"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2530"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2530"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"?"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2530"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2530"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2530"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , Hi ! I am looking for a hotel in the tampa bay area ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "You did not read the directions of this hit . There is no Tampa bay area . Please read the directions next time ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm sorry , dude . i 'm from florida so i 'm not very smart . i 'm trying to get from cambridge to stevenage ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'06:10');(_:result,count,'1');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,leave_at,'05:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "If you would like to take a train from Cambridge to Stevenage there is one leaving Friday at 05:21 arriving by 06:10 . Does that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,day,'sunday');(_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday and arrive by 18:45 . I need tickets for 8 people . Could you make the reservation and provide a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:10');(_:result,destination,'Stevenage');(_:result,id,'TR0523');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can get you on TR0523 arriving at Stevenage by 14:10 . How many tickets will you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "8 tickets please , and I will need the reference number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1A9JYQS7');(_:booking,ticket,'81.92 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total fee is 81.92 GBP which can be paid at the station . The reference number is 1A9JYQS7 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like somewhere to go in town . Something in the centre please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there anything in particular you 're interested in doing / seeing ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Anything you recommend . I just need the entrance fee , attraction type and phone number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'no');(_:result,name,\"Little Saint Mary 's Church\");(_:result,phone,'01223366202');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Little Saint Mary 's Church is an architecture attraction with no entrance fee . Their phone number is 01223366202 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling ."
}
] |
PMUL1304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/b76f23a9"
],
[
"_:search/b76f23a9",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/b76f23a9"
],
[
"_:search/b76f23a9",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:10"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/b76f23a9"
],
[
"_:search/b76f23a9",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR0523"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/b76f23a9"
],
[
"_:search/b76f23a9",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR0523"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1A9JYQS7"
],
[
"_:booking",
"ticket",
"81.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b76f23a9"
],
[
"_:search/b76f23a9",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR0523"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1A9JYQS7"
],
[
"_:booking",
"ticket",
"81.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b76f23a9"
],
[
"_:search/b76f23a9",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"14:10"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR0523"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1A9JYQS7"
],
[
"_:booking",
"ticket",
"81.92 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"no"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , may I have the address for restaurants in the south part of town . Preferably something moderately priced ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,count,'2');(_:result,food,'Italian');(_:result,food,'Modern European');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options . Pizza Hut Cherry Hinton serves Italian food and is located at G4 Cambridge Leisure Park Clifton Way Cherry Hinton . Restaurant Alimentum serves Modern European food and is located at 152 - 154 Hills Road . Anything else I can help you with today ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That'it . Thank you , goodbye"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your food ."
}
] |
WOZ20487.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any places in the east of town that are recommended to go to ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,name,'Abbey Pool and Astroturf Pitch');(_:result,name,'Cambridge Museum of Technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , several . The Cambridge Museum of Technology is good , or if you 're in a more aquatic frame of mind there 's the Abbey Pool and Astroturf Pitch . Do they sound appealing ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for the museum is cb58ld ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book tickets for me ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,category,'museums');(_:result,phone,'01223368650');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , our service ca n't book museums but their phone is 01223368650 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay thankyou . I 'd llike to find a 4 star hotel with wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Nope . Pick a hotel you think I would like too ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area should it be in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be the same area as the attraction ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Carolina bed and breakfast');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Carolina bed and breakfast is a great moderately priced guesthouse . Would you like me to make a reservation for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need it booked for Saturday . 3 people , 4 nights . I 'll also need the reference number ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WK64YQ5Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked , the reference number is WK64YQ5Y , can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'9:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I 'll also need a taxi to commute between the two places . I want to leave the hotel by 9:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black Ford');(_:result,phone,'07980459302');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've reserved a black Ford for your taxi service . The contact number is 07980459302 . Is there anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok that 's all I need thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Take care . Goodbye ."
}
] |
PMUL2704.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:system",
"canthelp",
"_:booking/4257df8d"
],
[
"_:booking/4257df8d",
"type",
"Booking"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:system",
"canthelp",
"_:booking/4257df8d"
],
[
"_:booking/4257df8d",
"type",
"Booking"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:system",
"canthelp",
"_:booking/4257df8d"
],
[
"_:booking/4257df8d",
"type",
"Booking"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:system",
"canthelp",
"_:booking/4257df8d"
],
[
"_:booking/4257df8d",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_: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": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:system",
"canthelp",
"_:booking/4257df8d"
],
[
"_:booking/4257df8d",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WK64YQ5Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:system",
"canthelp",
"_:booking/4257df8d"
],
[
"_:booking/4257df8d",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WK64YQ5Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Ford"
],
[
"_:result",
"phone",
"07980459302"
],
[
"_: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,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Good afternoon , can you help me find an expensive place to stay in the town centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I sure can . I found a 3 star hotel and a 4 star hotel . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should be a hotel type hotel not a guesthouse"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Gonville Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Gonville Hotel located in the centre of town is in the expensive price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that sounds good . Could you reserve a room for 5 people checking in on Saturday ? I think we 'll stay for 3 nights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'KRJNYV0Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : KRJNYV0Q ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you for your help ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "You are very welcome ! Is there anything else I can help you with ?"
},
{
"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 , good day to you ."
}
] |
SNG0914.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"KRJNYV0Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"KRJNYV0Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train to cambridge , I will be arriving on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from London Kings Cross ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to be there by 11:15 and I need a reservation for 5 people . Can you send me the reference number when you have made the reservations ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'10:08');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,id,'TR4824');(_:booking,ref,'TVT0T8VJ');(_:booking,ticket,'94.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I 've successfully booked your trip , on train TR4824 , arriving in Cambridge at 10:08 , the fee is 94.4 GBP and your reference number is TVT0T8VJ ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'limehouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Awesome ! Now please get me some information on the limehouse hotel"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Limhouse');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Limhouse is a guesthouse in the north . It is in the moderate price range and has a 4 star rating . Was there anything else you needed to know ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all thank you ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need information on any attractions ? Is there anything else that I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'Limehouse');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You know what ? I would like to book the Limehouse for 2 nights on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "And for how many people ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh sorry , 5 people please ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your booking was a success ! Your reference number is : RJ56SN8K . Can I assist with anything else ?"
}
] |
PMUL1525.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"10:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4824"
],
[
"_:booking",
"ref",
"TVT0T8VJ"
],
[
"_:booking",
"ticket",
"94.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"limehouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"10:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4824"
],
[
"_:booking",
"ref",
"TVT0T8VJ"
],
[
"_:booking",
"ticket",
"94.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"limehouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limhouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"10:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4824"
],
[
"_:booking",
"ref",
"TVT0T8VJ"
],
[
"_:booking",
"ticket",
"94.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limhouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"10:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4824"
],
[
"_:booking",
"ref",
"TVT0T8VJ"
],
[
"_:booking",
"ticket",
"94.4 GBP"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limhouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'city centre north b and b');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Howdy ! Is the City Centre North B And B still in business ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry I have no listing for that hotel . Can I help you with any other information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'city centre north b and b');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I was hoping to book the City Centre North B and B for a 4 night stay starting Tuesday . Could you please check again ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes . I can find it . How many people will be staying ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It will be 5 people and 4 nights ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , that was n't available . Can I reserve a different hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , same price range please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'Northend');(_:result,category,'guesthouse');(_:result,ref,'DVTY60KZ');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'Worth House');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I got you a booking at the Worth House . It 's a 4 star guesthouse also in the Northend . Your reference number is : DVTY60KZ . Can I do anything else for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you that is all I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a great day !"
}
] |
SSNG0275.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/347a9afa"
],
[
"_:search/347a9afa",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/347a9afa"
],
[
"_:search/347a9afa",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/347a9afa"
],
[
"_:search/347a9afa",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/a4611a57"
],
[
"_:booking/a4611a57",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/347a9afa"
],
[
"_:search/347a9afa",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/a4611a57"
],
[
"_:booking/a4611a57",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"Northend"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"ref",
"DVTY60KZ"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Worth House"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Could you let me know where in town I would find a hospital ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . Is there a particular department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I 'm looking for the postcode and phone number"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223245151 , postcode CB20QQ"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! good bye ."
}
] |
SNG01785.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,destination,'cambridge punte');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to arrive by 17:30 at the cambridge punte ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to help with your request . Did you mean The Cambridge Punter ? Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'city stop restaurant');(_:search,destination,'Cambridge punter');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , the Cambridge punter and I will be departing from the city stop restaurant ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what is your departure site ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'city stop restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "As I said , I am departing from the city stop restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,phone,'07807857780');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , I have a grey lexus and the contact number is 07807857780 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for you help ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . May I help with any other bookings ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , there is nothing else . Bye bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , have a great day !"
}
] |
SNG01153.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"cambridge punte"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"city stop restaurant"
],
[
"_:search",
"destination",
"Cambridge punter"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"Cambridge punter"
],
[
"_:search",
"departure",
"city stop restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"Cambridge punter"
],
[
"_:search",
"departure",
"city stop restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07807857780"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"destination",
"Cambridge punter"
],
[
"_:search",
"departure",
"city stop restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07807857780"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving Cambridge , to arrive by 12:00 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Ely ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day will you be travelling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I need to go Birmingham New Street and will be traveling on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'closest I have to 12:00');(_:result,arrive_by,'11:44');(_:result,id,'TR3732');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR3732 arriving at 11:44 that is the closest I have to 12:00 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That is perfect . Can you book 1 seat for me please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'NCZQBZUY');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 75.09 GBP payable at the station . Reference number is : NCZQBZUY ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a guesthouse in the north that has free parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "acorn guest house would be perfect . Shall I book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , please . I want to book it for the same group of people and 4 nights starting from monday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am having trouble booking that for you . Lets try others ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about tuesday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,name,'Acorn Guest House');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I am able to book the Acorn Guest House on Tuesday , for four days . Would you like to process this ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , give me the reference number ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , my system is n't able to process this right now . You may want to contact the hotel directly ."
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay , thank you . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye . Sorry I could n't help more . Have a great day ."
}
] |
PMUL1973.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"closest I have to 12:00"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"closest I have to 12:00"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NCZQBZUY"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"closest I have to 12:00"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NCZQBZUY"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"closest I have to 12:00"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NCZQBZUY"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/8bffcc02"
],
[
"_:booking/8bffcc02",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"closest I have to 12:00"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NCZQBZUY"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/8bffcc02"
],
[
"_:booking/8bffcc02",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"stay",
"four"
],
[
"_: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": [
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"closest I have to 12:00"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NCZQBZUY"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/8bffcc02"
],
[
"_:booking/8bffcc02",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/36b43ec5"
],
[
"_:booking/36b43ec5",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine in the town centre , with an expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'thirty - three');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Alright , there are thirty - three possible restaurants for you to dine at , should I make you reservations at one of them ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any with north american food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,name,'Gourmet Burger kitchen');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there is the Gourmet Burger kitchen , address Regent Street City Centre , postalcode cb21ab . Would you like me to make you a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:30');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a party of 4 at 11:30 Tuesday . Please include a reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'PDIWVU9D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've went ahead and booked that . The reference number is PDIWVU9D ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train . The train should arrive by 08:00 and should depart from peterborough ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great , I can book that for you . What day will you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Tuesday , as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'08:00');(_:result,count,'4');(_:result,departure,'peterborough');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are four trains that depart peterborough and arrive in cambridge by 08:00 . Would you like me to book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes , and could you provide the travel time and the train ID please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,arrive_by,'06:09');(_:booking,category,'Train');(_:booking,departure,'Peterborough');(_:booking,destination,'Cambridge');(_:booking,duration,'50 minutes');(_:booking,id,'TR5042');(_:booking,leave_at,'5:19');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your train ticket for the 5:19 from Peterborough to Cambridge . The train ID is TR5042 and the ride will last 50 minutes . You should arrive by 06:09"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , thanks . That is everything I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service . Have a wonderful day !"
}
] |
MUL0266.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"thirty - three"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"thirty - three"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger kitchen"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"thirty - three"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger kitchen"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PDIWVU9D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_: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",
"amount",
"thirty - three"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger kitchen"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PDIWVU9D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"amount",
"thirty - three"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger kitchen"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PDIWVU9D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:00"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"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",
"amount",
"thirty - three"
],
[
"_:search",
"food",
"north american"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger kitchen"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PDIWVU9D"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:00"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"arrive_by",
"06:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"duration",
"50 minutes"
],
[
"_:booking",
"id",
"TR5042"
],
[
"_:booking",
"leave_at",
"5:19"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train schedule after 15:15 , going to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains available for you . Where are you departing from and what day would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'broxbourne');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm leaving from broxbourne to leave on saturday after 15:15"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would prefer to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , but I would like the booking made for two people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'N5FLMFK9');(_:booking,ticket,'35.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 35.79 GBP payable at the station . \n Reference number is : N5FLMFK9 . Anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , are there any italian restaurants in the center of town ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'regent street city centre');(_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have pizza hut city centre located at regent street city centre . Would you like to make a table reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:45');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Can you book it for Saturday at 19:45 for 2 and get me a reference number ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , they did n't have that time available . Would you like to try a different time or a different day ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'18:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you try for 18:45 instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'D1CJSO6Z');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! Your reference number is D1CJSO6Z ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Did you need any further assistance today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks again ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad we could help . Have a nice day ."
}
] |
MUL1434.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"N5FLMFK9"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"N5FLMFK9"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"N5FLMFK9"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/cd1f1b1c"
],
[
"_:booking/cd1f1b1c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/cd1f1b1c"
],
[
"_:booking/cd1f1b1c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"D1CJSO6Z"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/cd1f1b1c"
],
[
"_:booking/cd1f1b1c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"D1CJSO6Z"
],
[
"_: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,name,'williams art and antiques');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for Williams art and antiques ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I was able to find it , what information would you like about it today ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the area and postcode , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,postcode,'cb12lj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . It is located in the centre and their postcode is cb12lj ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I also get a train to broxbourne on friday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,id,'TR7808');(_:result,leave_at,'6:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR7808 leaves 6:01 on Friday , is that suitable for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'16:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from Cambridge after 16:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'17:01');(_:result,id,'TR5694');(_:result,leave_at,'16:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I also have TR5694 which leaves at 16:01 and arrives by 17:01 . Would that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yeah I think that 'll work . Can you book me 6 seats on that one please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'Six');(_:booking,ref,'3NFAUXBY');(_:booking,ticket,'107.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I got that all booked for you . Six tickets is 107.4 GBP payable at the station . Reference number is 3NFAUXBY . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks , that is all for now . Have a great day !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there nothing else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that takes care of it goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Good bye ."
}
] |
MUL1755.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb12lj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb12lj"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR7808"
],
[
"_:result",
"leave_at",
"6:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb12lj"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:result",
"id",
"TR5694"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb12lj"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:result",
"id",
"TR5694"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"Six"
],
[
"_:booking",
"ref",
"3NFAUXBY"
],
[
"_:booking",
"ticket",
"107.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb12lj"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:00"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:result",
"id",
"TR5694"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"Six"
],
[
"_:booking",
"ref",
"3NFAUXBY"
],
[
"_:booking",
"ticket",
"107.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'9:45');(_:search,destination,'yippee noodle bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to take me to yippee noodle bar by 9:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely , where will the taxi be picking you up from today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'rajmahal');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The Rajmahal please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue skoda');(_:result,phone,'07714291108');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "All right , a blue skoda will come for you . Should you need to contact them , the number is 07714291108 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Goodbye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for the calling the Cambridge TownInfo centre we are glad to help , have a pleasant day ."
}
] |
SNG0016.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"yippee noodle bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"yippee noodle bar"
],
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"yippee noodle bar"
],
[
"_:search",
"departure",
"rajmahal"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"phone",
"07714291108"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.