turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'9:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for information on a train that goes to Cambridge and arrives at 9:45"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a few');(_:result,arrive_by,'09:45');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are a few that arrive at cambridge by 09:45 what day are you arriving and where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from London Liverpool Street and I want to leave on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:07');(_:result,count,'1');(_:result,day,'Tuesday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay great ! I have one train that would get you to Cambridge on Tuesday by 09:07 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No I just need to know the departure time please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'07:39');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The departure time is 07:39 for that train . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you tell me some good places to go while I 'm in town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,area,'in town');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are lots of nice attractions in town . Do you have a preference for type or area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I think we 'd like to see a museum - do you have any recommendations ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'all around the city');(_:result,area,'west');(_:result,category,'museums');(_:result,count,'23');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums all around the city . If you do n't have any area preferences , Cafe Jello Gallery on the west side is very nice , and they have no entrance fee ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds perfect . What is there address ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'13 Magdalene Street');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cafe Jello Gallery , 13 Magdalene Street , and there is no entrance fee . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have their phone number ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223312112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223312112 . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all . Thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a good day !"
}
] |
PMUL1426.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"arrive_by",
"09:45"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"all around the city"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"all around the city"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"all around the city"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))",
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Do you have a phone number for the police ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Yes , call them at 01223358966"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address is Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You can contact Parkside Police Station in Parksid , Cambridge , CB11JG at telephone number : 01223358966 ."
}
] |
SNG02241.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a place to sleep on the east side , it does nt matter is the parking is free or not ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 . Would you like to stay in a guesthouse , or a hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I think a guesthouse would be more personal ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Autumn House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'd recommend the Autumn House . It 's a guesthouse in the east . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . I just need the price range , postcode and phone number ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,'The autumn house');(_:result,phone,'01223575122');(_:result,postcode,'cb58rs');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The autumn house is a cheap guesthouse located in postcode cb58rs . The phone number is : 01223575122 . Are you sure I ca n't help you with a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . Could you tell me about Russian restaurants in the east ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are no russian restaurant in the east"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are there any expensive restaurants ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'some');(_:result,area,'East');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes the are some in the East , what type of food do you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am a big fan of British food . Do you have an expensive one in the east ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'East');(_:result,food,'British');(_:result,name,'Grafton Hotel Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Grafton Hotel Restaurant is a British restaurant in the East area , would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book it for Monday at 12:00 for 4 people please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unable to book you for that time . Would you like a different day ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try Wednesday ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is n't available either . Would like to try a different time of day ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'12:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 12:00 ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,ref,'CAMFOFY8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Monday just became available so I booked it before someone else does . Let me know if that wo n't work for you . The table will be reserved for 15 minutes . \n Reference number is : CAMFOFY8"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! ! Thank you so much . That 's all I need today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome , thanks for your patience and thank you or visiting cambridge ."
}
] |
PMUL3039.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"russian"
],
[
"_:system",
"canthelp",
"_:search/ad78ed5c"
],
[
"_:search/ad78ed5c",
"area",
"east"
],
[
"_:search/ad78ed5c",
"food",
"russian"
],
[
"_:search/ad78ed5c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ad78ed5c"
],
[
"_:search/ad78ed5c",
"area",
"east"
],
[
"_:search/ad78ed5c",
"food",
"russian"
],
[
"_:search/ad78ed5c",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_: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",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ad78ed5c"
],
[
"_:search/ad78ed5c",
"area",
"east"
],
[
"_:search/ad78ed5c",
"food",
"russian"
],
[
"_:search/ad78ed5c",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ad78ed5c"
],
[
"_:search/ad78ed5c",
"area",
"east"
],
[
"_:search/ad78ed5c",
"food",
"russian"
],
[
"_:search/ad78ed5c",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/cc2c3f09"
],
[
"_:booking/cc2c3f09",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_: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",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ad78ed5c"
],
[
"_:search/ad78ed5c",
"area",
"east"
],
[
"_:search/ad78ed5c",
"food",
"russian"
],
[
"_:search/ad78ed5c",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/cc2c3f09"
],
[
"_:booking/cc2c3f09",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/27c671aa"
],
[
"_:booking/27c671aa",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ad78ed5c"
],
[
"_:search/ad78ed5c",
"area",
"east"
],
[
"_:search/ad78ed5c",
"food",
"russian"
],
[
"_:search/ad78ed5c",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/cc2c3f09"
],
[
"_:booking/cc2c3f09",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"canthelp",
"_:booking/27c671aa"
],
[
"_:booking/27c671aa",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"CAMFOFY8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'd like some information on a restaurant today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 110 restaurants . What area or type of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really need something cheap and in the South please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Portuguese adn Chinese cheap in this area . Any preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:00');(_:search,food,'chinese');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go Chinese . Please book for 2 people on Wednesday at 12:00"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,area,'south');(_:result,food,'chinese');(_:result,name,'lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can book the lucky star chinese restaurant in the south . It 's address is cambridge leisure park clifton way cherry hinton . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! Can i get a reference number after it is booked ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'12:00');(_:booking,people,'2');(_:booking,ref,'LERUQAPY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is for 2 people on Wednesday at 12:00 . The reservation number is LERUQAPY ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'8:00');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . I also need a train from kings lynn to cambridge that morning . I need it to get in by 8:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'07:58');(_:result,destination,'Cambridge');(_:result,id,'TR5831');(_:result,leave_at,'07:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR5831 that leaves at 07:11 and will arrive in Cambridge by 07:58 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yeah , that works for me . Thanks for the help ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many tickets would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I wo n't be needing the train after all . Thank you for the help !"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "OKay ! You 're very welcome ! Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL0600.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LERUQAPY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lucky star"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LERUQAPY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5831"
],
[
"_:result",
"leave_at",
"07:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lucky star"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LERUQAPY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5831"
],
[
"_:result",
"leave_at",
"07:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lucky star"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"LERUQAPY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"07:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5831"
],
[
"_:result",
"leave_at",
"07:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Will I be able to find any moderately priced rooms to stay in in the north part of Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Definitely ! Would you like a guesthouse or a hotel , and do you have a star rating requirement ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse . The star rating does n't matter , but the hotel should include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a number of');(_:result,category,'guesthouses');(_:result,name,'Acorn Guest House');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a number of guesthouses that fit your criteria . I would recommend the Acorn Guest House . It has a 4-star rating . Does this work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,name,'acorn guest house');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book Acorn Guest House for 4 people for 2 nights starting friday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,name,'Acorn Guest House');(_:booking,people,'4');(_:booking,ref,'GWZ3QLV5');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Acorn Guest House was successfully booked for Friday for 2 nights for 4 guests . Your Reference number is : GWZ3QLV5 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That was all I needed ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train going to Cambridge and arriving by 12:45 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can assist you with that . Where were you wanting to leave from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need to leave from Ely ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I would appreciate that . Is there only one option that arrives by the time I need ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "There is a train departure on Friday from Ely to Cambridge that arrives by 11:52 . Do you want that instead ?"
}
] |
PMUL3780.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"GWZ3QLV5"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"GWZ3QLV5"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"GWZ3QLV5"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"GWZ3QLV5"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm trying to plan a trip there but need a cheap place to stay ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,area,'centre');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alexander bed and breakfast is located in the centre . They are located at \t 56 saint barnabas road ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm , I 'm looking for a place in the west . It does n't need to include internet ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "finches bed and breakfast is cheap ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay do they have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they have free wifi and free parking !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,category,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . Sounds good . Can you tell me the type of hotel and provide me with the hotel 's phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Finches');(_:result,phone,'01223276653');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Finches is a guesthouse , and their number is 01223276653 . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'wagamama');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "You sure can . I 'm also quite hungry . Do you have any info on a restaurant called Wagamama ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,pricerange,'on the pricey side');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Wagamama is a Japanese restaurant on the pricey side . Would you like their phone number or address ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:45');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's fine . I would just like to book a reservation for 1 at 18:45 on Sunday . & may I have the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'AFPBIS6F');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes your reference number is AFPBIS6F ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need a taxi to get me from the hotel to the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I need to know when you would like to be picked up or arrive ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the tax to get me to the restaurant by 18:45 so that I can make our booked time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07317880048');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking complete . Your taxi will be a white ford , contact number 07317880048 . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I think that is all , bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if you need anything else ."
}
] |
MUL1289.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Finches"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"wagamama"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"wagamama"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"pricerange",
"on the pricey side"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"wagamama"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"pricerange",
"on the pricey side"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"AFPBIS6F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223276653"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"wagamama"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"pricerange",
"on the pricey side"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"AFPBIS6F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"name",
"wagamama"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"pricerange",
"on the pricey side"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"AFPBIS6F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07317880048"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i need a train to bishops stortford that leaves after 16:30 , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be travelling to ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I already told you ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from and what day do you wish to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday , and depart from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,id,'TR2153');(_:result,leave_at,'17:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2153 departs Cambridge for Bishops Stortford on Tuesday at 17:29 , would you like to book a seat on this train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yeah . I need to book for 7 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'C2KPV8JC');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 70.7 GBP payable at the station . \n Reference number is : C2KPV8JC ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay , I 'd like possibly a guesthouse with free wifi ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Ok i will find you one as soon as possible and inform you thanks a lot"
}
] |
PMUL1921.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR2153"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR2153"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C2KPV8JC"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in any area that serves scandinavian food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no restaurants available that serve scandinavian food . Are there any other restaurants you would like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about french ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'French');(_:result,name,'Restaurant Two Two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Two Two serves French food . Would you like the location information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "If you could give me the phone number , that would be great ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for restaurant two two is 01223 351880 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that does it . Thank you and goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20659.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/c7772dcb"
],
[
"_:search/c7772dcb",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/c7772dcb"
],
[
"_:search/c7772dcb",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/c7772dcb"
],
[
"_:search/c7772dcb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need some information on Cambridge . I 'm looking for places to go in town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "how about all saints church ? it has free admission ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , could you send me the postcode ? Is that a architecture ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'architecture');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes it is architecture . The post code is cb58bs . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,name,'all saints church');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel in the same area as all saints church ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'newmarket road');(_:result,name,'leverton house');(_:result,postcode,'cb58rs');(_:result,pricerange,'cheaply priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the leverton house at newmarket road with postcode cb58rs . It is cheaply priced . Is that okay for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it Thank you"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am looking for a place to stay ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'Leverton House');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book at the Leverton House as stated before . I need a room booked for 6 and 3 nights starting from Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'8HO6GEBH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 8HO6GEBH ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That 's all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a great day !"
}
] |
PMUL4425.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"newmarket road"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"newmarket road"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"newmarket road"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Leverton House"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"newmarket road"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Leverton House"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"8HO6GEBH"
],
[
"_: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,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to go somewhere in the east part of town . Can you give me information on places to go and attractions there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's several different types of attractions in the east side . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't . Could you recommend something interesting ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'entertainment');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I think everybody enjoys the Funky Fun House . It is a great entertainment type of attraction ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'funky fun house');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay . Can you please give me the phone number , postcode , and entrance fee for the Funky Fun House then ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'i do not have information');(_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number is 01223304705 . the postcode is cb58hy . unfortunately , i do not have information about the entrance fee ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "ok , i 'm also looking for a train to cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be departing from stansted airport ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are trains departing every hour . If you can provide me with the day and time you would like to travel , I 'm sure we can find something fitting your needs ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on Thursday and I need to arrive by 10:00 ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,arrive_by,'8:52');(_:result,arrive_by,'9:52');(_:result,id,'TR0031');(_:result,id,'TR9084');(_:result,type,'Train'))",
"inform((_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR9084 will get you in by 8:52 , or the TR0031 will get you in by 9:52 . Which would you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What 's the travel time for TR0031 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It lasts 28 minutes . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I need thanks for the help ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome happy that I could assist ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much , goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Bye ! Enjoy your trip !"
}
] |
PMUL1139.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"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:result",
"entrance_fee",
"i do not have information"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:result",
"entrance_fee",
"i do not have information"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:result",
"entrance_fee",
"i do not have information"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:result",
"entrance_fee",
"i do not have information"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR0031"
],
[
"_:result",
"id",
"TR9084"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:result",
"entrance_fee",
"i do not have information"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR0031"
],
[
"_:result",
"id",
"TR9084"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:result",
"entrance_fee",
"i do not have information"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR0031"
],
[
"_:result",
"id",
"TR9084"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'parkside police station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "can i find the parkside police station"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Yes , they are located at parkside , postcode CB11JG . Their telephone number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that is all I needed . Goodbye ."
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "You 're welcome . Have a great night ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You too . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "thank you , have a nice day ."
}
] |
SNG01965.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"parkside police station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"parkside police station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"parkside police station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does Cambridge have an Indian restaurant in the Centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 indian restaurants . Do you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a cheap one ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,name,'the gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 , the gandhi is a great place . shall I book a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'5:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I need a reservation for 7 people at 5:15 on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZB89D8NC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked that for you , reference number is ZB89D8NC . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to book a train for my trip to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ? And what day would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Birmingham New Street on Sunday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Would you like to specify a departure or arrival time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,destination,'Cambridge');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll depart anytime as long as I can get to Cambridge by 08:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'08:23');(_:result,id,'TR8730');(_:result,leave_at,'05:40');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Okay . How about TR8730 , which would depart at 05:40 and arrive by 08:23 ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sounds good . Please , may I have the price , travel time , and departure time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,id,'TR8730');(_:result,leave_at,'05:40');(_:result,ticket,'60.08 GBP');(_:result,type,'Train'))",
"reqmore()",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8730 has a fare of 60.08 GBP , the trip is 163 minutes , and it departs at 05:40 . Would you like to book tickets ? Or can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need , thanks so much for your help ! Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You have a great day as well . If you need anything else , please do not hesitate to call back . Goodbye !"
}
] |
PMUL0553.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"5:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"5:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB89D8NC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"5:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB89D8NC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"5:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB89D8NC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:search",
"duration",
"5:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZB89D8NC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"id",
"TR8730"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:search",
"duration",
"5:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"ZB89D8NC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR8730"
],
[
"_:result",
"leave_at",
"05:40"
],
[
"_:result",
"ticket",
"60.08 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need some details about a police station , I think it 's called Parkside Station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'cb11jgi');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "It 's address is \t Parkside , Cambridge with Postcode CB11JGI"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that was all I needed ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a lovely day ."
}
] |
SNG01400.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",
"postcode",
"cb11jgi"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a good place for entertainment in the centre . Any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no places in the centre . Would you like to try another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Lets drop entertainment and look up one for the type of college ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the centre . Do you have one in mind ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any one would be fine , can I just get the address , phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Saint Andrew 's street\");(_:result,area,'centre');(_:result,entrance_fee,'no fee');(_:result,name,\"Christ 's college\");(_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college , in the centre of town . Number is 01223334900 . Address is post code , cb23bu , Saint Andrew 's street . No fee to enter . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Find a train that departs from cambridge , leaving on thursday , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where are you going to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to leicester and need to leave after 21:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,departure,'Cambridge');(_:result,leave_at,'21:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are three trains that leave Cambridge after 21:00 , would you like me to book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book the train for me , and I will need the travel time as well . Thank you for your help ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'23:06');(_:result,duration,'105 minutes');(_:result,id,'TR3470');(_:result,leave_at,'21:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR3470 leaves at 21:21 and arrives by 23:06 , duration is 105 minutes . I will book it for you if you will tell me how many tickets you need ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is ok . I appreciate all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you got all the information you need . Have a nice day . Good - Bye ."
}
] |
MUL1785.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5701bb62"
],
[
"_:search/5701bb62",
"area",
"centre"
],
[
"_:search/5701bb62",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5701bb62"
],
[
"_:search/5701bb62",
"area",
"centre"
],
[
"_:search/5701bb62",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5701bb62"
],
[
"_:search/5701bb62",
"area",
"centre"
],
[
"_:search/5701bb62",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5701bb62"
],
[
"_:search/5701bb62",
"area",
"centre"
],
[
"_:search/5701bb62",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5701bb62"
],
[
"_:search/5701bb62",
"area",
"centre"
],
[
"_:search/5701bb62",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5701bb62"
],
[
"_:search/5701bb62",
"area",
"centre"
],
[
"_:search/5701bb62",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"23:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR3470"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"type",
"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,category,'hotels');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Which hotels in Cambridge offer free wifi for guests ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several . Is there an area of town you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I am interested in the north and a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "can you please tell me when and how many will join you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure at this point . For now , I just need the address ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'365 Milton Road');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Lovell Lodge at 365 Milton Road ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they have free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they do offer that ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Ok I would like to book a room ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "In order to make the reservations , can you tell me for what day , how many guests and how many nights please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , thursday through sunday and 6 guests ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'U4XH256U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the room your reference number is U4XH256U . Is there anything else I can help with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay great . How about a Chinese restaurant in the same price range ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Yippee Noodle Bar is available , would that be satisfactory for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you book that for 4 people at 14:15 on saturday ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Q14MS7P4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : Q14MS7P4 . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is it for today . thanks for helping"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! If there 's anything else we can help with , do n't hesitate to ask ."
}
] |
PMUL0042.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U4XH256U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U4XH256U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Q14MS7P4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for architectural spots to visit on my trip to Cambridge . On the east side ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'architectural');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Well , unfortunately there are architectural attractions located in the east . Would you like to try a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , that 's okay . Are there any Museums in the East instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,name,'Cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can recommend four different museums in the east area . How about Cambridge artworks ? It is popular ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds interesting . What is the entrance fee for this museum ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cambridge artworks is a free museum . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me their phone number and postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely . Their phone number is 01223902168 and they are in postcode cb13ef ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Excellent . I 'm also looking for a train as well ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Do you have a destination in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am looking to depart from London Kings Cross that should arrive in Cambridge by 15:00 and I need it for 3 people and will need the reference number ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I need to narrow the search down . What day will you be traveling ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On Monday please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'14:08');(_:booking,category,'Train');(_:booking,departure,'london kings cross');(_:booking,destination,'Cambridge');(_:booking,id,'TR3194');(_:booking,leave_at,'13:17');(_:booking,ref,'R6KWX99C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you on TR3194 which leaves london kings cross at 13:17 and arrives Cambridge at 14:08 . Reference R6KWX99C . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's everything . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
MUL1842.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_: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/72ed9331"
],
[
"_:search/72ed9331",
"area",
"east"
],
[
"_:search/72ed9331",
"category",
"architectural"
],
[
"_:search/72ed9331",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"14:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"london kings cross"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR3194"
],
[
"_:booking",
"leave_at",
"13:17"
],
[
"_:booking",
"ref",
"R6KWX99C"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please find me a british restaurant in the expensive price range ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 6 restaurants that meet those requirements . What area would you like to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the centre ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend The Cambridge Chop House . Excellent food in a great location . I can book a table there , if you like ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:30');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , could you book a table for 6 people at 15:30 on Tuesday . Could i have the reference number too please ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,ref,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Give me one moment for the reference number ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , no problem ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'SYHSBT5J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I have your table booked , they 'll hold it for 15 minutes . The reference number is SYHSBT5J . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about some colleges to go to ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'west');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I like Clare Hall in the west part of town . Do you have any preference to area ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds fine ! Can I get their phone number , address , and postcode ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Herschel Road');(_:result,name,'Clare Hall');(_:result,phone,'01223 332 360');(_:result,postcode,'CB3 9AL');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You can reach Clare Hall at 01223 332 360 , and their address is Herschel Road , CB3 9AL . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be all today . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Perfect . Thank you for using the Cambridge TownInfo centre . Have a great day !"
}
] |
PMUL2105.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"ref",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SYHSBT5J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SYHSBT5J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"ref",
"?"
],
[
"_:booking",
"ref",
"SYHSBT5J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Herschel Road"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"phone",
"01223 332 360"
],
[
"_:result",
"postcode",
"CB3 9AL"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a gastropub in the east ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Royal Standard is a gastropub located in the east ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'royal standard');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please provide the phone number , address and postcode for The Royal Standard ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'290 Mill Road City Centre');(_:result,phone,'01223247877');(_:result,postcode,'cb13nl');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Phone Number : 01223247877 . Post Code : cb13nl , address 290 Mill Road City Centre . Anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great can I also get a train going to leicester and arriving by 11:45 ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from and what day would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Cambridge , and I will be traveling on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,id,'TR5677');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5677 will arrive at 11:06 would that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you get me the price of that train and the travel time before you book it ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,destination,'Leicester');(_:result,id,'TR5677');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have TR5677 arriving at Leicester by 11:06 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the travel time and total cost please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,ticket,'30.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "105 minutes . 30.24 pounds ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "ok thank you so mucy"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Ok great . Would you like for me to go ahead and book the train for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book the train for me . That will be all ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you just need the one ticket , or will others be travelling with you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "No just the one . Thank you ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'LV1BEG9R');(_:booking,ticket,'30.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 30.24 GBP payable at the station . \n Reference number is : LV1BEG9R ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! That 's all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad I was able to help . Have a wonderful trip ."
}
] |
MUL1628.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"id",
"TR5677"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"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",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"postcode",
"cb13nl"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LV1BEG9R"
],
[
"_:booking",
"ticket",
"30.24 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Can you give me some information on the Alpha Milton guesthouse ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to . They are one of our newest guesthouses in the north . They are moderately priced and are 3 star rated . They do not offer free wifi or parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for 1 person 2 nights from tuesday"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZNDCQG9R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your Reference number is : ZNDCQG9R . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it , thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre ! Have a great day !"
}
] |
PMUL4072.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZNDCQG9R"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello ! I 'm looking for a train that leaves after 10:15 on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your departure and destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from cambridge and should go to peterborough , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:24');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,id,'TR1492');(_:result,leave_at,'10:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR1492 departs from Cambridge at 10:34 on Sunday and arrives at Peterborough by 11:24 . Would you like me to book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please make a booking for 1 person ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,day,'Sunday');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Unfortunately , there is not a train on Sunday matching your criteria ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are you sure there are no trains going from Cambridge to Peterborough on Sunday leaving after 10:15 ? What about TR1492 that you said ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:24');(_:result,destination,'peterborough');(_:result,id,'TR1492');(_:result,leave_at,'10:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1492 train to peterborough leaves at 10:34 and arrives at 11:24 , may I book this trip for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes , book that for me and get me a reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'GQSOT34U');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , the total fee is 13.2 GBP payable at the station . \n Reference number is : GQSOT34U ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Can you also help me find a hotel for my group ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do have any hotel preferences like price or location ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel name I am looking for is named Hamilton Lodge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,pricerange,'moderately priced');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Hamilton Lodge is a guesthouse located in the north . They are moderately priced and have a 3-star rating . They offer both free wifi and free parking ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book that hotel for me for 1 person for 2 nights starting from Friday , please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Q52LOX3W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : Q52LOX3W . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been a great help already . Thanks , and have a nice day . Bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2288.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:search/813da65d"
],
[
"_:search/813da65d",
"day",
"Sunday"
],
[
"_:search/813da65d",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:search/813da65d"
],
[
"_:search/813da65d",
"day",
"Sunday"
],
[
"_:search/813da65d",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:search/813da65d"
],
[
"_:search/813da65d",
"day",
"Sunday"
],
[
"_:search/813da65d",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GQSOT34U"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:search/813da65d"
],
[
"_:search/813da65d",
"day",
"Sunday"
],
[
"_:search/813da65d",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GQSOT34U"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_: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",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/813da65d"
],
[
"_:search/813da65d",
"day",
"Sunday"
],
[
"_:search/813da65d",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GQSOT34U"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/813da65d"
],
[
"_:search/813da65d",
"day",
"Sunday"
],
[
"_:search/813da65d",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"11:24"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR1492"
],
[
"_:result",
"leave_at",
"10:34"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"13.2 GBP"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Q52LOX3W"
],
[
"_: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,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant that serves Japanese food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Wagamama is a Japanese restaurant that 's in the centre part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can i please have the phone number and address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'36 Saint Andrews Street');(_:result,phone,'01223 462354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223 462354 and their address is 36 Saint Andrews Street ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ."
}
] |
WOZ20345.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"address",
"36 Saint Andrews Street"
],
[
"_:result",
"phone",
"01223 462354"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was in a car accident dispute and I am looking for help"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "When and where did this accident occur ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I just need an address and phone number for the police please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Absolutely ! The police station phone number is 01223358966 and their address is Parkside , Cambridge . What else can I do to help ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is it , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Goodbye ."
}
] |
SNG02060.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need information for a train from cambridge to norwich ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains departing from Cambridge arriving in Norwich at a price of 17.60 pounds . What day are you looking to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to travel on Sunday , and leave after 21:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'22:55');(_:result,id,'TR7767');(_:result,leave_at,'21:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR7767 leaving at 21:36 and arriving by 22:55 . Would that be something that would work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book for 1 person and send the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'0TDRHZKN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've done that for you . Your reference number is 0TDRHZKN ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need a place to stay . Can you find me a three star guesthouse ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , what area of town are you interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the centre I guess . I do need free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'centre');(_:search,category,'guesthouses');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any 3 star guesthouses in the centre , would you like to try another level ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , can you check for a 3 star guesthouse in the west ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'hobsons house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there is the hobsons house . Shall I go ahead and book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'same group of people');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . It will be for the same group of people for 3 nights starting on thursday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'9CNY4IOQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your booking was successful . Your reference number is 9CNY4IOQ ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Are there any colleges with free admission in the area ? Or any other attractions that I may visit inbetween my meetings ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area would you prefer it to be in ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_parking,'yes');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Somewhere in the center that gives free parking . It 's pretty important as that 's where I 'm interested in . If that does not exist , I 'd like to be somewhere in the west ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , the attractions segment on my computer system seems to be down at the moment . Can I perhaps help with something else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is alright . Actually , that should be all I need today . Thank you for your help . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your stay . Have a nice day ."
}
] |
MUL2199.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0TDRHZKN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_: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",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0TDRHZKN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0TDRHZKN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/7b170a07"
],
[
"_:search/7b170a07",
"area",
"centre"
],
[
"_:search/7b170a07",
"category",
"guesthouses"
],
[
"_:search/7b170a07",
"stars",
"3"
],
[
"_:search/7b170a07",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0TDRHZKN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/7b170a07"
],
[
"_:search/7b170a07",
"area",
"centre"
],
[
"_:search/7b170a07",
"category",
"guesthouses"
],
[
"_:search/7b170a07",
"stars",
"3"
],
[
"_:search/7b170a07",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/7b170a07"
],
[
"_:search/7b170a07",
"area",
"centre"
],
[
"_:search/7b170a07",
"category",
"guesthouses"
],
[
"_:search/7b170a07",
"stars",
"3"
],
[
"_:search/7b170a07",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"9CNY4IOQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"canthelp",
"_:search/7b170a07"
],
[
"_:search/7b170a07",
"area",
"centre"
],
[
"_:search/7b170a07",
"category",
"guesthouses"
],
[
"_:search/7b170a07",
"stars",
"3"
],
[
"_:search/7b170a07",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"9CNY4IOQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"id",
"TR7767"
],
[
"_:result",
"leave_at",
"21:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"canthelp",
"_:search/7b170a07"
],
[
"_:search/7b170a07",
"area",
"centre"
],
[
"_:search/7b170a07",
"category",
"guesthouses"
],
[
"_:search/7b170a07",
"stars",
"3"
],
[
"_:search/7b170a07",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"9CNY4IOQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , i would like help locating an attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "OK - what type of attraction are you looking for , and in what part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'castle galleries');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for the entrance fee for Castle Galleries ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their entrance fee is free ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the recommendation . That 's all the help I need today ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thanks for using our help desk . Goodbye ."
}
] |
SNG1295.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about some of the attractions in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'dozens');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have dozens of activities in centre . Is there a specific type that you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What one would you recommend and the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Castle Galleries museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Castle Galleries museum is one most newcomers find interesting , admission is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,has_internet,'yes');(_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great ! I 'm also looking for a place to stay in the same area . I want one with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the alexander bed and breakfast , which is a 4 star hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it cheap and in the same area ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheaply priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Alexander Bed and Breakfast is a cheaply priced guesthouse in the centre . Would you like me to book a room for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that sounds good . Please book it for 2 people and 3 nights starting from Sunday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am so sorry , but the booking was unsuccessful . Would you like to change the day or shorten your stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Why do n't we try booking only 1 night ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful still . can we book another day ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "NO , I 'd rather another hotel if possible ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"inform((_:result,name,'el shaddai');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like me to try el shaddai , it is also in the cheap range ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . Please book for 2 pepole and 3 nights starting on sunday . Please provide a reference number ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry the booking was unsuccessful , can I try a shorter stay ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 1 night ?"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was unsuccessful ."
}
] |
MUL2695.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/53c60f83"
],
[
"_:booking/53c60f83",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/53c60f83"
],
[
"_:booking/53c60f83",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"canthelp",
"_:booking/d9183d47"
],
[
"_:booking/d9183d47",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_: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",
"dozens"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/53c60f83"
],
[
"_:booking/53c60f83",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/d9183d47"
],
[
"_:booking/d9183d47",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_: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": [
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/53c60f83"
],
[
"_:booking/53c60f83",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/d9183d47"
],
[
"_:booking/d9183d47",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/a4db4780"
],
[
"_:booking/a4db4780",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train leaving from Cambridge on Sunday , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can do that for you ! Is there a particular destination , or even an arrival or departure time you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Going to norwich . Arrive by 17:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:55');(_:result,destination,'Norwich');(_:result,id,'TR4969');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4969 will get you to Norwich by 10:55 . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need the price , travel time , and train ID ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,ticket,'14.08 pounds');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . The price is 14.08 pounds and the travel time is 79 minutes \t ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I also need a hotel with a star of 4 in the west ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 choices in that area . Would you like those addresses ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Do any of those choices include free parking and in the expensive price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The huntingdon marriott');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The huntingdon marriott hotel meets your needs . Do you want me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , for 2 people for 4 nights ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book the room for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Wednesday . Could I get the reference number as well ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'SDGKFOMN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I 've got your booking confirmed . Your reference number is SDGKFOMN . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much . I think that 's all I need for today . Take care . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
MUL2258.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"10:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"10:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"10:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"The huntingdon marriott"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"10:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"The huntingdon marriott"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_: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",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"10:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"The huntingdon marriott"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SDGKFOMN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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 planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "sure , what can i help you find ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:30');(_:search,day,'friday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from Norwich to Cambridge on Friday , please . I need to get there at about 10:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'9:35');(_:result,id,'TR3293');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3293 will arrive by 9:35 . Would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need 3 tickets ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4CSMUT8M');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 52.8 GBP payable at the station .Reference number is : 4CSMUT8M .what else do i do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Lensfield Hotel');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to stay at The Lensfield Hotel once we get to town for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to begin your stay ? And for how many guests ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay on Friday , 4 nights , 3 people . I also need a reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WWHV5VSA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set ! Your reference number for your booking is WWHV5VSA . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome if you have any query . please contact us"
}
] |
PMUL4034.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"id",
"TR3293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"id",
"TR3293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"id",
"TR3293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4CSMUT8M"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"id",
"TR3293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4CSMUT8M"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:30"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"id",
"TR3293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WWHV5VSA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be visiting Cambridge soon and definitely want to see some local attractions . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,amount,'nearly 80');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can definitely help you find one . We have nearly 80 attractions around . Can you tell me what type of attraction you prefer or an area you would like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for the best museum in the centre of town . Please let me know what it is and how much I should expect to pay to get in ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Castle Galleries is very popular and it has no entrance fee . Would you like the address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but I do want the entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Castle Galleries are free of charge ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a guesthouse to stay that has a star of 4 and includes free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house is available if that works for you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Book rooms for 3 people for 4 nights starting Sunday , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6RQXSUYD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is 6RQXSUYD . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the museum');(_:search,leave_at,'05:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to commute from the hotel to the museum . I need to leave the hotel by 05:15"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white toyota');(_:result,phone,'07365958401');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! I have set that up . Booked car type is a white toyota and the Contact number is 07365958401 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help . That was all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . Enjoy your visit to the galleries ."
}
] |
MUL2587.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nearly 80"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nearly 80"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nearly 80"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nearly 80"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nearly 80"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6RQXSUYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"nearly 80"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6RQXSUYD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the museum"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white toyota"
],
[
"_:result",
"phone",
"07365958401"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'bangkok city');(_:search,leave_at,'07:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to leave after 07:45 to take me to Bangkok City ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will your departure site be ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'primavera');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving from primavera ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t yellow bmw \n Contact number \t : \t 07711369546"
}
] |
SNG01343.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I am looking for a guesthouse that includes free parking . Do you have anything available ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Acorn Guest House in the north side of town ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I will need the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! When would you like to visit ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Friday . There will be 5 people in my party , and I 'll need a reservation for 5 nights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'2FD2JYN8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect , I was able to book the hotel for you . The reference number is 2FD2JYN8 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed , thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay . Bye ."
}
] |
SNG0861.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"2FD2JYN8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train that goes to London Kings Cross from Cambridge please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel and when would you want to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Thursday after 17:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Thursday');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,leave_at,'19:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest departure I have for Thursday from cambridge to london kings cross leaves at 19:00 . Will this suit you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that will work . Can you book me for five people please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'Z5QW0890');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 118 GBP payable at the station . Your reference number is Z5QW0890 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I would like help in locating a place to go in town . A college in the east part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no colleges in the east area of town . Would you like to check a different area or different type of attraction ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , are there any museums in the east area ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,name,'Cambridge Artworks');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Gallery at Twelve a High Street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "4 museums located in the east area . Cambridge Artworks , Cambridge Museum of Technology , Gallery at Twelve a High Street , and Saint Barnabas Press Gallery . Do any interest you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cambridge museum of technology');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes could I have the address , telephone number and postcode of the Cambridge Museum of Technology ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'the old pumping station , cheddars lane');(_:result,phone,'01223368650');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located at the old pumping station , cheddars lane cb58ld phone number 01223368650"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
MUL0465.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z5QW0890"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z5QW0890"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/67561fcb"
],
[
"_:search/67561fcb",
"area",
"east"
],
[
"_:search/67561fcb",
"category",
"colleges"
],
[
"_:search/67561fcb",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z5QW0890"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/67561fcb"
],
[
"_:search/67561fcb",
"area",
"east"
],
[
"_:search/67561fcb",
"category",
"colleges"
],
[
"_:search/67561fcb",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve a High Street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Z5QW0890"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/67561fcb"
],
[
"_:search/67561fcb",
"area",
"east"
],
[
"_:search/67561fcb",
"category",
"colleges"
],
[
"_:search/67561fcb",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve a High Street"
],
[
"_:search",
"name",
"cambridge museum of technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"the old pumping station , cheddars lane"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving on sunday after 12:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to help you find something . Can you tell me where you will be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from peterborough going to cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:09');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,id,'TR9345');(_:result,leave_at,'12:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train number TR9345 leaves Peterborough at 12:19 and arrives in Cambridge around 13:09 . Would you like a ticket for this train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "i want tickets for 3 people and give me reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'OYYUXXUM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is : OYYUXXUM . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i m also looking for a place to go in town"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many fantastic attractions ! Would you like to narrow it down by area or type ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care where- just a museum ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'cambridge artworks');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "cambridge artworks would suit your needs . Can I get you more info on it ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can I get the info please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located at 5 Greens Road in the centre area of town . The phone number is 01223902168 . The admission is free ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you and what is the postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cambridge Artworks');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks is in postcode cb13ef . Do you need anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that s all I needed . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL4679.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9345"
],
[
"_:result",
"leave_at",
"12:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9345"
],
[
"_:result",
"leave_at",
"12:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OYYUXXUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9345"
],
[
"_:result",
"leave_at",
"12:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OYYUXXUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9345"
],
[
"_:result",
"leave_at",
"12:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OYYUXXUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9345"
],
[
"_:result",
"leave_at",
"12:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OYYUXXUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9345"
],
[
"_:result",
"leave_at",
"12:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OYYUXXUM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is that european food place 's address ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found several places serving European food . Do you have a preference as to the location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , any part of town is fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,food,'European');(_:result,name,'Cambridge Lodge Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge Lodge Restaurant serves European food and is located at Cambridge Lodge Hotel 139 Huntingdon Road City Centre ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day and enjoy your food ."
}
] |
WOZ20539.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train from ely to cambridge . Do you have such trains ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 70 trains do you have a date and time you 'd like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on a sunday and arrive by 11:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'9:52');(_:result,id,'TR4212');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4212 is arriving at 9:52 would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "What time does that train depart ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'9:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train leaves at 9:35 . Shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , thank you . I would like to see if you could find a place for me to stay that would have a 4 star rating ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'many');(_:result,category,'hotels');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Of course , there are many 4 star hotels to choose from . Would you like me to book one for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet , thanks . Are any of them guesthouses ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'18');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 18 guesthouses to choose from , do you have a preference to the area you would like to stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,people,'4');(_:search,stars,'4');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 4 star , and in the east with free wifi for 4 people , 5 nights . I 'll need a reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you want that guesthouse reservation to begin on Sunday ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need five nights starting on Sunday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,ref,'SLTIVABU');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have confirmed your reservation at allenbell starting on Sunday for 5 nights . Your reference number is SLTIVABU . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you so much for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay . Good bye ."
}
] |
MUL0729.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR4212"
],
[
"_: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",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"id",
"TR4212"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"ref",
"SLTIVABU"
],
[
"_:booking",
"stay",
"5"
],
[
"_: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,has_internet,'dontcare');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me info on four start places , It doesn;t matter if they have free wifi or not ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'hotels');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several 4 star hotels in Cambridge . Is there a specific area you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to stay in the city center . I will be driving there ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a star or price preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a 4 star ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There 's a hotel and a guesthouse that meet your criteria and since you 're driving , both offer parking . Would you like me to make you reservations at one of them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'monday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you book the hotel for 8 people for 2 nights starting Monday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'University Arms Hotel');(_:booking,ref,'F4RNCHZA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : F4RNCHZA . You will be staying at the University Arms Hotel . Is there anything more I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'concerthall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Looking for places to go in the same area as the hotel , possibly a concerthall ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'only one');(_:result,area,'centre');(_:result,category,'concert hall');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is only one concert hall in town . The Man on the Moon is located in the centre ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Well I guess that 's where I 'll be then . Can you tell me the address and entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 Norfolk Street');(_:result,entrance_fee,'not listed');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The address is 2 Norfolk Street . I 'm afraid that the entrance fee is not listed . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I also need a taxi to leave the attraction please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where are you headed ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'To my hotel');(_:search,leave_at,'08:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "To my hotel . I want to leave the attraction by 08:45 please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black tesla');(_:result,phone,'07060826404');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The car will be a black tesla and their contact number is 07060826404 . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . You were very helpful ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL2542.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"F4RNCHZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"F4RNCHZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"F4RNCHZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"entrance_fee",
"not listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"F4RNCHZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"entrance_fee",
"not listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"To my hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"F4RNCHZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"entrance_fee",
"not listed"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"To my hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"phone",
"07060826404"
],
[
"_: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,'east');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me where the nightclubs are in east Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no nightclubs in the east . Do you have another preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'East');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums in the East then ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'5 pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Gallery at Twelve A High Street');(_:result,name,'Saint Barnabas Press Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 4 museums in the East . Cambridge Artworks , Gallery at Twelve A High Street , and Saint Barnabas Press Gallery are all free . Cambridge Museum of Technology is 5 pounds ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the postcode for Cambridge Artworks , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is cb13ef . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for a Train , I am hoping to leave sometime on Friday and arrive by 12:45 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you travel to and from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to leicester from cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 5 trains that fit your criteria . Would you like me to book you with the earliest ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I actually just need the train ID . The earliest train would be great ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR4826');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train is the train TR4826 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is all i need for now . thanks for helping"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL1386.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d98e7e95"
],
[
"_:search/d98e7e95",
"area",
"east"
],
[
"_:search/d98e7e95",
"category",
"nightclubs"
],
[
"_:search/d98e7e95",
"type",
"Attraction"
],
[
"_:search",
"area",
"East"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d98e7e95"
],
[
"_:search/d98e7e95",
"area",
"east"
],
[
"_:search/d98e7e95",
"category",
"nightclubs"
],
[
"_:search/d98e7e95",
"type",
"Attraction"
],
[
"_:search",
"area",
"East"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve A High Street"
],
[
"_:result",
"name",
"Saint Barnabas Press Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d98e7e95"
],
[
"_:search/d98e7e95",
"area",
"east"
],
[
"_:search/d98e7e95",
"category",
"nightclubs"
],
[
"_:search/d98e7e95",
"type",
"Attraction"
],
[
"_:search",
"area",
"East"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve A High Street"
],
[
"_:result",
"name",
"Saint Barnabas Press Gallery"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d98e7e95"
],
[
"_:search/d98e7e95",
"area",
"east"
],
[
"_:search/d98e7e95",
"category",
"nightclubs"
],
[
"_:search/d98e7e95",
"type",
"Attraction"
],
[
"_:search",
"area",
"East"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve A High Street"
],
[
"_:result",
"name",
"Saint Barnabas Press Gallery"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d98e7e95"
],
[
"_:search/d98e7e95",
"area",
"east"
],
[
"_:search/d98e7e95",
"category",
"nightclubs"
],
[
"_:search/d98e7e95",
"type",
"Attraction"
],
[
"_:search",
"area",
"East"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve A High Street"
],
[
"_:result",
"name",
"Saint Barnabas Press Gallery"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d98e7e95"
],
[
"_:search/d98e7e95",
"area",
"east"
],
[
"_:search/d98e7e95",
"category",
"nightclubs"
],
[
"_:search/d98e7e95",
"type",
"Attraction"
],
[
"_:search",
"area",
"East"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery at Twelve A High Street"
],
[
"_:result",
"name",
"Saint Barnabas Press Gallery"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR4826"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm looking for a train leaving on thursday and arriving by 11:45"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'10:58');(_:result,day,'Thursday');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,leave_at,'10:11');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "There is a train leaving Thursday from Kings Lynn at 10:11 , arriving at Cambridge at 10:58 . Would you like me to pull up other listings ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you look up trains departing from Broxbourne instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'6:32');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,id,'TR0393');(_:result,leave_at,'5:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I would recommend TR0393 which leaves Broxbourne at 5:32 and arrives in Cambridge at 6:32 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great ! Can you book 2 seats for me on that one ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'SQUCLNLA');(_:booking,ticket,'35.79');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train has been booked . Your total cost is 35.79 , payable at the station . Your reference number is SQUCLNLA . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book a room in a guesthouse that has free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 guesthouses in town with free parking . Do you prefer a specific area of town or do you have a price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really but I do need a 4 star rating ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range in mind ? And will you need wifi ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "WiFi is not necessary , but I would like free parking . I 'm looking for mid range pricing ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Home From Home');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'nine');(_:result,category,'guesthouses');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are nine moderately priced guesthouses available . I suggest Home From Home , a 4-star guesthouse that comes with internet and parking . Would you like to book a room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds great ! I 'll need to book a room for 2 people , for 2 nights starting Thursday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2GHO31DA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Excellent . You are all set , and your reference number is : 2GHO31DA . Anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That s everything thanks"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope I could be of service today , enjoy your stay in Cambridge !"
}
] |
PMUL1504.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0393"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0393"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SQUCLNLA"
],
[
"_:booking",
"ticket",
"35.79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0393"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SQUCLNLA"
],
[
"_:booking",
"ticket",
"35.79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0393"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SQUCLNLA"
],
[
"_:booking",
"ticket",
"35.79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0393"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SQUCLNLA"
],
[
"_:booking",
"ticket",
"35.79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"6:32"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0393"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"35.79"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2GHO31DA"
],
[
"_: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,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , where can I find the Autumn House hotel ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'710 Newmarket Road');(_:result,area,'east');(_:result,name,'Autumn House Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Autumn House Hotel is located at 710 Newmarket Road which is on the east side of town . Would you like to book a room there ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet but can I get the postcode and address please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'710 Newmarket road');(_:result,postcode,'cb58rs');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Address is 710 Newmarket road with a postcode of cb58rs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also require information on trains going into Cambridge next thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly help , where will you be departing from , and do you need to arrive or depart at a certain time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Bishops stortford , it needs to leave after 12:15"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,day,'Thursday');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,id,'TR0141');(_:result,leave_at,'13:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TrainID TR0141 leaves Bishops Stortford at 13:29 and arrives in Cambridge at 14:07 on Thursday . Does that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I think so . How long is the travel time for that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 38 minutes ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all of the information that I needed . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "We 're happy to be of service . Thank you for using Cambridge TownInfo centre , and enjoy the rest of your day !"
}
] |
MUL0795.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn House Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn House Hotel"
],
[
"_:result",
"address",
"710 Newmarket road"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn House Hotel"
],
[
"_:result",
"address",
"710 Newmarket road"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn House Hotel"
],
[
"_:result",
"address",
"710 Newmarket road"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0141"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Autumn House Hotel"
],
[
"_:result",
"address",
"710 Newmarket road"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0141"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving Cambridge heading to Leicester"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are quite a few options for this trip . What day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 entries that match that response . Do you have a preference for time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I would prefer to arrive as close to before 21:30 as possible ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'21:06');(_:result,id,'TR8207');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8207 arrives at 21:06 . Would you like to book this train now ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't want to book it . Could I get the departure time , though ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'19:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It will depart at 19:21"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you very much , could you help me find a place to stay ? I am looking for somewhere in the south and it needs to have free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'4');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 different hotels in that area with free parking , did you have a price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't but the hotel does n't need to include internet ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel is a three star rated hotel with free parking and internet . Shall I book this for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That would be great . I 'll need it booked for 1 person for 5 nights starting on Thursday . Will you provide me with the conformation number when that is complete ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'52B5WQ2U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is 52B5WQ2U ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That was all I needed today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service . Have a great day !"
}
] |
MUL0614.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR8207"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"52B5WQ2U"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a place to stay . I 'd like it to be in the north and have zero stars ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The city centre north b and b');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The city centre north b and b matches your request . Would you like to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they offer free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they offer both free parking and free internet . Can I make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like you to pick one , and tell em the adress and what type of room it is please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'328a Histon Road');(_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are at 328a Histon Road and it is a guesthouse . I will need the dates you want to stay in order to book it please ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same areas');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't think I 'll make that reservation just yet , but can you help me find an expensive restaurant in the same areas as the hotel ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . do you have any kind of food preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please make sure it is chinese and expensive price range ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'Hakka');(_:result,name,'Hotpot');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two choices for you then , Hakka or The Hotpot . Do either of those sound good ? I would be happy to book a reservation for you ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Hakka');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try Hakka and can I get the reference number please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'll need some more information to make the reservation first . What day and time , and for how many people ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It 'll be 1 people at 13:30 on thursday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DD0ZYDBS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is DD0ZYDBS . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have answered all my questions . Thank you very much . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Please remember us for all of your future travel needs ."
}
] |
MUL1278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The city centre north b and b"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The city centre north b and b"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same areas"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The city centre north b and b"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same areas"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same areas"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"name",
"Hakka"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"area",
"same areas"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"name",
"Hakka"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"area",
"same areas"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"name",
"Hakka"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DD0ZYDBS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,food,'afternoon tea');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine at that serves afternoon tea and that is moderately priced . Please help ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I did n't find any results matching your criteria . Would you like me to find another restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an Indian restaurant , then ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great news ! I have four restaurants . Do you have a certain area that 's more convenient ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No area does not matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,area,'north');(_:result,area,'west');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well I have moderately priced restaurants in the east , north and west . Would you lie me to choose for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be great . There will be 7 of us ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Curry Prince');(_:result,type,'Restaurant'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would choose Curry Prince . When would you like to dine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a table reserved for friday"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people and at what time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a booking at 13:00 for 7 people for Friday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'L6V4VV8Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : L6V4VV8Q . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I need a place to stay ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have plenty to choose from , what preferences do you have ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it should be a guest house in the north"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What price range would you like ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like expensive ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,area,?);(_:search,name,?);(_:search,pricerange,?);(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , I do n't have anything matching that description . Would you like me to check for a hotel instead ? Or change the area or price range ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would accept one with moderate price range . I also need free parking ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,name,'the home from home');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 7 guesthouses that meet your criteria . I recommend the home from home . Would you like me to book it for you ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you . I just need to know if they have free parking and the postcode ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'ACORN GUEST HOUSE');(_:result,postcode,'CB41DA');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "WELL THE ACORN GUEST HOUSE HAS FREE INTERNET AND PARKING , POSTCODE IS CB41DA"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi also for the commute between both places"
},
{
"id": 23,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok great , and what time do you prefer ?"
},
{
"id": 24,
"rdf-acts": [],
"speaker": "user",
"text": "18:00 pm and can you book it for me ?"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Yes I will book it for you and get a reference number ?"
}
] |
PMUL0353.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"afternoon tea"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/1c876cc3"
],
[
"_:search/1c876cc3",
"type",
"Restaurant"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/1c876cc3"
],
[
"_:search/1c876cc3",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"name",
"the home from home"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_: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,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/1c876cc3"
],
[
"_:search/1c876cc3",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"ACORN GUEST HOUSE"
],
[
"_:result",
"postcode",
"CB41DA"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4d99b611"
],
[
"_:search/4d99b611",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L6V4VV8Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/1c876cc3"
],
[
"_:search/1c876cc3",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"ACORN GUEST HOUSE"
],
[
"_:result",
"postcode",
"CB41DA"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hello , can you help with my planning ? I am looking for a place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! There are several good options . What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'northern');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be staying in northern Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range are you looking for and any star preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should be in the moderate price range , please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'plenty');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are plenty of options . Were you looking for anything specific as far as star rating ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The star rating does n't matter but I do need free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I suggest acorn guest house ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , please book that for 2 people and 5 nights starting from monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'P17IW7BH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Here is your reference number : P17IW7BH . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a museum located in the east ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'free admission');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I show 4 museums , 3 of which have free admission ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , may I have the phone number of one of the free museums . Whichever one you recommend will be fine ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'gallery at twelve a high street');(_:result,phone,'01223295264');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for gallery at twelve a high street is 01223295264"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You 've been a lot of help . I need to take off now . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
PMUL2606.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"northern"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"P17IW7BH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"P17IW7BH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"P17IW7BH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"gallery at twelve a high street"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced restaurant in the north part of town . I would like to know the type of food , address and phone number ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,', 1.uy');(_:result,address,'191 histon road chesterton c.b 4 , 3.h l');(_:result,address,'7 milton road chesterton c.b 4');(_:result,food,'chinese');(_:result,food,'indian');(_:result,name,'golden wok');(_:result,name,'the nirala');(_:result,phone,'01223350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "first we have golden wok at 191 histon road chesterton c.b 4 , 3.h l . it is chinese and it 's phone number is 01223350688 . next we have an indian restaurant at 7 milton road chesterton c.b 4 , 1.uy . it is called the nirala"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have the phone number for nirala ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,\"Nirala 's\");(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Nirala 's phone number is 01223 360966"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . I hope you enjoy your meal at The Nirala ."
}
] |
WOZ20366.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
", 1.uy"
],
[
"_:result",
"address",
"191 histon road chesterton c.b 4 , 3.h l"
],
[
"_:result",
"address",
"7 milton road chesterton c.b 4"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
", 1.uy"
],
[
"_:result",
"address",
"191 histon road chesterton c.b 4 , 3.h l"
],
[
"_:result",
"address",
"7 milton road chesterton c.b 4"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"name",
"nirala"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Nirala 's"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train . The train should leave after 09:00 and should go to broxbourne ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will this be on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On Sunday ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR941');(_:booking,leave_at,'9:01');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR941 leaves at 9:01 would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need that booked for 8 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'V2XTDMK6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you 8 tickets . Your reference number is V2XTDMK6 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that is all for now . Have a great day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great trip !"
}
] |
SNG1291.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR941"
],
[
"_:booking",
"leave_at",
"9:01"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR941"
],
[
"_:booking",
"leave_at",
"9:01"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"V2XTDMK6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am injured and need a hospital close by ."
},
{
"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,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No partricular department , however I do need the phone number , address and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'0122324515');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge , postcode CB20QQ . The phone number is 0122324515 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're very welcome . Have a wonderful day and do call us again ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again , and Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01809.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",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"0122324515"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"0122324515"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a particular hotel please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can . If you 'd give me the name , or other details , I can search for it ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,name,'warkworth house');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for the Warkworth House . I would like to book it starting Sunday for 3 nights for 2 people ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'not a hotel');(_:result,type,'Hotel'))",
"inform((_:result,name,'Warkworth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Warkworth house is a guesthouse , not a hotel . Is that okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah that 's okay . Please book it for 2 people and 3 nights starting Sunday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , that is n't available . Can I find a different hotel for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same pricerange');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please look for a different hotel in the same pricerange ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'A and B Guest house');(_:booking,ref,'QRVY59M0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book A and B Guest house , reference number is QRVY59M0 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much for all of your help"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "you 're so very welcome . is there anything else that i may assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay Great . Glad I could be of help ."
}
] |
SSNG0314.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"not a hotel"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"not a hotel"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/0784c4f2"
],
[
"_:booking/0784c4f2",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"not a hotel"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/0784c4f2"
],
[
"_:booking/0784c4f2",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"A and B Guest house"
],
[
"_:booking",
"ref",
"QRVY59M0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"not a hotel"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/0784c4f2"
],
[
"_:booking/0784c4f2",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"A and B Guest house"
],
[
"_:booking",
"ref",
"QRVY59M0"
],
[
"_: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,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay , in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range would you like ? Would you need free internet or parking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a guesthouse in the north , I do n't care about the parking . Price is no issue ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'The acorn guest house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is in the north in the moderate price range and has a 4 star rating . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 5 people for 5 nights starting on Friday . Can you give me a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EOPOKFF6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! The reservation is set . Your reference number is EOPOKFF6 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from and going to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going from Cambridge to Birmingham New Street on Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Wednesday');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 trains on Wednesday . When would you like to depart ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'5:15');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "at 5:15 would be a good time thank you"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR0115');(_:result,leave_at,'5:01');(_:result,type,'Train'))",
"canthelp((_:search,leave_at,'5:15');(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are no trains leaving at 5:15 . The TR0115 leaves at 5:01 . Would you like to book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Woah now , that 's way too early . I actually do n't need to get in until 19:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'18:44');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,id,'TR1038');(_:result,leave_at,'16:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I hear ya ' . How about TR1038 ? It leaves Cambridge at 16:01 and gets into Birmingham New Street at 18:44 . Would that work for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What 's the price per ticket and travel time for that one ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'163 minute trip');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "75.10 pounds and it is a 163 minute trip . Is there anything else , that I can assist with ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You too . Have a great trip ."
}
] |
PMUL1855.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EOPOKFF6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EOPOKFF6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EOPOKFF6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EOPOKFF6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:result",
"id",
"TR0115"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/2d6f5075"
],
[
"_:search/2d6f5075",
"leave_at",
"5:15"
],
[
"_:search/2d6f5075",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EOPOKFF6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/2d6f5075"
],
[
"_:search/2d6f5075",
"leave_at",
"5:15"
],
[
"_:search/2d6f5075",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR1038"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"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",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"EOPOKFF6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/2d6f5075"
],
[
"_:search/2d6f5075",
"leave_at",
"5:15"
],
[
"_:search/2d6f5075",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR1038"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"duration",
"163 minute trip"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "May have some information on a restaurant in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Italian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What side of town and what price point ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:15');(_:search,people,'5');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap price range . \n Once you find the restaurant you want to book a table for 5 people at 12:15 on sunday and I need the reference number"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the list up , I want to make sure I did nt forget an area preference first , Do you have one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would want something in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'pasta');(_:result,food,'pizza');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several places are you preferring pasta or pizza ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I would like pizza please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'T66ZY8AM');(_:booking,type,'Booking');(_:result,name,'Pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza hut city centre should be a great choice . They 'll hold a table for you for 15 minutes . Your reference number is T66ZY8AM ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! Can you help me find a train for Monday ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure . where do you want to departure from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave Cambridge and go to Kings Lynn ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me what time you would like to leave or arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I have to be there by 10:45 and I 'll need the train ID , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'09:58');(_:result,destination,'kings lynn');(_:result,id,'tr1163');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "train tr1163 will get you to kings lynn by 09:58 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
PMUL0864.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pasta"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"pasta"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"amount",
"several"
],
[
"_:booking",
"ref",
"T66ZY8AM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"pasta"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"amount",
"several"
],
[
"_:booking",
"ref",
"T66ZY8AM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"pasta"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"amount",
"several"
],
[
"_:booking",
"ref",
"T66ZY8AM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"pasta"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"amount",
"several"
],
[
"_:booking",
"ref",
"T66ZY8AM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Pizza hut city centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"tr1163"
],
[
"_: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,food,'afternoon tea');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get a good place for Afternoon tea in the westside ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have n't found anything . Are you interested in a specific cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a thai restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'West of town');(_:result,area,'the Centre');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two . Do you prefer the West of town or the Centre ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer the west please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'Sala Thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In the west , I have Sala Thong . It 's an expensive place but so worth it . Can I reserve you a table there ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not right now . Can I just have the address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'35 Newnham Road Newnham');(_:result,phone,'01223323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes of course their address is 35 Newnham Road Newnham and their phone number is 01223323178 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel to stay that 's near the restaurant . I need it to have free parking too ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I have 4 in the area . Is there a price range you are looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does n't matter as long as it has both free wifi and free parking and is located in the west ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Finches bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Finches bed and breakfast is available , would you like that ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,stars,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How many stars do they have ? And its in the west right ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has 4 stars and in the west . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'3:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a cab to get between both places , and I need to leave the hotel by 3:45"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow ford');(_:result,phone,'07499977448');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t yellow ford \n Contact number \t : \t 07499977448"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your stay !"
}
] |
PMUL0025.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"afternoon tea"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"West of town"
],
[
"_:result",
"area",
"the Centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"stars",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3: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": [
[
"_:system",
"canthelp",
"_:search/d0b5ba1b"
],
[
"_:search/d0b5ba1b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Finches bed and breakfast"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"3:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow ford"
],
[
"_:result",
"phone",
"07499977448"
],
[
"_: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,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! Can you help me find a train ? I need to travel on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can absolutely help you with that ! Can you please tell me where you will be departing from and the destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:00');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing Cambridge Thursday and want to arrive in Stevenage by 8:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'06:10');(_:result,count,'1');(_:result,leave_at,'05:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one train leaving at 05:21 and arriving at 06:10 . Would you like me to book a ticket for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price and travel time for this particular train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 12.80 pounds and the duration of the train ride is 49 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Can you also find me a museum to go to ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several fine museums to visit , what area of town would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like something in the center of town , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Broughton House Gallery is a free nice museum . The address is 98 King Street . Would you like the phone number ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , I 'd like the number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their number is 01223314960 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you very much for all of your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Hope you enjoy your day ."
}
] |
MUL1918.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:10"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:10"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:10"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:10"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:10"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_: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,'centre');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a boat attraction in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores Punting Co');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have two . Scudamores Punting Co and the Cambridge Punter ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cambridge punter');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can i have the address for Cambridge punter ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'251a chesterton road');(_:result,name,'The cambridge punter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cambridge punter is located at 251a chesterton road"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Is this restaurant located near places that serves Swedish food ?"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "One second and I 'll look that up for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , thanks . If there is no Swedish restaurant in the area , Indian would be fine too ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Swedish');(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are n't any Swedish restaurants in the area , but there are 9 Indian restaurants . Can I narrow it down by price range ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I was hoping you could recommend something ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Curry Garden');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "How about Curry Garden ? I 've heard it 's great ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds goof . What is the price range on that one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That is an expensive restaurant ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Could I get the address ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Mill Road City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Mill Road City Centre . Would you like to know any more info about it ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , yes , I need the phone number , please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223302330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You can reach them at 01223302330 , may I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope . That 's it . Thank you for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help . Have a great day . Goodbye ."
}
] |
PMUL4383.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"name",
"The cambridge punter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"name",
"The cambridge punter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"name",
"The cambridge punter"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ca9a9b6"
],
[
"_:search/9ca9a9b6",
"food",
"Swedish"
],
[
"_:search/9ca9a9b6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ca9a9b6"
],
[
"_:search/9ca9a9b6",
"food",
"Swedish"
],
[
"_:search/9ca9a9b6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ca9a9b6"
],
[
"_:search/9ca9a9b6",
"food",
"Swedish"
],
[
"_:search/9ca9a9b6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ca9a9b6"
],
[
"_:search/9ca9a9b6",
"food",
"Swedish"
],
[
"_:search/9ca9a9b6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"category",
"boat"
],
[
"_:search",
"name",
"cambridge punter"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ca9a9b6"
],
[
"_:search/9ca9a9b6",
"food",
"Swedish"
],
[
"_:search/9ca9a9b6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Mill Road City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_: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,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant with vegetarian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area of town are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any area of town would be fine ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'vegetarian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants serving vegetarian food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about european food ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'European');(_:result,food,'modern European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you prefer European or modern European food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'European');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "European , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'ten');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are ten results . Do you have a price range preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I do not"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'European');(_:result,name,'Cambridge Lodge Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge Lodge Restaurant serves European food and is the expensive price range ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the address and phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,phone,'01223 355166');(_:result,postcode,'0 d . Q');(_:result,postcode,'C.B 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is Cambridge Lodge Hotel 139 Huntingdon Road City Centre , postcode C.B 3 , 0 d . Q , phone is 01223 355166"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thank you for calling . Goodbye ."
}
] |
WOZ20445.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/9a065ca5"
],
[
"_:search/9a065ca5",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/9a065ca5"
],
[
"_:search/9a065ca5",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/9a065ca5"
],
[
"_:search/9a065ca5",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"food",
"European"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/9a065ca5"
],
[
"_:search/9a065ca5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"European"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/9a065ca5"
],
[
"_:search/9a065ca5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"European"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Cambridge Lodge Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"postcode",
"0 d . Q"
],
[
"_:result",
"postcode",
"C.B 3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Ely ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you looking to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,leave_at,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave a little after 8:00 on Sunday , and I 'm leaving from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR3177');(_:result,leave_at,'09:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The closest train I have is the TR3177 that leaves at 09:50 . There 's nothing earlier on that day ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will have to work . What is the arrival time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time is 10:07 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect ! That 's all I needed to know . Thanks . Have a great day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day !"
}
] |
SNG1375.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3177"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3177"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel in the west of town and have at least a 4 star rating ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cambridge Belfry');(_:result,name,'huntingdon marriott');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both the Huntingdon Marriott and the Cambridge Belfry fit that criteria . Would you like me to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do either of them include free Wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they do and free parking as well ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book for 3 people on monday and will be staying for 3 nights , can you book that for me please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Huntingdon Marriott');(_:booking,people,'3');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the Huntingdon Marriott for 3 people Monday for 3 nights . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , may I have the reference number for the booking ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JQGVOECL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "yes you may . your reference number is JQGVOECL . is there anything else that i may assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Address and phone number please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Huntingdon');(_:result,address,'Kingfisher Way , Hinchingbrook Business Park');(_:result,name,'Huntingdon Marriott');(_:result,phone,'01480446000');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Huntingdon Marriott is at Kingfisher Way , Hinchingbrook Business Park , Huntingdon . Their number is 01480446000 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was great . Thank you goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
SSNG0375.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"huntingdon marriott"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"huntingdon marriott"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"huntingdon marriott"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Huntingdon Marriott"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"3"
],
[
"_: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",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"huntingdon marriott"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Huntingdon Marriott"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQGVOECL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Huntingdon Marriott"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"JQGVOECL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Huntingdon"
],
[
"_:result",
"address",
"Kingfisher Way , Hinchingbrook Business Park"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"phone",
"01480446000"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to go to an Indian restaurant in the north ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 2 that matches your criteria . Would you prefer a moderate or cheap pricing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about the moderate one ? May I have their address , please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'7 Milton Road Chesterton');(_:result,name,'Nirala');(_:result,postcode,'cb41uy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes The Nirala 's address is 7 Milton Road Chesterton and their postcode is cb41uy . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all , thank you . Have a nice day ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "So glad we could help you out . Thanks for using the Cambridge TownInfo centre , and have a glorious day !"
}
] |
SNG0601.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"postcode",
"cb41uy"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for mediterranean food"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'La mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La mimosa serves mediterranean food in the centre of town . Would you like their information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like the address and phone number please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is located at Thompsons Lane Fen Ditton and you can reach them at 01223 362525 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , goodbye"
}
] |
WOZ20037.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"La mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"La mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi there , I 'm trying to find a train that leaves from Leicester but it must be after 11:15 . Can you help me book a ticket ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'leicester');(_:result,destination,'Cambridge');(_:result,leave_at,'14:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I see there is a train on Friday that leaves leicester at 14:09 to Cambridge , could you book me a ticket for this train ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book me a ticket for that train ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Did you only need one ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the train ID please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR6247');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID is TR6247 , would you like to book a seat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . That 's not necessary . Can you help me find an indian restaurant in the centre of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 restaurants in that area . May I ask what your budget for lunch is ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nothing expensive please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'kohinoor');(_:result,name,'mahal of cambridge');(_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three cheap resturants int hat area , kohinoor , the gandhi , and mahal of cambridge ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Ghandi sounds nice . Can I get their address ? And they are a cheap restaurant , right ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'72 Regent Street City Centre');(_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the gandhi is in the cheap price range . Their address is 72 Regent Street City Centre . Would you like me to book a table for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you , their information is enough at this time . Do they have a phone number ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223353942');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , their phone number is 01223353942 . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from leicester on thursday and should leave after 11:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'13:54');(_:result,leave_at,'12:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a 12:09 that arrives at 13:54 . Would that do for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be fine . Could I get the train ID ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,id,'TR8882');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID is TR8882 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "I think that is all for now ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "The duration of the trip is 105 minutes . Have a great day !"
}
] |
MUL1551.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"name",
"mahal of cambridge"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"14:09"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_: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",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:result",
"leave_at",
"12:09"
],
[
"_: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": [
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"people",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6247"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:result",
"leave_at",
"12:09"
],
[
"_:result",
"id",
"TR8882"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train that leaves after 08:45 on Sunday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help ! Where are you traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling to Cambridge and want to depart from Birmingham New Street . What are my options ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR9714');(_:result,leave_at,'09:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR9714 leaves at 09:40 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you please provide me with the arrival and travel time ? Thank you"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,duration,'163 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The arrival time is 12:23 , and it 's a long trip - 163 minutes . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I am looking for colleges to visit in town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , there are 18 in town ! What part of town would you like to go to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Whichever one wherever you like best please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I personally like to visit Christ 's College myself . And , it 's free to enter . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . Can you give me the address and phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is saint andrew 's street , and their phone number 01223334900 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks so much , that 's all that I need !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much for calling Cambridge TownInfo centre ! It was a pleasure to serve you , we hope you enjoy your trip !"
}
] |
PMUL3816.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR9714"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9714"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9714"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9714"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9714"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'charlie chan');(_:search,leave_at,'12:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a 12:15 taxi at Charlie Chan ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Of course . I just need to know your destination ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cotto');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be going to cotto ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Audi');(_:result,departure,'Charlie Chan');(_:result,destination,'Cotto');(_:result,leave_at,'12:15');(_:result,phone,'07928872088');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black Audi will pick you up at Charlie Chan to leave at 12:15 and get you over to Cotto . Their contact # is : 07928872088"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're quite welcome . Can I assist you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks so much !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "No problem at all ."
}
] |
SNG01861.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"charlie chan"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"charlie chan"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"destination",
"cotto"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"charlie chan"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"destination",
"cotto"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Audi"
],
[
"_:result",
"departure",
"Charlie Chan"
],
[
"_:result",
"destination",
"Cotto"
],
[
"_:result",
"leave_at",
"12:15"
],
[
"_:result",
"phone",
"07928872088"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"charlie chan"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"destination",
"cotto"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Audi"
],
[
"_:result",
"departure",
"Charlie Chan"
],
[
"_:result",
"destination",
"Cotto"
],
[
"_:result",
"leave_at",
"12:15"
],
[
"_:result",
"phone",
"07928872088"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train from Cambridge and Norwich on Wednesday and I need to be there at 15:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))",
"inform((_:search,arrive_by,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care when I leave as long as I get there by 15:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 9 trains matching your query . Shall I book one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I get the departure and travel time of the train arriving closest to 15:30 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 79 minutes ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "And the departure time please ? For the train that arrives closest to 15:30 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:55');(_:result,leave_at,'13:38');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The departure time is 13:38 and it arrives at 14:55 . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you and that is all i needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a nice day , goodbye ."
}
] |
SNG1235.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:55"
],
[
"_:result",
"leave_at",
"13:38"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Cheap restaurant in the centre , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several for you to choose from . What kind of food would you like ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "What kind of options do I have in that area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'too many to list');(_:result,food,'Chinese');(_:result,name,'Charlie Chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Really , there are too many to list . I would recommend a nice Chinese restaurant like Charlie Chan ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . That sounds good . Can you book me a table for 1 at 13:00 on tuesday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,day,'Tuesday');(_:booking,duration,'13:00');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately there is no availability on Tuesday at 13:00 . Would you like me to try to book at another time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'12:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try 12:00"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'H1LECR09');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked it for you . Your reference is H1LECR09 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you help me find an interesting attraction nearby ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,name,'all saints church at the centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions in the centre . Was there a specific type of attraction you want ? We have all saints church at the centre , would that suffice ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "that could do . get me the postcode and the attraction type please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'architecture');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58bs and the attraction type is architecture . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day !"
}
] |
MUL2351.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"too many to list"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"too many to list"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/2482e8e1"
],
[
"_:booking/2482e8e1",
"day",
"Tuesday"
],
[
"_:booking/2482e8e1",
"duration",
"13:00"
],
[
"_:booking/2482e8e1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"too many to list"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/2482e8e1"
],
[
"_:booking/2482e8e1",
"day",
"Tuesday"
],
[
"_:booking/2482e8e1",
"duration",
"13:00"
],
[
"_:booking/2482e8e1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H1LECR09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"too many to list"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/2482e8e1"
],
[
"_:booking/2482e8e1",
"day",
"Tuesday"
],
[
"_:booking/2482e8e1",
"duration",
"13:00"
],
[
"_:booking/2482e8e1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H1LECR09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"name",
"all saints church at the centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"too many to list"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/2482e8e1"
],
[
"_:booking/2482e8e1",
"day",
"Tuesday"
],
[
"_:booking/2482e8e1",
"duration",
"13:00"
],
[
"_:booking/2482e8e1",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:booking",
"ref",
"H1LECR09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"name",
"all saints church at the centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , when and where are you leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,day,'saturday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from bishops stortford on saturday , and I need to get to cambridge at or a little before 14:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can get you a train arriving at Cambridge at 12:07 , how many tickets will you be needing ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just one , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR4594');(_:booking,ticket,'8.08 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked Train ID TR4594 . \n Your price is \t 8.08 pounds . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need the reference number for the booking please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ref,'MKL2A4KD');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes that is MKL2A4KD . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you very much for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day ."
}
] |
SNG0278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4594"
],
[
"_:booking",
"ticket",
"8.08 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4594"
],
[
"_:booking",
"ticket",
"8.08 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"MKL2A4KD"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving Cambridge sometime after 13:15 please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Bishops Stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2420');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "rainID \t departure \t destination \t day \t leaveAt \t arriveBy \t price \t duration \t book \n ( optional ) \n TR2420 \t cambridge \t london kings cross \t friday \t 15:00 \t 15:51 \t 23.60 pounds \t 51 minutes \t\n TR6628 \t cambridge \t london kings cross \t friday \t 17:00 \t 17:51 \t 23.60 pounds \t 51 minutes \t\n TR1006 \t cambridge \t london kings cross \t friday \t 19:00 \t 19:51 \t 23.60 pounds \t 51 minutes \t\n TR3055 \t cambridge \t london kings cross \t friday \t 21:00 \t 21:51 \t 23.60 pounds \t 51 minutes \t\n TR9876 \t cambridge \t london kings cross \t friday \t 23:00 \t 23:51 \t 23.60 pounds \t 51 minutes \t these are the available options"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm a little overwhelmed by the information . I am actually leaving on Sunday , this seems to be Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:51');(_:result,destination,'london kings cross');(_:result,leave_at,'15:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There s a train that departs at 15:00 arriving in london kings cross at 15:51 . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,id,'TR8585');(_:result,leave_at,'13:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train running from Cambridge to Bishops Stortford on Friday that leaves at 13:29 . The train i d is TR8585 . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No . I need the train to go from Cambridge to Bishops Stortford on Sunday and leaving after 13:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,id,'TR2402');(_:result,leave_at,'13:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I have several options for you . The earliest train that meets your criteria is TR2402 and leaves at 13:29 . Will that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . Could I get the price please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 8.08 pounds . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that 's it . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for your help"
}
] |
SNG01497.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR8585"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"id",
"TR2402"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"id",
"TR2402"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book train tickets ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that is headed to london kings cross and i need to arrive by 20:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help with that . What day will you be travelling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,destination,'London Kings Cross');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 8 trains to London Kings Cross that day . Is there any particular time you 'd like to leave by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'16:20');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i would like to leave at 16:20"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR8134');(_:result,leave_at,'17:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8134 leaves at 17:00 . Will that be okay ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be fine . I do n't need tickets , I just need the travel time , price , and train ID ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'19:51');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,id,'TR0427');(_:result,leave_at,'19:00');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train i d is TR0427 , it leaves cambridge at 19:00 and arrives at london kings cross at 19:51 . The cost is 18.88 pounds . May i be of further assistance ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! I also need to find a moderately priced restaurant in the centre of town . Do you have any suggestions ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few to choose from . Do you have a cuisine preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but I need it for 7 people on the same day ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'oak bistro');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the oak bistro is a moderately priced british restaurant in the centre . Would you like me to complete a booking there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! It will be 7 people at 16:00 on saturday . Please give me the reference number ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I am unable to book at this time ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your time ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,name,'Restaurant One Seven');(_:booking,ref,'3HSTWXS7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to reserve a spot for you at Restaurant One Seven . Here is your reference number , 3HSTWXS7 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need assistance with today . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy ."
}
] |
PMUL0627.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8134"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR0427"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR0427"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR0427"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR0427"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/0be67966"
],
[
"_:booking/0be67966",
"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",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"leave_at",
"16:20"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"19:51"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR0427"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/0be67966"
],
[
"_:booking/0be67966",
"type",
"Booking"
],
[
"_:booking",
"name",
"Restaurant One Seven"
],
[
"_:booking",
"ref",
"3HSTWXS7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre that offers moderate pricing ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have a taste for British ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have four options would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:15');(_:search,people,'3');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like to book a moderately priced one for 3 people at 14:15 on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Cotto');(_:booking,ref,'7U05R8OZ');(_:booking,type,'Booking');(_:result,address,'183 East Road City Centre');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked you guys for Cotto at 183 East Road City Centre . Your reference number is 7U05R8OZ . Need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "thanks i 'm also looking for a train"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling from and to on that day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am going to cambridge from norwich"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'06:35');(_:result,day,'Friday');(_:result,destination,'cambridge');(_:result,id,'TR9900');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9900 arrives in cambridge on Friday at 06:35 . Would you like me to book seats for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to get to Cambridge at least by 11:30 , no sooner and I just need the train i d please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:35');(_:result,destination,'Cambridge');(_:result,id,'TR2365');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR2365 gets to Cambridge at 10:35"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great ! Let 's go ahead and book for three people ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'PGURWWJB');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 52.8 GBP payable at the station .Reference number is : PGURWWJB ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL0847.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"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"name",
"Cotto"
],
[
"_:booking",
"ref",
"7U05R8OZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"name",
"Cotto"
],
[
"_:booking",
"ref",
"7U05R8OZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"name",
"Cotto"
],
[
"_:booking",
"ref",
"7U05R8OZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"arrive_by",
"06:35"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR9900"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"name",
"Cotto"
],
[
"_:booking",
"ref",
"7U05R8OZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"Friday"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2365"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"name",
"Cotto"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2365"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PGURWWJB"
],
[
"_:booking",
"ticket",
"52.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap indian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a location preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Centre would be convenient ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'The gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gandhi is a good option ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds like it would be nice . I 'd like to book a table for 5 people at 14:45 on Saturday , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'R1YHRK12');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You reservation is all set ! In case you need it , your reference number is R1YHRK12 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train that should depart from kings lynn and should arrive by 10:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sure we can find something that will work for you . What day will you be traveling on ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Saturday departiung from kings lynn and arrive cambridge same day as restaurant booking"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day was the restaurant booking again ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,day,'saturday');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The restaurant booking was for Saturday , which is the same day that I would like the train booking to be made for ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'09:58');(_:result,destination,'Cambridge');(_:result,id,'TR3297');(_:result,leave_at,'09:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR3297 that leaves at 09:11 and will get you into Cambridge at 09:58 . Would that work for you ? If not , I have earlier trains ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great ! Can you book tickets for everyone on that train ? Same group that will be eating together ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'9S4OXYQ4');(_:booking,ticket,'39.20 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get the tickets the cost is 39.20 GBP payable at the station . The reference number is 9S4OXYQ4 . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help . Have a good night ."
}
] |
PMUL0916.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",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"The gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"The gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"R1YHRK12"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"The gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"R1YHRK12"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"The gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"R1YHRK12"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"The gandhi"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"R1YHRK12"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"09:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3297"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"The gandhi"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"09:58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3297"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"9S4OXYQ4"
],
[
"_:booking",
"ticket",
"39.20 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a moderately priced restaurant on the north side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden Wok is a moderately priced restaurant in the north part of town , that serves Chinese food ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok is located at 191 Histon Road Chesterton . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , goodbye ."
}
] |
WOZ20527.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'eastside');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hey , is there any good italian food on the eastside ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is pizza hut fen ditton . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , and also what is the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Cambridge Retail Park Newmarket Road Fen Ditton');(_:result,phone,'01223323737');(_:result,postcode,'cb58wr');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "their phone number is 01223323737 and are situated \t Cambridge Retail Park Newmarket Road Fen Ditton , cb58wr"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,name,'sidney sussex college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I also need information on sidney sussex college"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "their phone number is 01223338800 and are located on sidney street , postcode cb23hu and admission is free ."
}
] |
PMUL2381.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"eastside"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"eastside"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"eastside"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb58wr"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"sidney sussex college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i 'm looking for a hotel called home from home ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guest house');(_:result,name,'Home From Home');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Home From Home is located in the north and is a guest house . It 's in the moderate price range and is 4 stars . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , I would like to book for 5 people for 2 nights starting on tuesday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,people,'5');(_:booking,ref,'JUWRBB8L');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I was able to successfully book your party of 5 for two nights starting Tuesday . Your reference number is JUWRBB8L . Anything else I can do ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train . Going to Bishops Stortford arriving around 21:30 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure I can help you with that . What day were you wanting to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i want to leave on thursday"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sure I can help you . Can you tell me where you are departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'd like to leave from cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to leave by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm not sure but I would need to arrive by 21:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,id,'TR7961');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest arrival time is 20:07 on train TR7961 may I book this for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'same number of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that would be great ! I 'd like it for the same number of people , please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'AH8T29HO');(_:booking,ticket,'50.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is AH8T29HO and the total due at the station is 50.5 GBP ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything other way I may assist you ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Yeah , let me know the winning numbers on the next lottery , lol . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all , goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You have a great day , goodbye !"
}
] |
PMUL1615.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUWRBB8L"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUWRBB8L"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUWRBB8L"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUWRBB8L"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUWRBB8L"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR7961"
],
[
"_: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,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR7961"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AH8T29HO"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_: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",
"home from home"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"id",
"TR7961"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AH8T29HO"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need information of a hotel called allenbell ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , great guesthouse on the east side . 4 stars but still cheap ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you make a reservation for 8 people for 5 nights starting Tuesday ? I will also need the reference number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'J7S65ALV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I was able to do this and the reference number is J7S65ALV ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for an entertainment place ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'same area');(_:result,category,'guesthouse');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like the attraction in the same area as the guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That does n't really matter . What 's the entrance fee and area for your favorite entertainment place ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,entrance_fee,\"I do n't have the information on their entrance fee\");(_:result,entrance_fee,'Unfortunately');(_:result,name,'Nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite is Nusha . It 's in the south . Unfortunately , I do n't have the information on their entrance fee , but I can give you their phone number , if you like ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be fine . I think that 's all I need . Thanks for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thank you and good bye ."
}
] |
PMUL4470.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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"J7S65ALV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"J7S65ALV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"J7S65ALV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"I do n't have the information on their entrance fee"
],
[
"_:result",
"entrance_fee",
"Unfortunately"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I need a train on Wednesday arriving at 14:30 ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Ok , I can help you with that . Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge and going to Leicester and I need to arrive by 14:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2176');(_:result,leave_at,'09:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2176 leaves at 09:21 . can i book for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "please make a booking for 3 people . Make sure you get the reference number"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'FHU6LGXD');(_:booking,ticket,'113.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 113.4 GBP payable at the station . Reference number is : FHU6LGXD . is there anything else i could help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for some information about a and b guest house ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'124 Tenison Road');(_:result,area,'east');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the east , is moderately priced , and has a 4 star rating . It has free internet . It 's located at 124 Tenison Road ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Can I also get the phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223315702');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . Their phone number is 01223315702 . Anything more I can help with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No , that is all I need for now ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "It 's been my pleasure . Goodbye"
}
] |
PMUL3918.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FHU6LGXD"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FHU6LGXD"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"124 Tenison Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR2176"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FHU6LGXD"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"124 Tenison Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_: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,day,'sunday');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves on Sunday for Broxbourne ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Sunday');(_:result,destination,'broxbourne');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 19 trains going to broxbourne on Sunday . To help narrow it down , where would you like to depart from and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want it to leave from cambridge after 09:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Let me look up those times for you . One minute ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not looking to book , can I just get the train ID , price , and travel time ? Thanks !"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry , I 'm not finding that fits those criteria . Is there a different time you could leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "There are no trains going to broxbourne from cambridge on Sunday after 09:15 ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,day,'Sundays');(_:search,type,'Train'))",
"select((_:result,departure,'Broxbourne');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))",
"inform((_:result,departure,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "No , I 'm sorry , it does n't appear that those trains run on Sundays . Is there a different day you could travel ? Also , will you leave from Broxbourne or Cambridge ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'9:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go TO Broxbourne FROM Cambridge on Sunday , leaving any time after 9:15 . Please check again with those details , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'trains every hour');(_:result,day,'Sunday');(_:result,duration,'60 minutes');(_:result,leave_at,'10:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I 'm terribly sorry -- you are correct . There are trains every hour , at one minute past . There is a 10:01 train on Sunday , for example . Travel time is 60 minutes ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great . What 's the train ID and price ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR9580');(_:result,leave_at,'10:01');(_:result,ticket,'14.32 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The TrainID is TR9580 which leaves at 10:01 . The price From Cambridge to Broxbourne is 14.32 pounds . Do you need additional information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , what is the duration of the train ride ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'six minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The duration is six minutes . Can I get you a ticket ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's all right ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Let us know if you need anything else ."
}
] |
SNG0285.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",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/a1907e5c"
],
[
"_:search/a1907e5c",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/a1907e5c"
],
[
"_:search/a1907e5c",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/48f38e09"
],
[
"_:search/48f38e09",
"day",
"Sundays"
],
[
"_:search/48f38e09",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"19"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/a1907e5c"
],
[
"_:search/a1907e5c",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/48f38e09"
],
[
"_:search/48f38e09",
"day",
"Sundays"
],
[
"_:search/48f38e09",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"trains every hour"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"19"
],
[
"_:system",
"canthelp",
"_:search/a1907e5c"
],
[
"_:search/a1907e5c",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/48f38e09"
],
[
"_:search/48f38e09",
"day",
"Sundays"
],
[
"_:search/48f38e09",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"trains every hour"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR9580"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"19"
],
[
"_:system",
"canthelp",
"_:search/a1907e5c"
],
[
"_:search/a1907e5c",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/48f38e09"
],
[
"_:search/48f38e09",
"day",
"Sundays"
],
[
"_:search/48f38e09",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"trains every hour"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR9580"
],
[
"_:result",
"leave_at",
"10:01"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"six minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I 'm trying to take a train on Wednesday that leaves from Broxbourne . Can you help me book a ticket ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'06:32');(_:result,destination,'cambridge');(_:result,id,'TR0788');(_:result,leave_at,'05:32');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure I can help you with that . I have train TR0788 leaving at 05:32 and will arrive to cambridge at 06:32 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I really need one that leaves after 11:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 13 , is there a time you d like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It does n't matter , as long as I can book it for 6 people . I will need the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'12:32');(_:booking,category,'Train');(_:booking,id,'TR5953');(_:booking,leave_at,'11:32');(_:booking,ref,'EQCLFB3Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Success ! TR5953 departs at 11:32 and arrives 12:32 . Your reference number is EQCLFB3Q ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , I 'm also looking for an expensive restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , which part of town are you interested in eating at ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to eat in the city centre , if possible . Got any reco on Chinese places ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,name,'HK Fusion');(_:result,name,'Sesame Restaurant and Bar');(_:result,name,'Tang Chinese');(_:result,name,'Ugly Duckling');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have four : HK Fusion , Sesame Restaurant and Bar , Ugly Duckling , and Tang Chinese ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'18:45');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Pick one for me . Book it for the same group of people at 18:45 on the same day ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry but I was unable to book you at any of those restaurants . Would you like to try another time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are any of those expensive ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are all expensive . Would you like to try an early time ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,day,'wednesday');(_:search,duration,'18:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Try it for 18:45 on the same day Wednesday , and please give me the reference number . It will be for 6 people ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'HK Fusion');(_:booking,ref,'XO4S9CL7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a reservation at HK Fusion . Your reference number is XO4S9CL7 . Do you need anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be it . Thanks for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome !"
}
] |
MUL1685.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5953"
],
[
"_:booking",
"leave_at",
"11:32"
],
[
"_:booking",
"ref",
"EQCLFB3Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5953"
],
[
"_:booking",
"leave_at",
"11:32"
],
[
"_:booking",
"ref",
"EQCLFB3Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5953"
],
[
"_:booking",
"leave_at",
"11:32"
],
[
"_:booking",
"ref",
"EQCLFB3Q"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5953"
],
[
"_:booking",
"leave_at",
"11:32"
],
[
"_:booking",
"ref",
"EQCLFB3Q"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:system",
"canthelp",
"_:booking/e87e72e9"
],
[
"_:booking/e87e72e9",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5953"
],
[
"_:booking",
"leave_at",
"11:32"
],
[
"_:booking",
"ref",
"EQCLFB3Q"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:system",
"canthelp",
"_:booking/e87e72e9"
],
[
"_:booking/e87e72e9",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5953"
],
[
"_:booking",
"leave_at",
"11:32"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"HK Fusion"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"name",
"Ugly Duckling"
],
[
"_:system",
"canthelp",
"_:booking/e87e72e9"
],
[
"_:booking/e87e72e9",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"HK Fusion"
],
[
"_:booking",
"ref",
"XO4S9CL7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am coming to cambridge and need a hotel in the north area . Can you find me one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . We have the Ashley Hotel and the Lovell Lodge , both moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you for your help . Goodbye ."
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great day . Goodbye ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "None . Both parties hung up the phone ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Please consider us for your future travel needs ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Wait , before you go , can you give me the phone number and address of the Ashley Hotel ? And do they have internet there ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'74 chesterton road');(_:result,name,'Ashley Hotel');(_:result,phone,'01223350059');(_:result,postcode,'cb41er');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel is located at 74 chesterton road with a postal code of cb41er and their phone number is 01223350059 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would also like to book a train please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly help you with that . Where are you departing from / going to and what times do you need to leave and arrive by"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going from Cambridge to London Kings Cross on Monday . I 'd like to be there by 18:30 if possible ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:51');(_:result,id,'TR7786');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7786 will get you there at 17:51 . Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sounds perfect . Can I get 5 tickets please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'VOU7M1EH');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Definitely . Your are booked for 5 with a total of 118 GBP payable at the station . Reference number is VOU7M1EH ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I needed . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be able to help . Do n't hesitate to get in touch if you need anything else ."
}
] |
MUL2243.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"id",
"TR7786"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"id",
"TR7786"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"VOU7M1EH"
],
[
"_:booking",
"ticket",
"118 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that is moderately priced and served British food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of area would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about the center ? I need a reservation for 8 people at 14:15 on a Friday ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,name,'The oak bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The oak bistro is one of several restaurants that match your description . Would you like me to book a table there for that time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that would be fine . Is there a table for 8 available ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to make your reservation . What time and day would you like that for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Friday at 14:15 ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They do not have a table for 8 available at 14:15 Friday . Would you like to try for another day or time slot ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'13:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try to book it for 13:15 ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'X4U272EC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That time worked , your reservation was successful and your reference number is X4U272EC . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thanks for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Excellent . Have a good one !"
}
] |
SNG0567.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"The oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"The oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"The oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/325aefb4"
],
[
"_:booking/325aefb4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"The oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/325aefb4"
],
[
"_:booking/325aefb4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X4U272EC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I am a victim of a robbery . I need help ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Oh no ! You should call the police at 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can I get the full mailing address for that location , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address to the police is Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "And what is the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG . Do you need more help ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you for all of your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Thank you for contacting Cambridge TownInfo centre , and best wishes !"
}
] |
SNG02314.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for attractions in town that are in the architecture category ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ah , we have some of the most beautiful architecture locally . I have 5 different venues to choose from . All are located in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "If you could choose your favorite and provide me the area , postcode and phone # that would be great ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,entrance_fee,'free');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite is Old Schools , which is free to enter . They 're located on trinity lane in postcode cb21tt . Their phone number is 01223332320 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a place to stay in the south that has free parking ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 places that meet your criteria . What price range are you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place in the south that provides free wifi . Is there anything like that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All four of the places include free wifi . Is there a particular price range you are wanting or would you like a recommendation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about free wifi and free parking ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , those 4 places all offer free wifi and free parking ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me a name of the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'5 mowbray road');(_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "aylesbray lodge guest house is in 5 mowbray road"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Please confirm the number of stars and postal code for aylesbray ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Aylesbray Lodge Guest House');(_:result,postcode,'cb17sr');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The star rating for the Aylesbray Lodge Guest House is 4 and the postal code is cb17sr . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That should be all . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "If you have any further questions please let us know ."
}
] |
MUL2672.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to dine at an expensive asian oriental food restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants that meet that criteria . May I suggest Kymmoy ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Which of the two restaurants is in the north ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City is in the North . Do you need a booking for that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:15');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you book a table for 5 for Monday at 16:15 ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I can book the table for you ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "ok , provide reference number too please ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "The booking was successful . The table will be reserved for 15 minutes . \n Reference number is : UM6YO5NS ."
}
] |
PMUL0867.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction to visit . Is there anything located in the west part of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'west');(_:result,category,'college');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 attractions in the west part of town . Would you like to visit a college ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , I was thinking of something fun to do . Do you have any suggestions ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'entertainment');(_:result,category,'museums');(_:result,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,name,'Whale of a Time');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several museums to choose from . I also have an entertainment attraction called Whale of a Time . Can I interest you in one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'whale of a time');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Whale of a Time sounds like a whale of a time ! Yes , can I have their phone number , address , and postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit 8 , viking way , bar hill');(_:result,phone,'01954781018');(_:result,postcode,'cb238el');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , they 're located at unit 8 , viking way , bar hill , postcode cb238el , and their phone number is 01954781018 . May I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG1105.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit 8 , viking way , bar hill"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to attend an architecture related attraction in the centre , do you have anything of that nature ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The all saints church is in the centre of town . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that would be great . Can you also give me the phone number and entrance fee ? Thanks"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number is 01223452587 and admission is free !"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is jesus lane ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for an expensive place to stay . I 'll need free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , what area would you like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "in the north , please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm unable to find any places to stay that match those specifications . Is there anything you 'd be willing to change about where you want to stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about something in the north ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have nothing in the north . Can I try something else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try the centre of town please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "University Arms Hotel is a great hotel in the centre in the expensive price range . Would you like to make a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do it also have free parking ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does include free parking ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , I would like to book it for 8 people for 2 nights starting from friday"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FN6WAJPB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : FN6WAJPB . Is there anything else I can do for you ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you so much for your help today ."
},
{
"id": 19,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else that I can do for you today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for letting us assist you today ! Enjoy your visit ! Goodbye ."
}
] |
PMUL2516.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/89679477"
],
[
"_:search/89679477",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/89679477"
],
[
"_:search/89679477",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7c8f80ab"
],
[
"_:search/7c8f80ab",
"area",
"north"
],
[
"_:search/7c8f80ab",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/89679477"
],
[
"_:search/89679477",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7c8f80ab"
],
[
"_:search/7c8f80ab",
"area",
"north"
],
[
"_:search/7c8f80ab",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/89679477"
],
[
"_:search/89679477",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7c8f80ab"
],
[
"_:search/7c8f80ab",
"area",
"north"
],
[
"_:search/7c8f80ab",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/89679477"
],
[
"_:search/89679477",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7c8f80ab"
],
[
"_:search/7c8f80ab",
"area",
"north"
],
[
"_:search/7c8f80ab",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FN6WAJPB"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/89679477"
],
[
"_:search/89679477",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/7c8f80ab"
],
[
"_:search/7c8f80ab",
"area",
"north"
],
[
"_:search/7c8f80ab",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"FN6WAJPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Shiraz Restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a place called Shiraz Restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'84 Regent Street City Centre');(_:result,name,'Shiraz Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found Shiraz Restaurant located at 84 Regent Street City Centre , would you like me to book you a table ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , I just need the postcode ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the postcode is cb21dp . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train from birmingham new street to Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem . For what day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:15');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Monday , and I need for it to arrive by 21:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'20:23');(_:result,id,'TR3130');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3130 will arrive by 20:23 if that works for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the departure time , travel time and the price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:23');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,duration,'163 minutes');(_:result,id,'TR3130');(_:result,leave_at,'17:40');(_:result,ticket,'75.10');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR3130 leaves Birmingham New Street at 17:40 and it arrives in Cambridge at 20:23 . The price is 75.10 . The travel time is 163 minutes ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks . I think that 's all I needed . Have a good day . Thanks ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay . Glad I could be of help ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . I hope you have a pleasant trip ! Goodbye !"
}
] |
MUL1439.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"id",
"TR3130"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR3130"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"ticket",
"75.10"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"84 Regent Street City Centre"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR3130"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"ticket",
"75.10"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Could you help me locate the Alpha Milton Guest House ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,category,'guest house');(_:result,name,'Alpha - Milton');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Alpha - Milton is a guest house located in the North ? Do you wish for me to make you a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book a room for 1 for 4 nights starting this Saturday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry they do n't have a room available . Perhaps you would like to try another hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , Can I get a different hotel in the same price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'a and b guest house');(_:booking,ref,'DLE4Z450');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking for a and b guest house . Reference number : DLE4Z450 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay glad I could help ."
}
] |
SSNG0246.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alpha - Milton"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alpha - Milton"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/487e276a"
],
[
"_:booking/487e276a",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Alpha - Milton"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/487e276a"
],
[
"_:booking/487e276a",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"a and b guest house"
],
[
"_:booking",
"ref",
"DLE4Z450"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a zero star rated hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"select((_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Interestingly enough , I have 3 of those ! Do you have a certain area in mind ? I have places in the north and centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,pricerange,'cheap');(_:search,pricerange,'none');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should be in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is a guesthouse located in the north and a guesthouse located in the centre , do you have a preference of area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the centre please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the el shaddai guesthouse . Should I go ahead and book that now ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please book that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "for how many people do i book and for how long ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry , I actually wo n't need it booked after all . I only want to know if they have free parking and also the phone number and address there please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'41 warkworth street');(_:result,has_parking,'none');(_:result,phone,'01223327978');(_:result,postcode,', cb11eg');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Their address is 41 warkworth street , cb11eg . Their phone number is 01223327978 . They do indeed have free parking ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you so much ! Now I just need to find a place to eat ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many different options for restaurants . Do you have a preference of the area , price range , or type of food ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's look for a cheap place ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,area,'that area');(_:result,food,'Chinese');(_:result,name,'Golden House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few Chinese restaurants in that area . How about Golden House ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:45');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds fine . Could you make a reservation for 4 at 11:45 on Wednesday ? I will need the reference number too"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FZT238P9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made the reservation . Your reference number is FZT238P9 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay in Cambridge ."
}
] |
PMUL0126.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_: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",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"postcode",
", cb11eg"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"postcode",
", cb11eg"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"postcode",
", cb11eg"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"postcode",
", cb11eg"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FZT238P9"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'Cuban');(_:search,pricerange,'high - end');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am looking for a high - end Cuban restaurant in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'cuban');(_:search,pricerange,'high end');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no high end cuban restaurants in Cambridge . Would you like to choose a different cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'British');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves British food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Fitzbillies');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Fitzbillies is located in this area ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it expensive ? I would like their address and postcode please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,name,'Fitzbillies');(_:result,postcode,'cb21rg');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Fitzbillies is expensive . Their address is 51 Trumpington Street City Centre . Their post code is cb21rg . Is there anything else I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like to visit some architecture landmarks in the centre of the city . What would you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'that area');(_:result,category,'churches');(_:result,category,'school');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "yes , there are four churches and a school in that area ."
},
{
"id": 8,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you suggest one to me ? I will also need to know the address and phone number , as well as the entrance fee . Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "all saints church is free admission and is located at jesus lane . The phone number is 01223452587 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! That is all I need help with today !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome ! Have a lovely day , goodbye !"
}
] |
PMUL2245.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Cuban"
],
[
"_:search",
"pricerange",
"high - end"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"high - end"
],
[
"_:system",
"canthelp",
"_:search/c65c1568"
],
[
"_:search/c65c1568",
"food",
"cuban"
],
[
"_:search/c65c1568",
"pricerange",
"high end"
],
[
"_:search/c65c1568",
"type",
"Restaurant"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c65c1568"
],
[
"_:search/c65c1568",
"food",
"cuban"
],
[
"_:search/c65c1568",
"pricerange",
"high end"
],
[
"_:search/c65c1568",
"type",
"Restaurant"
],
[
"_:search",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c65c1568"
],
[
"_:search/c65c1568",
"food",
"cuban"
],
[
"_:search/c65c1568",
"pricerange",
"high end"
],
[
"_:search/c65c1568",
"type",
"Restaurant"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"postcode",
"cb21rg"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c65c1568"
],
[
"_:search/c65c1568",
"food",
"cuban"
],
[
"_:search/c65c1568",
"pricerange",
"high end"
],
[
"_:search/c65c1568",
"type",
"Restaurant"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"postcode",
"cb21rg"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/c65c1568"
],
[
"_:search/c65c1568",
"food",
"cuban"
],
[
"_:search/c65c1568",
"pricerange",
"high end"
],
[
"_:search/c65c1568",
"type",
"Restaurant"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21rg"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Do you have any information on the Addenbrookes Hospital ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes , the hospital is located on Hills Rd , Cambridge . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'gastroenterology');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Yes I need to know if they have a gastroenterology department ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'gastroenterology');(_:result,phone,'01223274284');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The main hpospital number is 0122324515 . The number for their gastroenterology department is 01223274284 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thanks , what is the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The postcode is CB20QQ . Do you need any further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "No that 's it for now , I appreciate it . Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling Cambridge TownInfo centre . Goodbye ."
}
] |
SNG01429.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",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"gastroenterology"
],
[
"_:result",
"phone",
"01223274284"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"gastroenterology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"gastroenterology"
],
[
"_:result",
"phone",
"01223274284"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a Turkish restaurant in the expensive price range please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'196 Mill Road City');(_:result,area,'Centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have meze bar restaurant at 196 Mill Road City Centre ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds perfect !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . 7 people at 13:15 on monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'TXBU904T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : TXBU904T ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help you today . Have a great day ."
}
] |
SNG02137.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"196 Mill Road City"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"196 Mill Road City"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"196 Mill Road City"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"TXBU904T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'French');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was wondering if there is a French restaurant here in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there seems to be an error . Can you please restate your request ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a museum in the center of town ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,name,'Cambridge Contemporary Art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre area . There is Cambridge Contemporary Art . Is that acceptable , or do you have other criteria ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds interesting . What is the entrance fee for the museum ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That is free to enter ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train to London Kings Cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'plenty of trains');(_:result,destination,'London Kings Cross');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are plenty of trains that will take you to London Kings Cross . May I ask what day and time you would like to take this train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave Thursday and arrive by 16:00"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:51');(_:result,id,'TR5266');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I see . TR5266 arrives by 15:51 . Will that be sufficient ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I think so . Can you give me the travel time and price for TR5266 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'23.60 pounds');(_:result,leave_at,'15:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train departs at 15:00 and the price is 23.60 pounds ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you , I think that 's all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Alright then . Have a wonderful day ."
}
] |
MUL0467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"French"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/734e9fc9"
],
[
"_:search/734e9fc9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/734e9fc9"
],
[
"_:search/734e9fc9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Cambridge Contemporary Art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/734e9fc9"
],
[
"_:search/734e9fc9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Cambridge Contemporary Art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/734e9fc9"
],
[
"_:search/734e9fc9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Cambridge Contemporary Art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"plenty of trains"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/734e9fc9"
],
[
"_:search/734e9fc9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Cambridge Contemporary Art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"plenty of trains"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:result",
"id",
"TR5266"
],
[
"_: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,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/734e9fc9"
],
[
"_:search/734e9fc9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Cambridge Contemporary Art"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"plenty of trains"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:result",
"id",
"TR5266"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"duration",
"23.60 pounds"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'india house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I am trying to find some information on a restaurant called India House . Have you heard of it ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'India House');(_:result,phone,'0122346166');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "India House serves Indian food in the west of town and is expensive . Their phone number is 0122346166 . Can I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:00');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can you book a table for one person at 12:00 on sunday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,duration,'12:00');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , they do n't have an opening at 12:00 . Would you like to try a different time or day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'11:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , let 's try for 11:00 , same day ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'11:00');(_:booking,people,'1');(_:booking,ref,'FRGW4OO2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your table on Sunday at 11:00 for 1 . The reference number is FRGW4OO2 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That covers it then !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm so happy we could help you out today . Enjoy your meal in Cambridge !"
}
] |
SNG0737.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"0122346166"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"0122346166"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/8e94bb0e"
],
[
"_:booking/8e94bb0e",
"duration",
"12:00"
],
[
"_:booking/8e94bb0e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"phone",
"0122346166"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/8e94bb0e"
],
[
"_:booking/8e94bb0e",
"duration",
"12:00"
],
[
"_:booking/8e94bb0e",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"FRGW4OO2"
],
[
"_:booking",
"type",
"Booking"
]
],
"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": [],
"speaker": "system",
"text": "That sounds like fun ! What information can I help you find ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,day,'sunday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to first find out what train will take me away after I am done . I need to get to Peterborough on Sunday by 21:45"
},
{
"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'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Departing from Cambridge . I need the departure time , train ID and price ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'a few');(_:result,arrive_by,'21:24');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,id,'TR6958');(_:result,leave_at,'20:34');(_:result,ticket,'13.2 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay , we 've got a few options . The best looks like train TR6958 that leaves Cambridge at 20:34 and arrived in Peterborough at 21:24 . The price is 13.2 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! i 'm also looking for a place to stay in the east ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I found the express by holiday inn cambridge . It is a 2 star expensive hotel free parking and internet . The address is15 - 17 norman way , coldhams business park ."
}
] |
PMUL4970.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR6958"
],
[
"_:result",
"leave_at",
"20:34"
],
[
"_:result",
"ticket",
"13.2 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you still book hotels for me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! What area and price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'dontcare');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price is n't important , but I would like a 2 star in the East ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How does the express by holiday inn cambridge sound ? It has free wifi and parking available . I 'd be happy to book a room for you if you 'd like ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It sound 's good , please book a room for two nights for one person ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I can absolutely do that for you ! What day would you like me to book for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually need it booked for 3 nights , starting Monday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "It will be just me ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FIYHHU9L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is FIYHHU9L . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'eastern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a dining option that serves eastern European food that 's expensive ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,area,'west');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 to choose from . Would you prefer centre , west , or north area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a place in the east , but if there is none , are there any british expensive places in the north ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,food,'eastern European');(_:search,type,'Restaurant'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,food,'British');(_:result,name,'Grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No eastern European . I found a British restaurant , Grafton hotel restaurant . Shall I book , and for how many people ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Again , it 'll just be me ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 'll get that booked for you . Can you tell me the day and time you 'd like to dine ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No need to book it , but can you please tell me their phone number ?"
},
{
"id": 17,
"rdf-acts": [
"thank()",
"inform((_:result,phone,'01223241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You bet ! Their phone number is 01223241387"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot , that is all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Glad I could help ."
}
] |
PMUL0142.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FIYHHU9L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"eastern european"
],
[
"_: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",
"stars",
"2"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FIYHHU9L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FIYHHU9L"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dec5f4b1"
],
[
"_:search/dec5f4b1",
"food",
"eastern European"
],
[
"_:search/dec5f4b1",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FIYHHU9L"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dec5f4b1"
],
[
"_:search/dec5f4b1",
"food",
"eastern European"
],
[
"_:search/dec5f4b1",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FIYHHU9L"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dec5f4b1"
],
[
"_:search/dec5f4b1",
"food",
"eastern European"
],
[
"_:search/dec5f4b1",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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,departure,'peterborough');(_:search,destination,'cambridge');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am planning my trip to Cambridge and need a train leaving Peterborough after 21:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'21:48');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train leaves at 21:48 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That wo n't work for me . When does the next one leave on Tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'22:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 22:19 . Would you like to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that time works . Please book it . What is the train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8054');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID is TR8054 . May i have your details ( Name , Phone number , ID , email ) so i can go ahead and make the booking for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't feel comfortable giving that to you . I 'll book on my own . Can you just give me info on a place to stay ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . What area of town would you like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a room . Do not need wifi or parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I have the alpha - milton guest house in the north area . Will that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes and Can you book it for me and get a reference number ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "On what day will you be checking in , for how long , and for how many people ?"
}
] |
PMUL4364.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"leave_at",
"21:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"22:19"
],
[
"_: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",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"22:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8054"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"22:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8054"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"leave_at",
"22:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8054"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with free wifi and at least a 3 star rating ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Bridge Guesthouse');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bridge Guesthouse has a three star rating and offers wifi , would you like me to book this place for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you confirm if the Bridge Guesthouse also has free parking and is in the east ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"select((_:result,area,'east');(_:result,type,'Hotel'))",
"inform((_:result,area,'south');(_:result,has_parking,'none');(_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bridge Guest House does include free parking but is located in the south . Would you like me to find something in the east instead ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'Bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Bridge guest house would be just fine . Can I get the address , phone and postcode please ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Certainly ! The address is 151 hills road phone number is 01223247942 and postcode is cb28rj . Would you like me to book a room for you ?"
}
] |
PMUL1656.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Bridge Guesthouse"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Bridge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'molecular gastronomy');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a moderately priced restaurant that serves molecular gastronomy food please ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'within this area');(_:search,food,'molecular gastronomy');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "i 'm sorry but there are no molecular gastronomy restaurants within this area . sorry about that ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about modern european food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,name,'De Luca Cicina and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one . De Luca Cicina and Bar located in the centre . Does that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That works just fine . Book it for myself at 17:30 on Tuesday if that 's available ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Do you want to try for another day or time slot ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'16:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do they have an opening at 16:30 , by any chance ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'16:30');(_:booking,ref,'IBFE4S17');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes that certainly worked ! You 're booked for 16:30 on Tuesday and your reservation number is IBFE4S17 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a guesthouse to stay at . I do n't need free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 guesthouses that meet your criteria . One is in the east and the other 2 in the north , which area would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter , but I would prefer a 3 star one ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The alpha - milton guest house is the only place matching your criteria ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That one sounds perfect . Can I get the address for the alpha - milton guesthouse please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 63 milton road . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is great . Thanks for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No problem at all ! Keep us in mind when you need a hand !"
}
] |
MUL0092.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"molecular gastronomy"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"De Luca Cicina and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"De Luca Cicina and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"canthelp",
"_:booking/d7ad6aa5"
],
[
"_:booking/d7ad6aa5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"De Luca Cicina and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"canthelp",
"_:booking/d7ad6aa5"
],
[
"_:booking/d7ad6aa5",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"IBFE4S17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_: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/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"De Luca Cicina and Bar"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"canthelp",
"_:booking/d7ad6aa5"
],
[
"_:booking/d7ad6aa5",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"IBFE4S17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"canthelp",
"_:booking/d7ad6aa5"
],
[
"_:booking/d7ad6aa5",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"IBFE4S17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/cf18eb0f"
],
[
"_:search/cf18eb0f",
"area",
"within this area"
],
[
"_:search/cf18eb0f",
"food",
"molecular gastronomy"
],
[
"_:search/cf18eb0f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"canthelp",
"_:booking/d7ad6aa5"
],
[
"_:booking/d7ad6aa5",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"IBFE4S17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_: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,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a place to stay in the moderate price range with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'14');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 14 places that match your request . Is there a certain area or type of lodging that you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse type please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Can I get information on the area you would like the guesthouse in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , and let try the North part of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'5');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 guesthouses available in the north with free parking . What star rating are you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a preference ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd recommend the Acorn Guest House . Would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'acorn guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If the Acorn Guest House has free wifi , please book it for me ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like it booked for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Starting Sunday for 3 nights and 6 people ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry but I was unable to book that for you . Should I try another hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , lets try a different hotel in the same price range ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'home from home');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I could try the home from home for you . Would that work for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Only if it has free parking ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'LCO449VR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it does and I was able to book it for you ! The reference number is LCO449VR ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , so much . That is everything I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a great day !"
}
] |
SSNG0365.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/587e11f9"
],
[
"_:booking/587e11f9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/587e11f9"
],
[
"_:booking/587e11f9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:booking",
"name",
"home from home"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/587e11f9"
],
[
"_:booking/587e11f9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:booking",
"name",
"home from home"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"LCO449VR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))",
"hello()"
],
"speaker": "user",
"text": "Hi , I am looking forward to eat at your local restaurants on my upcoming trip . I have those planned , but could use some help with places to go in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have any food type , price range , and location preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "You know what , I change my mind . Let 's look for an attraction for entertainment in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'lots of');(_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are lots of attractions is there anything specific you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a entertainment please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's nothing matching that criteria . Do you want to search in a different area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . I 'm thinking it may be nice to visit a college . Can you please recommend one of those ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 . I recommend Downing College ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'All saints Church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How far away is it from the All saints Church ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,area,'center');(_:result,name,'All Saints');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All Saints is in the center of town at Jesus Lane ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like the address , postcode and entrance fee ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,entrance_fee,'free');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it is free and it is located at Jesus Lane , postcode cb58bs ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thanks . now lets try for a restaurant again . i am looking for something cheap that serves asian oriental in the centre ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant is my favorite . can i book for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book for 3 people at 19:00 on sunday"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,name,'J restaurant');(_:booking,people,'3');(_:booking,ref,'Y1TZ0I81');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a table reserved at J restaurant on Sunday for a party of 3 . Your reference is Y1TZ0I81 . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also arrange for a taxi for me ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes , what two places do you need to travel between ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'none');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The hotel and the restaurant ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'white volkswagen');(_:result,phone,'07072342612');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have reserved a white volkswagen . The contact number is 07072342612 . Would you like anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all thanks ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . thanks for calling ."
}
] |
PMUL2215.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"All Saints"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"All Saints"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"J restaurant"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"Y1TZ0I81"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"J restaurant"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"Y1TZ0I81"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"none"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"canthelp",
"_:search/1082c900"
],
[
"_:search/1082c900",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"All saints Church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"J restaurant"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"Y1TZ0I81"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"none"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"phone",
"07072342612"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a Japanese restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a Japanese restaurant called Wagamama in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'36 Saint Andrews Street');(_:result,phone,'01223 462354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 36 Saint Andrews Street and their phone number is 01223 462354 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20217.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"Wagamama"
],
[
"_:result",
"address",
"36 Saint Andrews Street"
],
[
"_:result",
"phone",
"01223 462354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a reservation that has expensive price range and should be in the centre"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 33 options for you , is there a particular cuisine that you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want british food"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'Fitzbillies');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Fitzbillies restaurant serves british food in the centre area , would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No that wo n't be necessary . I 'll just need the phone and address please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,phone,'01223352500');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They 're at 51 Trumpington Street City Centre , and their phone number is 01223352500 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you were great . Enjoy the rest of your day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01879.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_internet,'yes');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm interesting in info about 3-star hotels and such that offer free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two hotels that match the description of 3 star ratings . Are you looking for a hotel in the centre or south area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "the location does n't matter so long as it has free wifi"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Gonville Hotel is supposed to be great and it offers free wifi . Would you like me to book you a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 5 people and 2 nights starting from monday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , it looks like the hotel ca n't accommodate you for that amount of time ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Perhaps starting sunday instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'O8VH7VL6');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Great , your reference number is O8VH7VL6 . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it all . Thanks for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Wonderful . Glad to help ."
}
] |
SNG01290.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/5cd27777"
],
[
"_:booking/5cd27777",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/5cd27777"
],
[
"_:booking/5cd27777",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"O8VH7VL6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am wanting to visit a college while I am traveling in town . Do you have any listings ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 18 colleges that you can visit . Is there a particular part of town that you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no preference for the area , would you recommend one for me ? I would also need the postcode and entrance fee please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is located in the centre of town at listed postcode cb23bu . The entrance fee is free . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , but I do need a place to stay . Could you find me something with free parking ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are five places with parking , is there a specific price range you would like to look for ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "no nothing specific , but the cheaper the better"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there an area of town you 'd prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'West');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer to stay in the West side of town ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Any other requests ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I would like it to have at least 4 stars ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two , would you prefer a guesthouse or hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does n't matter . Do both include wifi ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes both have wifi"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You know what , come to think of it I think I would prefer to stay on the south side of town . Can you check for a 4-star hotel there ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Aylesbray Lodge Guest House');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two 4-star hotels : Aylesbray Lodge Guest House and Rosa 's Bed and Breakfast ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you get me the postcode for Rosa 's B&B ? And is that a hotel or guesthouse ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,name,\"Rosa 's\");(_:booking,type,'Booking');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's Bed and Breakfast is a guesthouse . It has internet and parking , as requested , and the postcode is cb22 ha . Shall I book a room for you at Rosa 's ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,leave_at,'04:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I will also need to book a taxi from Rosa 's for 04:45 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Just to confirm , you want a taxi from Rosa 's to Christ 's College with a departure time of 04:45 , correct ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "That is correct ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'blue tesla');(_:result,phone,'07113187062');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay you have a booked car , a blue tesla , contact number 07113187062 ."
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . I think that 's all I need today . Bye ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome . Have a good day ."
}
] |
MUL1058.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"West"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"West"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_: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": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"name",
"Rosa 's"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"04:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"name",
"Rosa 's"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"name",
"Rosa 's"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"phone",
"07113187062"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4-stars');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please help me find a place to stay , somewhere like a hotel ? I am looking for a rating of 4-stars and it should include free parking too . Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 19 possible hotels for you to stay in . To narrow our search , which area would you like to stay in , and what type of hotel would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the east and it should include free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok , I 've narrowed it down to 5 guesthouses . Is there a price range you would prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does not matter can you recommend one of the 5 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'warkworth house');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I highly recommend the warkworth house . It has everything you are looking for !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That place sounds perfect . Can I get their phone number and postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223363682');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone is 01223363682 and the postcode is cb11ee , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Cambridge on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am coming from London Liverpool street and i want to arrive by 15:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'9:07');(_:result,id,'TR4204');(_:result,leave_at,'7:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR4204 leaving at 7:39 and arriving at 9:07 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "please make a booking for four people ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'AJFNCH3H');(_:booking,ticket,'66.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 66.4 GBP payable at the station . \n Reference number is : AJFNCH3H ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for everything , you were most helpful ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I assist you with anything further ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . You 've been very helpful ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1681.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:result",
"id",
"TR4204"
],
[
"_:result",
"leave_at",
"7:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:result",
"id",
"TR4204"
],
[
"_:result",
"leave_at",
"7:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AJFNCH3H"
],
[
"_:booking",
"ticket",
"66.4 GBP"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:result",
"id",
"TR4204"
],
[
"_:result",
"leave_at",
"7:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AJFNCH3H"
],
[
"_:booking",
"ticket",
"66.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.