turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "great , i have 9 options for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really prefer to stay in the west part of town . Do you happen to have anything in that area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'144 Thornton Road');(_:result,name,'Finches Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Finches Bed and Breakfast at 144 Thornton Road ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I need it for 7 for 5 nights ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Before I can book it I need to know what day you will be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be starting from Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'ATMXXNQI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set . Your reference number is ATMXXNQI ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,day,'tuesday');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train for Tuesday that leaves London Liverpool Street and arrives in Cambridge by 16:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'9:07');(_:result,id,'TR2715');(_:result,leave_at,'7:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR2715 that leaves at 7:39 and arrives at 9:07 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do you have a train less early ? One that arrives around 16:15 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR1395');(_:result,leave_at,'15:07');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR1395 arrives at 15:07 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like us to book a ticket for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thanks !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Would you like me to book anything else or provide anymore info ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all , thank you !"
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Alright , have a lovely day !"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "great day and thanks for helping"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks ! You 're welcome , have a great day !"
}
] |
PMUL3359.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ATMXXNQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ATMXXNQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"leave_at",
"7:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ATMXXNQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1395"
],
[
"_:result",
"leave_at",
"15:07"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ATMXXNQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1395"
],
[
"_:result",
"leave_at",
"15:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ATMXXNQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1395"
],
[
"_:result",
"leave_at",
"15:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"144 Thornton Road"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"ATMXXNQI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:07"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1395"
],
[
"_:result",
"leave_at",
"15:07"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"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,name,'camboats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "My friend came here last year and told me a bout a place called camboats , can you give me more info ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,category,'boasts');(_:result,name,'camboats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "camboats are boasts in the east . Anything else I can help with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much is the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,\"They do n't list an entrance fee\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They do n't list an entrance fee . Would you like their address and phone number ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , could you tell me ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'plough , green end , fen ditton');(_:result,phone,'01223902112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is the plough , green end , fen ditton and their phone number is 01223902112 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "A train that departs from broxbourne and going to cambridge . Leaves monday after 09:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:30');(_:result,id,'TR0559');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0559 will get you here by 10:30 . Need a reservation ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes I need a reservation ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need reserved for the TR0559 ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I actually do n't need a reservation . I just need the arrival and travel time please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,duration,'60 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your train will arrive at 10:32 and will travel for 60 minutes"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thank you for your prompt service . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "thanks for using our services . great day"
}
] |
PMUL4670.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boasts"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boasts"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"entrance_fee",
"They do n't list an entrance fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boasts"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"entrance_fee",
"They do n't list an entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boasts"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"entrance_fee",
"They do n't list an entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:30"
],
[
"_:result",
"id",
"TR0559"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boasts"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"entrance_fee",
"They do n't list an entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"10:30"
],
[
"_:result",
"id",
"TR0559"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"boasts"
],
[
"_:result",
"name",
"camboats"
],
[
"_:result",
"entrance_fee",
"They do n't list an entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"phone",
"01223902112"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"id",
"TR0559"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I need a train to take me London Kings Cross and I need to arrive by 13:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR5767');(_:result,leave_at,'05:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about TR5767 that leaves at 05:00 ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That is too early in the morning for me . Is there one that will get me there close to 13:15 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:51');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The best option for you will arrive at 11:51 . Would you like me to book it for you ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure , the train departs from cambridge right ? and what 's the departure time and travel time . This is also leaving on tuesday correct ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , it departs from Cambridge ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you get me the travel time and the departure time ? That 's all I need to know about the train ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,ticket,'23.60 pound');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "travel time is 51 minutes and the cost is 23.60 pound ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Thank you . I will also need a place to stay - I 'm thinking a cheap guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'autumn house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest this one autumn house ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like the guesthouse to have a 0 rating and free wifi ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two places available . I would highly suggest El Shaddai , would you like for me to book this guesthouse ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does . Would you like to make a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet , can I just get their phone number please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'El Shaddai');(_:result,phone,'01223327978');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the phone number for El Shaddai is 01223327978 . Can I assist you with anything else , today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that 's everything . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL4043.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"23.60 pound"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"23.60 pound"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"23.60 pound"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"23.60 pound"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"ticket",
"23.60 pound"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! Can you find me a moderately priced restaurant for my girlfriend and I ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,count,'31');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sure we can . Cambridge offers 31 moderately priced restaurants . What sort of cuisine would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer Italian and it has to be in the south ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Pizza Hut Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found one restaurant with those credentials , it 's Pizza Hut Cherry Hinton , would you like the address ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , could you just book a table for 3 ? I 'd like it for Wednesday at 12:15 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry . That booking was not available . Would you like to find another restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What other restaurants are in the same area and price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the restaurant alimentum that serves modern european food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:15');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good book it for 3 on wednesday at 12:15 please and I 'll need the reference number too"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'12:15');(_:booking,name,'the restaurant alimentum');(_:booking,people,'3');(_:booking,ref,'LX2XAAF4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made a reservation for you at the restaurant alimentum on Wednesday at 12:15 for 3 people . Your reference number is LX2XAAF4 . Would you like their address ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can I have the address and phone number please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'152 - 154 Hills Road');(_:result,phone,'01223413000');(_:result,type,'Restaurant'))",
"hello()"
],
"speaker": "system",
"text": "Of course . The restaurant is on 152 - 154 Hills Road and their phone number is 01223413000 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , that 's all I needed . Have a lovely day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and you too ."
}
] |
SSNG0080.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/0c2c3ee7"
],
[
"_:booking/0c2c3ee7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/0c2c3ee7"
],
[
"_:booking/0c2c3ee7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/0c2c3ee7"
],
[
"_:booking/0c2c3ee7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"the restaurant alimentum"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"LX2XAAF4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"canthelp",
"_:booking/0c2c3ee7"
],
[
"_:booking/0c2c3ee7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"the restaurant alimentum"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"LX2XAAF4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'the americas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any restaurants in the center of town that serve The Americas cuisine ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , sorry . Would you like to try searching for a different location or cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves modern European food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Centre');(_:result,count,'4');(_:result,food,'Modern European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 places that server Modern European cuisine in Centre . Do you have a particular price range in mind or would you like a suggestion ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'13:00');(_:search,people,'7');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Price does n't matter . I would like to book a table for 7 people at 13:00 on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'13:00');(_:booking,name,'riverside brasserie');(_:booking,people,'7');(_:booking,ref,'DYYUTE3X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I made you a reservation for 7 on Sunday at 13:00 at riverside brasserie . Your reference is DYYUTE3X and the table will be held for 15 minutes"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is nice ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for somewhere to visit in the same area as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have found 44 attractions in the area you will be at . Do you have a specific thing you would like to do ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would love to look at Cambridge 's architecture . Is this possible ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Great , I recommend All Saints Church in the centre . They offer free admission . Would you like more info ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me their address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is jesus lane"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will a taxi also to make sure I get to the restaurant on time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red BMW');(_:result,departure,'All Saints Church');(_:result,destination,'Riverside Brasserie');(_:result,phone,'07880762329');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I booked a taxi from All Saints Church to Riverside Brasserie arriving before your reservation . It is a red BMW and the contact number is 07880762329 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That will be all for today . Take care ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your time with us !"
}
] |
PMUL2110.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"the americas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"riverside brasserie"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"DYYUTE3X"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"riverside brasserie"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"DYYUTE3X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"riverside brasserie"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"DYYUTE3X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"riverside brasserie"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"DYYUTE3X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"riverside brasserie"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"DYYUTE3X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3b2d40f9"
],
[
"_:search/3b2d40f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"riverside brasserie"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"DYYUTE3X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red BMW"
],
[
"_:result",
"departure",
"All Saints Church"
],
[
"_:result",
"destination",
"Riverside Brasserie"
],
[
"_:result",
"phone",
"07880762329"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Japanese food in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'japanese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry . There is no japanese restaurant in the south area ? Would you like to try another area or food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Try Mexican , then ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'Mexican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I was not able to locate a Mexican restaurant in the south part of time . Would you like me to search for a different cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:15');(_:search,food,'dontcare');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll take any type of cuisine , then . I just need a reservation for 6 at 13:15 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Japanese');(_:result,food,'Mexican');(_:result,food,'Modern European');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are Japanese , Italian , Modern European , Portuguese , Indian , and Mexican . Which of these do you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Mexican , please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The Mexican place is not open then , shall I try another place to dine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Are you sure there are no Japanese or Mexican places in the same price range open on the south side that day ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No I am sorry . But there is a Portuguese restaurant if you are interested ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Okay I guess . Try booking there please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'W2A8GHG8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! I was able to book you there and your reference number is W2A8GHG8 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . Have a great day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Have a wonderful day !"
}
] |
SSNG0164.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a739bb11"
],
[
"_:search/a739bb11",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a739bb11"
],
[
"_:search/a739bb11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ad14ece"
],
[
"_:search/9ad14ece",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a739bb11"
],
[
"_:search/a739bb11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ad14ece"
],
[
"_:search/9ad14ece",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a739bb11"
],
[
"_:search/a739bb11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ad14ece"
],
[
"_:search/9ad14ece",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/0d1be5a7"
],
[
"_:booking/0d1be5a7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a739bb11"
],
[
"_:search/a739bb11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ad14ece"
],
[
"_:search/9ad14ece",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/0d1be5a7"
],
[
"_:booking/0d1be5a7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f87c1616"
],
[
"_:search/f87c1616",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a739bb11"
],
[
"_:search/a739bb11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ad14ece"
],
[
"_:search/9ad14ece",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/0d1be5a7"
],
[
"_:booking/0d1be5a7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f87c1616"
],
[
"_:search/f87c1616",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"W2A8GHG8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 4 star hotel to stay in ."
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like me to book a hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Before I book , I 'd like to make sure that it is a guesthouse with free parking . Do you have anything with those amenities ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes . there are 16 options . Do you have a price point ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Anything works . Is there a 4 star guesthouse with both free parking and free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guest house');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn guest house');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house is a 4-star guest house with free parking and free wifi . Would like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need 6 rooms for 3 nights , starting saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,people,'6');(_:booking,ref,'HAG2VEZK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get you those 6 rooms . Your reservation number is HAG2VEZK . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a cheap place to eat that serves modern european food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The river bar steakhouse and grill is available if that works for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Can you get us a table at 14:00 on Saturday ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be in your party ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It will be for the same amount , 6 people ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'14:00');(_:booking,name,'River Bar');(_:booking,people,'6');(_:booking,ref,'79DX01Y4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book The River Bar for 6 people at 14:00 on Saturday , reference number 79DX01Y4 . The table will be reserved for 15 minutes ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Awesome . How about a taxi between the two places ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can certainly help with that . Are you looking for a ride from the restaurant back to the hotel ? What time would you like to leave by ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,departure,'acorn guest house');(_:search,destination,'the restaurant');(_:search,leave_at,'dontcare');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No , I need it to get me at the hotel and have me to the restaurant by 14:00 for our reservation . The pickup time does n't really matter ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red toyota');(_:result,phone,'07956621045');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! I have a red toyota picking you up . The contact number is 07956621045 . Is there anything else I can help with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that covers everything . Thanks so much !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're more than welcome !"
}
] |
MUL1383.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"HAG2VEZK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"HAG2VEZK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HAG2VEZK"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"name",
"River Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"79DX01Y4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"name",
"River Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"79DX01Y4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_: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": [
[
"_:result",
"count",
"16"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"name",
"River Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"79DX01Y4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red toyota"
],
[
"_:result",
"phone",
"07956621045"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find me a theatre in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 4 such places . Any other preferences ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What are their entrance fees ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"do n't have information\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , but we do n't have information on the theaters ' entrance fees . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How about an address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"6 saint edward 's passage\");(_:result,name,'cambridge arts theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cambridge arts theatre is located at 6 saint edward 's passage . Can I provide you any other information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thank you for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad we could help . Thank you for contacting us and have a great day !"
}
] |
SNG1118.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have information"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"do n't have information"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a place to stay next weekend"
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , what day would you like to begin your stay and how long will you be staying ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just am looking for a place to stay in the north that includes free parking and should be a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have cheap and moderately priced guesthouses in the centre . What would you like , cheap or moderate ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does n't matter . I need it for 3 people for 2 nights , starting thursday . Can I get the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'OASAAHHB');(_:booking,stay,'two');(_:booking,type,'Booking');(_:result,name,'Home from Home');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright , I have booked you at Home from Home for two nights , reference number OASAAHHB ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you so much . I 'm also looking for a good museum in town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , how about the broughton house gallery ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is that in the centre area and a museum ? If it is please let me know the address , phone and entrance fee ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'98 king street');(_:result,entrance_fee,'free');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is . The address is 98 king street , the entrance fee is free , and the phone number is 01223314960 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "We are happy to help . Do you have anything else you 'd like assistance with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all I needed . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Have a wonderful day !"
}
] |
MUL1026.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"OASAAHHB"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"OASAAHHB"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_: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": [
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"OASAAHHB"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"OASAAHHB"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a guesthouse that includes free parking ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Definitely ! Do you have a particular price range or area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need something cheap , but I am hoping for at least 4 stars . Is that possible ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'center');(_:result,area,'east');(_:result,area,'west');(_:result,type,'Hotel'))",
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have a guest house that fits your description in the east , the west , and the center . Do you have a preference for location ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How about the guesthouse in the west ? Do you know if they offer internet ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes and free parking as well ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , I also need to know if there s a train that leaves from cambridge after 14:15 ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! Where are you going ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to Ely ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you leaving ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , the train I 'm looking for should depart Friday and go to London Kings Cross , not Ely ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,id,'TR2420');(_:result,leave_at,'15:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR2420 leaves at 15:00 and that 's the earliest one I can get for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need 5 tickets for that one ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'71ZIVN5S');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 118 GBP payable at the station . Reference number is : 71ZIVN5S . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks so much !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there a taxi I may book ? Or would you like more info on anything ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no I think that is it thanks so much for all of your help today you have been great"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a nice day ."
}
] |
PMUL3122.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",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"71ZIVN5S"
],
[
"_: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": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"71ZIVN5S"
],
[
"_:booking",
"ticket",
"118 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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you tell me how to get to Addenbrookes Hospital ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "I could just call an ambulance"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'transplant high dependency unit');(_:search,type,'Hospital'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the address of the hospital and the phone number of the transplant high dependency unit department , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'transplant high dependency unit');(_:result,phone,'01223216811');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address for the hospital is Hills Rd in Cambridge . The phone number for the Transplant High Dependency Unit is 01223216811 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all I needed , thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "OK , please do n't hesitate to contact me again if you need more help . Bye ."
}
] |
SNG0235.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"transplant high dependency unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"transplant high dependency unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"department",
"transplant high dependency unit"
],
[
"_:result",
"phone",
"01223216811"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ali baba');(_:search,destination,'pipasha restaurant');(_:search,leave_at,'20:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi after 20:30 . I need to go from ali baba to pipasha restaurant . Also I 'll need the contact number and car type ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,phone,'07827592182');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is booked . Please be on the lookout for a black volvo and the contact number is 07827592182 . Is there anything else i can help with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all ! Thank you !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , you 're welcome ! have a wonderful day !"
}
] |
SNG1352.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ali baba"
],
[
"_:search",
"destination",
"pipasha restaurant"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ali baba"
],
[
"_:search",
"destination",
"pipasha restaurant"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"phone",
"07827592182"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'churchill college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i need information about churchill college ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"storey 's way\");(_:result,area,'west');(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College is a free college located in the west part of town , over on storey 's way ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I have the address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Storey 's Way\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! The address is Storey 's Way . Would you like any other information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find a restaurant to eat at too ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "i sure will help with that . what is your prefered type of food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want so african food that is cheap"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry . There are no restaurants that match your criteria . Would you like to try a different type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just need one that is expensive in the centre . It does n't matter what kind of food ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,food,'African');(_:result,food,'Asian');(_:result,food,'British');(_:result,food,'Indian');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many choices . African , Asian , British , Indian . Any preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No preference , I just need something that will accommodate 4 people on Sunday please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'sunday');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time on sunday ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'15:15');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "15:15 , and I would like the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Midsummer House Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about the Midsummer House Restaurant ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book it and give me its reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'15:15');(_:booking,people,'4');(_:booking,ref,'F7XHSS1Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for Sunday at 15:15 for 4 people . The table will be reserved for 15 minutes . Reference number : F7XHSS1Z"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Fantastic I ca n't wait to eat there . All set ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help . Have a great day . Goodbye ."
}
] |
PMUL3576.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/7a0c45e9"
],
[
"_:search/7a0c45e9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:system",
"canthelp",
"_:search/7a0c45e9"
],
[
"_:search/7a0c45e9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:system",
"canthelp",
"_:search/7a0c45e9"
],
[
"_:search/7a0c45e9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:system",
"canthelp",
"_:search/7a0c45e9"
],
[
"_:search/7a0c45e9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"Midsummer House 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",
"name",
"churchill college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:system",
"canthelp",
"_:search/7a0c45e9"
],
[
"_:search/7a0c45e9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"Midsummer House Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"F7XHSS1Z"
],
[
"_: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'))"
],
"speaker": "user",
"text": "Can you help me locate a place to eat tonight ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range and in what area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for something expensive in the west please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'European');(_:result,food,'Indian');(_:result,food,'Thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Your cuisine options are : British , European , Indian , and Thai ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , make that the centre of town . A Thai restaurant would be fine ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bangkok City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Bangkok City . Would you like me to book a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like a table for 4 people at 16:00 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FJVATJEE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : FJVATJEE . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for an expensive place in the centre area with free wifi ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Gonville Hotel');(_:result,name,'University Arms Hotel');(_:result,stars,'four');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options . The Gonville Hotel which has three stars , and the University Arms Hotel which has four stars . Would you like to make a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you . What is the University Arms Hotel 's postcode ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb21ad');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "its postcode is cb21ad . is that all ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'University Arms');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of hotel is the University Arms ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a 4 star hotel . In the centre and expensive as you requested ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi that can commute to both places , It would need to arrive by the booked time . Please provide contact and the car type ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "So , to clarify , you want a taxi from the University Arms to Bangkok City at 16:00 , correct ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'university arms hotel');(_:search,destination,'bangkok city');(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "user",
"text": "Yes , thank you ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'yellow Tesla');(_:result,phone,'07044662222');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Done ! You 'll be picked up in a yellow Tesla , and the contact number is 07044662222 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0053.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FJVATJEE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FJVATJEE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FJVATJEE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"name",
"University Arms"
],
[
"_: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",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FJVATJEE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"name",
"University Arms"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FJVATJEE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"name",
"University Arms"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"university arms hotel"
],
[
"_:search",
"destination",
"bangkok city"
],
[
"_: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": [
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"FJVATJEE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:search",
"name",
"University Arms"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"university arms hotel"
],
[
"_:search",
"destination",
"bangkok city"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"phone",
"07044662222"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the south part of town that serves jamaican food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'West');(_:result,food,'Jamaican');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restuarants on the West side of town the serves Jamaican food . Is there another type of food you woluld like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Chinese');(_:result,name,'Peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Peking restaurant serves Chinese food , it is in the expensive price range , and it is in the south part of town . Would you like the address and phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just their address , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,name,'Peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Peking restaurant is at 10 Homerton Street City Centre . Can I be of further help ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20353.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"food",
"Jamaican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b75fed27"
],
[
"_:search/b75fed27",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b75fed27"
],
[
"_:search/b75fed27",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b75fed27"
],
[
"_:search/b75fed27",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"name",
"Peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi ! Are there any guesthouses in town that have free parking ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'more than 20');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , indeed . We have more than 20 . Do you have any additional preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something cheap and a 4-star rated guesthouse would be better ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the alexander bed and breakfast ? It 's got a 4 star rating and is cheap ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you make me a booking for 6 of us starting on sunday for 5 nights ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Alexander');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'6');(_:booking,ref,'Y7X3UYY5');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes . I made a reservation for you at the Alexander for 6 people , 5 nights , starting Sunday . The reference number is Y7X3UYY5 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0789.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"more than 20"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"Y7X3UYY5"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'saint barnabas press gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "have you heard of saint barnabas press gallery ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Of course ! Is a nice little museum on the east side . It 's free to enter , and a nice place to spend an afternoon ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "may I have the address and area please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"the belfast yard , coldham 's road\");(_:result,area,'east');(_:result,postcode,'cb13ew');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Its on the east side at the belfast yard , coldham 's road . Postcode cb13ew . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a guesthouse that includes free parking ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a lot');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a lot of options , what 's your price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn guest house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house is a moderate 4 star facility in the north . Would that meet your needs ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great can you book a room for 4 people ? We are checking in Monday and staying 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'monday');(_:booking,name,'acorn guest house');(_:booking,people,'4');(_:booking,ref,'7ERDYIN3');(_:booking,stay,'5 days 4 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 4 at the acorn guest house for monday for 5 days 4 nights was successful . Your Reference number is : 7ERDYIN3 ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , thank you . I think that is all I will be needing . Take care . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could assist you . Enjoy your stay . Good - bye ."
}
] |
PMUL3510.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the belfast yard , coldham 's road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"postcode",
"cb13ew"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the belfast yard , coldham 's road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"postcode",
"cb13ew"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the belfast yard , coldham 's road"
],
[
"_:result",
"postcode",
"cb13ew"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the belfast yard , coldham 's road"
],
[
"_:result",
"postcode",
"cb13ew"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"monday"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"7ERDYIN3"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a guesthouse place to stay with a 3 star rating ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four to choose from . Do you prefer the north , south , or west ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area is fine I just need info for anyplace where a booking is available ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can I get your booking information so I can check them for availability ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need it for 3 people for 5 nights starting from Monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Hamilton Lodge');(_:booking,ref,'XFD6ZAFT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Hamilton Lodge has availability . I went ahead and booked that stay for you . I can always cancel if you change your mind . Your reference number is XFD6ZAFT ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can I cancel the reservation with you ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223365664');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can not cancel the reservation but you can call to do so at 01223365664 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train . Leaving from Cambridge ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "May I ask what day you would be traveling ? And where are you wanting to go to ?"
}
] |
PMUL4784.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"XFD6ZAFT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'itermediate deoendancy area');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "i am looking for the Addenbrookes Hospital with itermediate deoendancy area department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223348144');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "You can contact that department by calling 01223348144 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thank you . Could you please get me the address for the hospital ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Address \t : \t Hills Rd , Cambridge \n Postcode \t : \t CB20QQ \n there"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Of course . Is there anything else I can help you find today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all Thank you"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a wonderful day and do call us again ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , I will . Bye bye . Take care ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You take care too and be safe ."
}
] |
SNG01998.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"itermediate deoendancy area"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"itermediate deoendancy area"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348144"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"itermediate deoendancy area"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348144"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"itermediate deoendancy area"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348144"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"itermediate deoendancy area"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348144"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to blow my budget at an expensive restaurant in the centre area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sounds like you are celebrating . What type of food do you want to have ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd love to have some Persian food ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'center');(_:search,food,'Persian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are n't any expensive Persian restaurants in the center of town . Are you interested in a different type of expensive food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves european food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'European');(_:result,name,'Eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I could recommend Eraina . It is expensive and serves European food in the center ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds perfect . Can you book me a table for 2 at 17:45 on wednesday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'17:45');(_:booking,name,'Eraina');(_:booking,people,'two');(_:booking,ref,'QEYTLGLK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a table for two at Eraina . Your reservation is at 17:45 on Wednesday , and your reference number is QEYTLGLK . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'park');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there park in the same area as the restaurant ? If so can you tell me what the entrance fee is ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'4 pounds');(_:result,entrance_fee,'centre of town');(_:result,name,'Cambridge University Botanic Gardens');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The Cambridge University Botanic Gardens is in the centre of town . Entrance fee is 4 pounds . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could I get a taxi please from that park to take me to the restaurant in time for my reservation ? And give me contact number and car type too please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white bmw');(_:result,phone,'07805333203');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , a white bmw is booked . The contact number is 07805333203 . Will that be all for you ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , that 's it ! Thanks so much , bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your stay ."
}
] |
PMUL3281.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b7b6a0d4"
],
[
"_:search/b7b6a0d4",
"area",
"center"
],
[
"_:search/b7b6a0d4",
"food",
"Persian"
],
[
"_:search/b7b6a0d4",
"pricerange",
"expensive"
],
[
"_:search/b7b6a0d4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b7b6a0d4"
],
[
"_:search/b7b6a0d4",
"area",
"center"
],
[
"_:search/b7b6a0d4",
"food",
"Persian"
],
[
"_:search/b7b6a0d4",
"pricerange",
"expensive"
],
[
"_:search/b7b6a0d4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b7b6a0d4"
],
[
"_:search/b7b6a0d4",
"area",
"center"
],
[
"_:search/b7b6a0d4",
"food",
"Persian"
],
[
"_:search/b7b6a0d4",
"pricerange",
"expensive"
],
[
"_:search/b7b6a0d4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Eraina"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"QEYTLGLK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b7b6a0d4"
],
[
"_:search/b7b6a0d4",
"area",
"center"
],
[
"_:search/b7b6a0d4",
"food",
"Persian"
],
[
"_:search/b7b6a0d4",
"pricerange",
"expensive"
],
[
"_:search/b7b6a0d4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Eraina"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"QEYTLGLK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"centre of town"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b7b6a0d4"
],
[
"_:search/b7b6a0d4",
"area",
"center"
],
[
"_:search/b7b6a0d4",
"food",
"Persian"
],
[
"_:search/b7b6a0d4",
"pricerange",
"expensive"
],
[
"_:search/b7b6a0d4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"name",
"Eraina"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"QEYTLGLK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"centre of town"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07805333203"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . Please help me find a 4 star hotel to stay at ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I like acorn guest house . Need me to book a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , but I just want to make sure that it includes free parking and is in moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it has both of them , would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Please book for 6 people for 2 nights starting Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'T49NV9KO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "booking was successful . your Reference number is : T49NV9KO"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks for settling the lodging . I also need a train to go to stansted airport which arrives by 12:00 , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several possibilities for the train , I just need to know what day you need the ride booked for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from Cambridge on Friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 6 trains that match your query . Would you like to book any tickets ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please choose the first option and book it for 6 people . And do remember to give me the reference number for the reservation"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'SD46UL0Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your reservation is booked with reference number SD46UL0Q ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that is all I need . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I hope your trip is wonderful ."
}
] |
PMUL1793.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"T49NV9KO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"T49NV9KO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"T49NV9KO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SD46UL0Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello . I am looking for a hotel with free wifi and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'8');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 8 hotels with free wifi and parking . What price range would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "In the expensive price range please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found several hotels . Is there a specific area you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not care about the area too much . Could you please make a reservation for 1 person starting Thursday for 5 nights ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'Gonville Hotel');(_:booking,ref,'4ZRJZIVU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked a room for you at the Gonville Hotel at Gonville Place . Your reference number is 4ZRJZIVU . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the Gonville a good quality hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is an expensive 3 star hotel . I 'm sure you 'll love it . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all , thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Enjoy your stay ."
}
] |
SSNG0244.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Gonville Hotel"
],
[
"_:booking",
"ref",
"4ZRJZIVU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:booking",
"name",
"Gonville Hotel"
],
[
"_:booking",
"ref",
"4ZRJZIVU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'd like information on a particular hotel called the Kirkwood House ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a guesthouse in the north . It 's moderately priced . Do you want me to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I 'll be traveling alone , arriving on Monday , and I need to stay for 5 nights ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , so you would like the reservation for 6 days and five nights ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , 5 nights starting Monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'3A42D73D');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I have booked you for 5 nights and your reservation number is 3A42D73D ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,day,'monday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train that arrives by 17:45 on monday . Departing from stevenage and arriving in cambridge"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:43');(_:result,id,'TR5825');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "ok , the TR5825 arrives at 16:43 . would you like a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need 1 ticket and can you give me a reference number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'WDEYBN55');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . Your booking was successful . The total fee is 12.8 GBP and your reference number is WDEYBN55 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's all I needed help with ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip ! Bye !"
}
] |
PMUL1594.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"3A42D73D"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"3A42D73D"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR5825"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR5825"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WDEYBN55"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a park in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'park');(_:result,name,'Cambridge University Botanic Gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the Cambridge University Botanic Gardens which is a park . Will this work for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'bateman street');(_:result,phone,'01223336265');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is bateman street and phone number is 01223336265 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that would be all . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Sure , have a great day . Bye ."
}
] |
SNG1094.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have a cheap restaurant that serves indian food . In the mood for curry ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd be happy to check on that for you . In fact , I have 4 different restaurants . Three are in the centre of town and I have one in the north ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like one in the centre of town that is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'74 Mill Road City Centre');(_:result,name,'kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Try kohinoor they are located at 74 Mill Road City Centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can you book me a table for Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many in your party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'16:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just me . I 'd like to eat at 16:45 ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , that is n't available ? Could you perhaps try a different time or day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'15:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , let 's try 15:45 instead ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'15:45');(_:booking,ref,'BVDPM13V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a table for you at 15:45 . Your reference number is BVDPM13V ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you also help me find a guesthouse in the same area as the restaurant and in the same price range . I would like free WIFI ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found two that fit your criteria , would you like me to book for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'the day of my restaurant visit');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , just me starting on the day of my restaurant visit ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'the alexander bed and breakfast');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you at the alexander bed and breakfast"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I needed that for 4 nights , did you get that for me ? Also I 'd like a reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,name,'Alexander Bed and Breakfast');(_:booking,ref,'BOL6JBIT');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I got that booked for you . Four nights at Alexander Bed and Breakfast starting Wednesday . Your reference number is BOL6JBIT ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of your help ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time , thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure helping you today . Remember to contact us anytime if you need more assistance ."
}
] |
MUL1390.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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b2c75429"
],
[
"_:booking/b2c75429",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b2c75429"
],
[
"_:booking/b2c75429",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"ref",
"BVDPM13V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b2c75429"
],
[
"_:booking/b2c75429",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"ref",
"BVDPM13V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"the day of my restaurant visit"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b2c75429"
],
[
"_:booking/b2c75429",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"ref",
"BVDPM13V"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"the day of my restaurant visit"
],
[
"_:booking",
"name",
"the alexander bed and breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b2c75429"
],
[
"_:booking/b2c75429",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"the day of my restaurant visit"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"BOL6JBIT"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b2c75429"
],
[
"_:booking/b2c75429",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"the day of my restaurant visit"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"BOL6JBIT"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a restaurant . The restaurant should be expensive in price , only the finest in food . Also , I 'd like it if the restaurant was in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many listings that fit , can I find out exactly what type of food you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need for the restaurant to serve Chinese food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Tang Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the Tang Chinese ? I would recommend it . Can I make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great ! I need a table for Monday at 12:15 for 8 people ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "So it is not avaible then , shall I try another place to dine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please do ! A different restaurant in the same area and price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'hk fusion');(_:booking,type,'Booking');(_:result,ref,'O00TTIOS');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Booked at hk fusion . Reference number : O00TTIOS . Table will be held for 15 minutes ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a great day !"
}
] |
SSNG0009.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/9bc9275a"
],
[
"_:booking/9bc9275a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/9bc9275a"
],
[
"_:booking/9bc9275a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"hk fusion"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"O00TTIOS"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , where will you be leaving from , or where are you heading ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to cambridge and should depart from stansted airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many options');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , I have many options for you depending on the day of the week or times you wish to travel . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "leaves at 1900hrs , arrives on sunday and booked fir one person.get me the reference number too"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'70MPLUW8');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 10.1 GBP payable at the station . \n Reference number is : 70MPLUW8 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
SNG01326.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many options"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many options"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"70MPLUW8"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book at room at alexander bed and breakfast"
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , just tell me what day you 're arriving , how many days you 're staying , and how many people are in your party , and I 'd be happy to set that up ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I just need a bit of information . What is the price range , star rating , and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,phone,'01223525725');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a cheap 4 star guesthouse and the number is 01223525725 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
SNG0973.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a cheap Spanish restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'Spanish');(_:result,name,'La Raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Raza is a cheap Spanish restaurant . Would you like their phone number or address ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'4 - 6 Rose Crescent');(_:result,name,\"La Raza 's\");(_:result,phone,'01223 464550');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Raza 's phone number is 01223 464550 and the address is 4 - 6 Rose Crescent . Anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye ."
}
] |
WOZ20220.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza 's"
],
[
"_:result",
"phone",
"01223 464550"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train going to Peterborough that leaves after 08:45 ? Thanks !"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can absolutely help you with that , what day will you be planning to travel and where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:56');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,id,'TR3211');(_:result,leave_at,'09:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3211 leaves Cambridge at 09:06 and arrives in Peterborough at 09:56 . Would you like me to book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I actually need 3 tickets . Please provide a reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,id,'TR3211');(_:booking,leave_at,'09:06');(_:booking,people,'3');(_:booking,ref,'YU1AWA94');(_:booking,ticket,'39.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you 3 seats on the TR3211 train departing Cambridge at 09:06 . Your reference is YU1AWA94 and 39.59 GBP is due at the station . Will that be all today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for the hotel A and B guest house ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "What would you like to know ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they include wifi , and can I get the postcode and phone number ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The A&B Guesthouse does offer free wifi ! And the phone number is : 01223315702 . The postcode is : cb12dp ."
}
] |
PMUL4527.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:56"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3211"
],
[
"_:result",
"leave_at",
"09:06"
],
[
"_: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",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:56"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3211"
],
[
"_:result",
"leave_at",
"09:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"id",
"TR3211"
],
[
"_:booking",
"leave_at",
"09:06"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"YU1AWA94"
],
[
"_:booking",
"ticket",
"39.59 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",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:56"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR3211"
],
[
"_:result",
"leave_at",
"09:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"id",
"TR3211"
],
[
"_:booking",
"leave_at",
"09:06"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"YU1AWA94"
],
[
"_:booking",
"ticket",
"39.59 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the cambridge belfry');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm trying to find a place to stay called the cambridge belfry . What can you tell me about that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Its price range is cheap , it 's four stars , and offers internet and parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds perfect . Can you book a room for me for 6 people , 5 nights starting on Friday ? Please send me the reference number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,people,'6');(_:booking,ref,'8RL6ZC5G');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! I 've got you booked for 5 days for 6 people on Friday . Your reference number is 8RL6ZC5G ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you for the reference number . Are there any cheap places to dine in the North area ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a preference for type of food ? I have an Indian option and an Italian option ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'13:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any of the two would work . As long as you can book it for 6 people on the same day for 13:30 ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , neither of them are available . Should I try different time or other restaurants ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'12:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , try 12:30 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'12:30');(_:booking,name,'Royal Spice');(_:booking,people,'6');(_:booking,ref,'8NHD0P2I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That worked ! You 've got a table for 6 reserved at Royal Spice at 12:30 on Friday . Ref . number is 8NHD0P2I . Need anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi from the hotel to the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black lexus');(_:result,phone,'07546255073');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi booking is complete , your contact number is 07546255073 . Car type is a black lexus . Do you need help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all i need . Thank you ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'entertainment');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Would you like me to look up entertainment for you ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all I need for today . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day . Bye ."
}
] |
MUL1239.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8RL6ZC5G"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8RL6ZC5G"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8RL6ZC5G"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1c52d6fa"
],
[
"_:booking/1c52d6fa",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1c52d6fa"
],
[
"_:booking/1c52d6fa",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"Royal Spice"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8NHD0P2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1c52d6fa"
],
[
"_:booking/1c52d6fa",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"Royal Spice"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8NHD0P2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black lexus"
],
[
"_:result",
"phone",
"07546255073"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/1c52d6fa"
],
[
"_:booking/1c52d6fa",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"Royal Spice"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"8NHD0P2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black lexus"
],
[
"_:result",
"phone",
"07546255073"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that goes to cambridge and leaves on friday . Any ideas ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "From what station will you be departing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave from london kings cross ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Friday');(_:result,departure,'London kings cross');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains travelling from London kings cross to Cambridge Friday , what time would you like to leave / arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:45');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 14:45 . I would like the arrival time and travel time for this journey as well ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,duration,'51 minutes');(_:result,id,'TR8842');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8842 will leave at 15:17 and arrive 51 minutes later at 16:08 . Do you want to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes . also find a hotel in the north and should be a 4 star"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Let 's take care of the reservation first . How many seats should I book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need a reservations right now . I do need information on a hotel that has 4 stars in the north in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Ashley hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 that fit your criteria , Ashley hotel comes highly recommended . Shall I book you a room ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . How many people , what day are you arriving , and how many nights ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book for 3 people and for 4 nights starting Friday . I will also need the reference number ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4SQR2CJB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 4SQR2CJB . Anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great ! Have a wonderful day ."
}
] |
PMUL1603.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"London kings cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4SQR2CJB"
],
[
"_: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,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some entertainment in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entertainment in the centre of town . Would you like to look in a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but are there any theatres in the center of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Anglia Ruskin Enterprise , East Road');(_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,name,'Mumford Theatre');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , there are 4 theatres in the centre of town . I suggest the Mumford Theatre at Anglia Ruskin Enterprise , East Road . Is there any other information you need ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Mumford Theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you also give me the postcode and entrance fee for the Mumford Theatre ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11pt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is not giving me an entrance fee , but the postcode is cb11pt . Is there anything else I could help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a good 4 star hotel ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found the University Arms Hotel in town centre , it has ratings of 4 stars . Would you like me to book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book it for three people for one night ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you be arriving ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,has_parking,'yes');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , could you make sure it offers free parking ? I will need it for 4 people , 4 nights , starting on Tuesday if there is free parking ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,stay,'4');(_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It does have free parking , but I 'm sorry to say that I can not book 4 nights for you . Would you like to try a shorter stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try 3 nights ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'TRBKGR36');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book 3 nights , your confirmation code is TRBKGR36"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the hotel');(_:search,leave_at,'05:00');(_:search,name,'Mumford Theatre');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also set up a taxi to take me from Mumford Theatre to the hotel . I want to leave the theatre by 05:00 ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good trip !"
}
] |
MUL1140.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/36888bf0"
],
[
"_:booking/36888bf0",
"stay",
"4"
],
[
"_:booking/36888bf0",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/df633b04"
],
[
"_:search/df633b04",
"area",
"centre"
],
[
"_:search/df633b04",
"category",
"entertainment"
],
[
"_:search/df633b04",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/36888bf0"
],
[
"_:booking/36888bf0",
"stay",
"4"
],
[
"_:booking/36888bf0",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"TRBKGR36"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"name",
"Mumford Theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 'm involved in a bit of an argument related to an automobile accident . Can you help me out ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Sure ! I think you 'll need the police . Their contact number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can I please get the address instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "They are located in Parkside , Cambridge CB11JG . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Good luck with everything . Thank you ."
}
] |
SNG01306.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",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Would you like to come by bus , or train ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'the fitzwilliam museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm actually looking for a particular attraction called the fitzwilliam museum ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "Yes nice place . Did you need any info on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of attraction is that ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a museum . Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I do actually need help finding a train . I want to go to London Kings Cross on Monday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , and what time would you like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart cambridge after 13:30 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "how many tickets please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll need tickets for 4 people . Can I have the reference number please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR6028');(_:booking,people,'4');(_:booking,ref,'IG9GL7FF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train booking for 4 on the TR6028 was successful . Your Reference number is : IG9GL7FF . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "naw i 'm good thanks"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Well , have a great day ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Likewise , thanks very much !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome , it was a pleasure helping you . Goodbye ."
}
] |
PMUL4001.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"people",
"4"
],
[
"_: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": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6028"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IG9GL7FF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6028"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IG9GL7FF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the type of guesthouse and should include free wifi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'23');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 23 guesthouses with free wifi . What price range or area do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a price range of expensive"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "It seems that there are no guesthouses in the expensive price range . Can I offer you a different price range or a different type of hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about moderate price range with a star of 4 ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several . Do you have a preference for area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Area does n't matter but I need to know if they have free parking"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Gilbert Road');(_:result,count,'9');(_:result,name,'Archway House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have discovered 9 choices fitting your description . May I recommend the Archway House ? It 's on Gilbert Road ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sounds great , Thank you ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Would you like me to make a reservation in your name ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes please make a reservation in my name . Thank you ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will need to know the day you will be arriving , the amount of days and for how many people before making the reservation ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry I do n't need a reservation right now . Can you just tell me if they offer free parking ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , Archway House offers free parking . May I help with something else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks . That is all I needed ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Should I book that for you ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I can book myself later . Thanks . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . Do you require any further assistance ?"
}
] |
SNG02047.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"address",
"Gilbert Road"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"address",
"Gilbert Road"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"address",
"Gilbert Road"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"Gilbert Road"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/00b60eea"
],
[
"_:search/00b60eea",
"category",
"guesthouses"
],
[
"_:search/00b60eea",
"pricerange",
"expensive"
],
[
"_:search/00b60eea",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"Gilbert Road"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm interested in finding a train that leaves after 09:15 on Monday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from and going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Broxbourne and would like to go to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,day,'Monday');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,leave_at,'9:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "May I recommend the 9:32 train from Broxbourne to Cambridge on Monday ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure . Thank you . I would like to book that train for 7 people . Please give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'LMJ7AQ90');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is LMJ7AQ90 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i also want a place to go in the centre"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a variety');(_:result,area,'Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can help you with a variety of attractions in the Centre , was there anything in particular you wanted to see or do ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No , can you recommend something ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Cambridge contemporary art museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge contemporary art museum is very nice and free !"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'6 Trinity Street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "6 Trinity Street . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welome , have a great time in Cambridge . Goodbye ."
}
] |
PMUL4242.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMJ7AQ90"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:32"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMJ7AQ90"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:32"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMJ7AQ90"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Cambridge contemporary art museum"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:32"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMJ7AQ90"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a variety"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Cambridge contemporary art museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Trinity Street"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me some suggestions on restaurants ? I 'm interested in a cheap Mediterranean restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,name,'Gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gardenia in Centre meets your specifications , would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds like a great restaurant . Is it really good ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is wonderful food in the centre of town . Can I reserve a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! It 's a party of 4 , and we 'd like to eat at 18:00 on Wednesday . Can I get the reference number , too ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'3HFQTSAU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great I was able to book that reference number is 3HFQTSAU ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks so much . Are you able to help with train schedules too ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes of course , can I get information on your departure and arrival locations ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to travel from Cambridge to Stansted Airport ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time are you wanting to leave or arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,day,'thursday');(_:search,departure,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from Cambridge on Thursday and arrive by 16:00 on that same day ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'15:08');(_:result,id,'TR6456');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR6456 ? It arrives at 15:08 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will work . Could you reserve 4 seats on that train for me ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'4');(_:booking,ref,'R9X7VU6W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you 4 tickets . Your reference number is R9X7VU6W . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is everything that I needed . Thank you so much for all of your help ! Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today ."
}
] |
MUL1518.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"3HFQTSAU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"3HFQTSAU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"3HFQTSAU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"3HFQTSAU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:08"
],
[
"_:result",
"id",
"TR6456"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_: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",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:08"
],
[
"_:result",
"id",
"TR6456"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"R9X7VU6W"
],
[
"_: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,'east');(_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , can you help me locate swimming pools on the east side of Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'pool way , whitehill road , off newmarket road');(_:result,category,'swimming pool');(_:result,count,'1');(_:result,name,'abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is one swimming pool called abbey pool and astroturf pitch , located at pool way , whitehill road , off newmarket road . Do you need anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "please provide its phone number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902088');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They can be reached at 01223902088 , can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I would like a restaurant in the same area that serves British food ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'British');(_:result,name,'Grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Grafton hotel restaurant serves British food and is in the east . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please make a reservation"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like the reservation for ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not sure quite yet . Can I please have the phone number and address ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,phone,'01223241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the address is Grafton Hotel 619 Newmarket Road Fen Ditton and the phone number is 01223241387 . Anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That takes care of what I needed . Thanks . Have a good day . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ."
}
] |
PMUL2302.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"abbey pool and astroturf pitch"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Grafton hotel restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a thai restaurant on the north side of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "unfortunately there are no thai restaurants in the north , do you want to change an area to look for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about west area ? i also want the address , phone number , and price range ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'35 Newnham Road Newnham');(_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,phone,'01223323178');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong servers thai food and is expensive in the west . their phone number is 01223323178 the address is 35 Newnham Road Newnham , it there anything I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your meal ."
}
] |
WOZ20644.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/94824fca"
],
[
"_:search/94824fca",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/94824fca"
],
[
"_:search/94824fca",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"35 Newnham Road Newnham"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223323178"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,leave_at,'02:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a Taxi to Junction , leaving after 02:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can book you leaving after 2:45 to Junction . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'alexander bed and breakfast');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "from alexander bed and breakfast"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Volkswagen');(_:result,phone,'07558038365');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book a black Volkswagen for you . The contact number is 07558038365 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nah , that 'll be all , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service - have a great day !"
}
] |
SNG0002.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"departure",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volkswagen"
],
[
"_:result",
"phone",
"07558038365"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am planning a trip to Cambridge and need a train heading to Cambridge on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes certainly . Where will you be leaving from and at what time of day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave after 09:00 and need to depart from Stansted Airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found multiple options for you . Do you have a preference when it comes to arrival time ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "i just want to leave around 9"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR1610');(_:result,leave_at,'09:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR1610 leaving at 09:24 . Would you like me to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need 4 tickets and the reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'TCYIATTU');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . You can pay the fee of 40.4 GBP at the station . Your reference number is TCYIATTU . Anything else I can assist you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need to find a museum in the west to go and see ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'Museum of Classical Archaeology');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,amount,'a number');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a number of options , but I recommend the free Museum of Classical Archaeology in the west area . Would you like more information about this museum ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . I just need the phone number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Museum of Classical Archaeology');(_:result,phone,'01223335153');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for the Museum of Classical Archaeology is 01223335153 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you , that is all I need for now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Please call back if you have additional questions . Thank you for calling ! Goodbye ."
}
] |
PMUL1029.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"leave_at",
"09:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"leave_at",
"09:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TCYIATTU"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"leave_at",
"09:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TCYIATTU"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"leave_at",
"09:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TCYIATTU"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"name",
"Museum of Classical Archaeology"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 've been robbed and need the police ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Okay , the police station is located at Parkside , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks , can I also have the phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Yes , the postcode is CB11JG and the phone number is 01223358966"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you for your help . I do n't need anything further ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm sorry this happened to you , I really hope that the police are able to help . If there is anything else I can do for you do n't hesitate to ask ."
}
] |
SNG01640.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",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Indian in the north"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'Indian');(_:result,name,'Nirala');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are two Indian restaurants , Royal Spice and The Nirala ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address , phone number , and price range of one of them ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Victoria Avenue Chesterton');(_:result,area,'North');(_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,phone,'01733 553355');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Spice is an Indian restaurant on the North part of town and it is in the cheap price range . The phone number is 01733 553355 and the address is Victoria Avenue Chesterton ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good bye ."
}
] |
WOZ20314.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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a restaurant called Cocum ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is an indian restaurant in the west . Would you like to book a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to book a table for 7 people at 18:00 on Monday . Can you please be sure to give me the reference number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'TOD8XYZB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is successful . The reference number is TOD8XYZB . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to find a train departing from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have multiple trains leaving from Cambridge . What would you like the destination to be so I can narrow it down ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We would like to go to leicester on tuesday ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . What time would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We would need the train to leaver after 11:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:06');(_:result,id,'TR7692');(_:result,leave_at,'12:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR7692 leaving at 12:21 and arriving at 14:06 . Would that be something that would work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'seven');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book for seven and I would like a reference number , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'HC7OJ4LI');(_:booking,ticket,'264.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all booked . The total fee is 264.59 GBP and your reference number is HC7OJ4LI"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that was all"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a lovely trip !"
}
] |
MUL1680.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TOD8XYZB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TOD8XYZB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TOD8XYZB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TOD8XYZB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"14:06"
],
[
"_:result",
"id",
"TR7692"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"14:06"
],
[
"_:result",
"id",
"TR7692"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HC7OJ4LI"
],
[
"_:booking",
"ticket",
"264.59 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I am looking for a train heading to Cambridge and I will be departing from Kings Lynn ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'05:58');(_:result,day,'Friday');(_:result,leave_at,'05:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train leaves on Friday at 05:11 and arrives at 05:58 . Should I book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , not at this time . Thank you , good bye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Enjoy your trip ."
}
] |
SNG01471.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,destination,'cambridge');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to cambridge after 19:30"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'19:30');(_:result,count,'300');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are more than 300 trains that arrive in cambridge after 19:30 . What day were you looking to travel and from where ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd be leaving from London Liverpool Street on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:39');(_:result,departure,'Liverpool Street');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I have a train leaving from Liverpool Street that will arrive in Cambridge at 19:39 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How long is the travel time , and what is the price for that train please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,ticket,'13.28 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , the travel time is 88 minutes , and the price is 13.28 pounds . Would you like to book it , if so how many riders will there be ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No that 's OK , I 'll book it later if I need to . Can you tell me anything about a lodging place named \" A and B \" something ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'124 tension road');(_:result,name,'a and b guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . It 's called a and b guesthouse , found on 124 tension road and is in the moderate price range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to go ahead and book that for 1 person , 4 nights starting on Saturday night . I will need the reference number once it 's made ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'L1M02MWF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have been successfully booked and the reference number is L1M02MWF . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , indeed . That will be all . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a very nice day ."
}
] |
MUL0618.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"arrive_by",
"19:30"
],
[
"_:result",
"count",
"300"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"300"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:39"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_: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",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"300"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"19:39"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_: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",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"300"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"19:39"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tension road"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:result",
"count",
"300"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"19:39"
],
[
"_:result",
"departure",
"Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tension road"
],
[
"_:result",
"name",
"a and b guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L1M02MWF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm heading to birmingham new street so please find me a train that leaves on Friday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Are you leaving from cambridge ? Is there a time you 'd like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm leaving from Cambridge . Departure time does n't matter , but I need to arrive by 18:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,leave_at,'05:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 12 trains available for you and the first one leaves at 05:01 . Can I book a seat for you or do you prefer a later departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I said arrive by 18:15 . Try again ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:44');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest arrival to 18:15 is 17:44 . Would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price for a ticket ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cost per ticket for that train is 75.10 pounds did you still want me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , that s ok . I also need to find a cheap Italian restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 Italian restaurants to choose from . Would you like one in a particular part of town ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'10:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any that you choose will be fine . I 'll need to book a table for Friday at 10:00 . There will be 3 people dining ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'10:00');(_:booking,name,'Ask');(_:booking,people,'3');(_:booking,ref,'IL7HZYW5');(_:booking,type,'Booking');(_:result,address,'12 Bridge Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have you booked at Ask , for Friday at 10:00 for 3 people . It 's at 12 Bridge Street City Centre . Your reference number is : IL7HZYW5 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful ! I think that 's it , thank you . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great night !"
}
] |
PMUL4099.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:44"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:result",
"arrive_by",
"17:44"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:result",
"arrive_by",
"17:44"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:result",
"arrive_by",
"17:44"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"name",
"Ask"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"IL7HZYW5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a certain hotel , can you help me find it ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes I can help . What is the name of the hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It is called finches bed and breakfast ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found it , would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I need a reservation for 5 people for 4 nights starting on Friday . If Friday is not available please check Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'friday');(_:booking,people,'5');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a booking for 4 nights , starting on friday for 5 people ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Could I have the reference number for my records , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ELAA65RK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is ELAA65RK . Can I be of further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for entertainment in the centre please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "sorry I am not showing any entertainment in that area something else perhaps ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I will go with a college instead , can you recommend one and give me the postcode ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Downing College');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The best college to visit is Downing College , in postcode cb21dq . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Can I help you with anything else ?"
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I am good , thank you !"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for letting us assist you today ! Enjoy your visit !"
}
] |
PMUL2824.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",
"name",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ELAA65RK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ELAA65RK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/af1f1af6"
],
[
"_:search/af1f1af6",
"category",
"entertainment"
],
[
"_:search/af1f1af6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ELAA65RK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/af1f1af6"
],
[
"_:search/af1f1af6",
"category",
"entertainment"
],
[
"_:search/af1f1af6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ELAA65RK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/af1f1af6"
],
[
"_:search/af1f1af6",
"category",
"entertainment"
],
[
"_:search/af1f1af6",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a moderately priced restaurant that serves gastropub food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'Gastropub');(_:result,name,'Cow Pizza Kitchen and Bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cow Pizza Kitchen and Bar serves Gastropub food and is in the moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I please have the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223 308871');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "01223 308871 Will that be all ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank You that 's all"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome !"
}
] |
WOZ20628.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'restaurant one seven');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a particular restaurant . Its name is called restaurant one seven"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'British');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is a moderately - priced British restaurant in the centre of town . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please give me the complete address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'De Vere University Arms Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at De Vere University Arms Regent Street City Centre ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
SNG01947.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"restaurant one seven"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a restaurant that offers Asian Oriental cuisine , in the centre , if possible ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,name,'Yippee Noodle Bar');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Definitely ! I have places from cheap to expensive , though my favorite is Yippee Noodle Bar , which is moderately - priced ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I would like Yippee ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to make a reservation for you . What day / time will you be dining , and how many are in your party ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Monday , 19:00 , for 6 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'19:00');(_:booking,name,'Yippee Noodle Bar');(_:booking,people,'6');(_:booking,ref,'XSQHK9YG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully reserved a table for your party of 6 at the Yippee Noodle Bar for Monday at 19:00 . Your reference number is XSQHK9YG"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , I also need a hotel room if you can help me find something ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . We have several places ready to book . Which part of town would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The west please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 in that area do you have a price range or type of hotel you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel does n't need to include internet . It should be in the same area as the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 different options for you . They vary in price range . Did you have a certain price range in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price does not matter . Please make a recommendation and book it for the same group of people and 4 nights starting from the same day ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Cityroomz');(_:booking,ref,'A1ZBLCZ3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you are booked in Cityroomz as requested , the reference number is A1ZBLCZ3 , any further questions ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no and thank you for your help"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , have a great day !"
}
] |
PMUL0316.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XSQHK9YG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XSQHK9YG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_: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",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XSQHK9YG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"XSQHK9YG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Cityroomz"
],
[
"_:booking",
"ref",
"A1ZBLCZ3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for something cheap in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants serving cheap food in the south part of town . Do you have a preference of portuguese or chinese food ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Either is fine , can you provide the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,name,'Nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is located at Cambridge Leisure Park Clifton Way . Their phone number is 01223 327908 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20138.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi I 'm looking for a train departing from Cambridge that leaves after 17:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to bishops stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,id,'TR1567');(_:result,leave_at,'17:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I would recommend TR1567 which leaves Cambridge at 17:29 and arrives at Bishops Stortford at 18:07 ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , can you find another one please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'two hours later');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The next one after that departs two hours later . Would you like to reserve a seat on either train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , either train would be fine ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR1567');(_:booking,ref,'isCWX49ENL');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your seat on the TR1567 . Total fee is 10.1 GBP payable at the station . Reference number isCWX49ENL"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Could you also recommend a college in the Centre to visit and provide the post code ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,\"Christ 's College\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College would be great , their postcode is cb23bu . Is that all you need ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thank you that will be all good bye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
PMUL1124.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17: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",
"17:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR1567"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR1567"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR1567"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1567"
],
[
"_:booking",
"ref",
"isCWX49ENL"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"id",
"TR1567"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1567"
],
[
"_:booking",
"ref",
"isCWX49ENL"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "We want to explore a park in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 5 parks . Do you have a certain area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like it to be in the south part of town . Please provide their phone number , postcode , and entrance fee . Thanks ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,name,'Wandlebury country park');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You can visit Wandlebury country park . The address is wandlebury ring , gog magog hills , babraham and the post code is cb223ae ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number and how much does it cost to get in ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance fee');(_:result,phone,'01223243830');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee . The phone number is 01223243830 . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train that will depart from cambridge and should go to london kings cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,id,'TR5767');(_:result,leave_at,'05:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about train TR5767 that leaves at 05:00 on Friday ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , that does n't work for me . I need a train that leaves after 11:00 on Wednesday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,day,'Wednesday');(_:result,id,'TR9781');(_:result,leave_at,'11:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR9781 leaves at 11:00 on Wednesday would you like me to book that train for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yep I only need one ticket and the reference number please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'Q7Q9W4IN');(_:booking,ticket,'23.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 23.6 GBP payable at the station . Reference number is : Q7Q9W4IN . is there anything else i can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That 's all I needed ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Okay , let us know if you need anything else ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all thanks for your help today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL1066.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Q7Q9W4IN"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"name",
"Wandlebury country park"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"id",
"TR9781"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Q7Q9W4IN"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to know of some places to go in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several places to go in the Cambridge area . What type do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I prefer the architecture type ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'architecture');(_:result,category,'church');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have located five locations relating to architecture . Four of the five locations are a church and the other is a school . Which type of location do you prefer to visit ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How about the school ? Can I have the postcode and address of it please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is trinity lane and the postcode is cb21tt ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train from Cambridge to Bishops Stortford"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure day and time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to depart on Monday and arrive by 20:00 . Hoping to not leave hours and hours before that though ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,arrive_by,'20:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest arrival time to 20:00 is 18:07 , is that suitable ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's fine as long as you can book it for four people"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,people,'4');(_:booking,type,'Booking'))",
"inform((_:booking,category,'Train');(_:booking,ref,'2I1YOWD4');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Indeed I can book that for 4 people . Your booking was successful , the total fee is 40.4 GBP payable at the station . Reference number is : 2I1YOWD4"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all that I need , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . I am glad I could help and I hope you have a wonderful day !"
}
] |
MUL0592.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"arrive_by",
"20:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"church"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"arrive_by",
"20:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2I1YOWD4"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a gastropub ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,food,'gastropubs');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , there are four gastropubs in cambridge . Are you looking for a particular area or a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , something in the centre of town please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'center');(_:result,count,'3');(_:result,food,'gastropubs');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 gastropubs in the center of town . Does price range matter to you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , price range does not matter ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'2 Sturton Street City Centre');(_:result,name,'Backstreet Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In that case , I recommend Backstreet Bistro at 2 Sturton Street City Centre . Would you like a table there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'backstreet bistro');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I do need something expensive . Is Backstreet Bistro an expensive place ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , they are an expensive restaurant . Would you like me to make a reservation for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like reservation for 8 people t 11:15 on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Can I get you anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'JP761RJS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , the reference number is JP761RJS ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG0623.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"backstreet bistro"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:search",
"name",
"backstreet bistro"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:search",
"name",
"backstreet bistro"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:search",
"name",
"backstreet bistro"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"JP761RJS"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking to book a train out of Cambridge that I want to arrive in Ely . Can you assist me with finding times and dates ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,day,'Friday');(_:result,day,'Wednesday');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 70 trains traveling to Ely from Cambridge between Friday and Wednesday . What day do you want to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Saturday');(_:result,duration,'17 minutes');(_:result,id,'TR8860');(_:result,leave_at,'05:50');(_:result,ticket,'3.52 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You could take TR8860 early Saturday at 05:50 . It 's a short trip of 17 minutes and costs 3.52 pounds . Will this work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you book that one for 6 people ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1K560JNY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I have made the booking for you . Your reference number is 1K560JNY ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to eat , I would like it in the west and expensive ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'9');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 9 expensive restaurants in the west . Are you looking for a particular type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . British food please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two . Shall I book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'10:30');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a table for 6 people at 10:30 on Saturday and please provide the reference number after booking is completed ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day do you want it for , before I confirm the booking ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The same day , saturday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'XEP4E22B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : XEP4E22B . Will there be anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that s all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help , hope you have a great trip !"
}
] |
PMUL0966.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1K560JNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1K560JNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1K560JNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1K560JNY"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"05:50"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XEP4E22B"
],
[
"_: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": "i am looking for an expensive restaurant that serves british food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay ! I have found 6 . What area of town would you like to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an upscale , expensive one in the centre of town , please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,name,'cambridge chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 in the centre . I recommend the cambridge chop house , would you like me to reserve a table there for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be great . Please make it for Monday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the table for ? And how many in your party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,duration,'11:45');(_:search,people,'8');(_:search,pricerange,'same price range');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "8 people at 11:45 . I need the reference number please . Also , I need a hotel with wifi in the same price range as the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'ZXIBGEVS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : ZXIBGEVS ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for an upscale , expensive hotel in the area as well ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "How many stars are you looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it absolutely must be a 3-star hotel"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'53 - 57 Lensfield Rd');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel would meet your needs . It 's located at 53 - 57 Lensfield Rd . Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,arrive_by,'11:45');(_:search,departure,'from hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , for 8 staying 5 nights starting Monday , provide reference number . Also , book a taxi from hotel to arrive at restaurant by 11:45 . I will need contact number and car type ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'1Y395K30');(_:booking,type,'Booking');(_:result,car,'white Lexus');(_:result,phone,'07735778206');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your hotel booking was successful . Reference number is : 1Y395K30 . As for the taxi , be expecting a white Lexus . Their contact number is 07735778206 should you need it ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help , that is all I need for today . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay you are welcome ."
}
] |
PMUL3691.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"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ZXIBGEVS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ZXIBGEVS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"ZXIBGEVS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"address",
"53 - 57 Lensfield Rd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"from hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"address",
"53 - 57 Lensfield Rd"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"from hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"ref",
"1Y395K30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"white Lexus"
],
[
"_:result",
"phone",
"07735778206"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for architecture in the centre of town . Can you help me with this ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,category,'churches');(_:result,category,'school');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly . There are four churches and a school you could visit ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee for the school ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'school');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "For the school it is free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I also get the phone number for the school ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'old schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number for old schools is 01223332320"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can i get the post code too please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the postal code is cb21tt ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'carribean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , I 'm also looking for a cheap place to grab some food . Maybe carribean ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'here');(_:search,food,'Caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do not have any Caribbean options here , can I lookup another cuisine type or narrow it down by anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hmmm how about Italian then"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 Italian restaurants in the city , could you give me a preferred location , so I can narrow the options down ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just want a cheap italian place . Choose one you recommend for me . Then I need help reserving it ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'ask');(_:result,type,'Restaurant'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend dining at ask . How many people for your reservation , and what day and time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "6 on Thursday at 16:45 please"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'I3JNKDOD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked and your booking reference number is I3JNKDOD ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , when and where are you going ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'old schools');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Old schools to the restaurant ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like the taxi ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to make sure the taxi arrives at the restaurant by my 16:45 reservation ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,leave_at,'in time for your reservation');(_:result,phone,'07323746090');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your all set , a yellow lexus will be picking you up in time for your reservation the contact number is 07323746090 , is there anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help today , I do not need anything else ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy"
}
] |
PMUL2315.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",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"carribean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"category",
"architecture"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16: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",
"category",
"architecture"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"I3JNKDOD"
],
[
"_: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": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"I3JNKDOD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"old schools"
],
[
"_: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": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"I3JNKDOD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16: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,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"canthelp",
"_:search/53091b2d"
],
[
"_:search/53091b2d",
"area",
"here"
],
[
"_:search/53091b2d",
"food",
"Caribbean"
],
[
"_:search/53091b2d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"ask"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"I3JNKDOD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"leave_at",
"in time for your reservation"
],
[
"_:result",
"phone",
"07323746090"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for tourist attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many things to do');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many things to do , to help narrow down the results what part of town are you looking to tour in ? Any particular activity you 'd like to do ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'colleges');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any colleges on the west side ? If so can you tell me the address and entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Magdalene Street');(_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Magdalene college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five colleges on the west side . Magdalene college is nice . It 's address is Magdalene Street and entrance is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for an Indian restaurant in the expensive price range . Is there anything like that around ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Oh yes I have many . Any preference for area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'magdalene college');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to be close to Magdalene college . That same area would be perfect ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,name,'Magdalene college');(_:result,name,'Tandoori Palace');(_:result,pricerange,'expensive');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 Indian restaurants located on the west side near Magdalene college that are expensive . I would recommend Tandoori Palace ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds fantastic . Could I have the postcode , phone number , and address , please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'68 Histon Road Chesterton');(_:result,phone,'01223506055');(_:result,postcode,'cb43le');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their postcode is cb43le , phone number is 01223506055 , and address is 68 Histon Road Chesterton"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I need . Thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , awesome ! Have a fantastic day !"
}
] |
MUL0855.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many things to do"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many things to do"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"magdalene college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"magdalene college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"magdalene college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'd like a listing for a Mediterranean restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Mediterranean');(_:result,name,'La Mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Mimosa is a nice restaurant in the centre of town which serves Mediterranean food in the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds wonderful . Can you help me book a table for 2 people at 18:00 on Wednesday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry I can not reserve a table for that time . Maybe another ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I book a table for 17:00 instead ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry . That time is unavailable as well ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train going to Stevenage and leaving Thursday instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'ten');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are ten trains available . Can you give me a little more detail about your trip ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to stevenage on thursday and need a ticket leaving cambridge anytime after 15:30 please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'every 2 hours starting at 17:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,leave_at,'15:30');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train leaves every 2 hours starting at 17:21 . Would you like me to book a ticket on any of the 4 trains available after 15:30 ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please can I book for two people at 17:21 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'UD72LTGU');(_:booking,ticket,'25.6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful the total price is 25.6 that can be paid at the station . Reference number is UD72LTGU"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,leave_at,'15:30');(_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to Stevenage on Thursday leaving Cambridge after 15:30 for the same group of people ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 've done that for you . If you need additional help ask away . If not have a good one !"
}
] |
MUL1543.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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/5c428bc2"
],
[
"_:booking/5c428bc2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/5c428bc2"
],
[
"_:booking/5c428bc2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:system",
"canthelp",
"_:booking/0558c0b2"
],
[
"_:booking/0558c0b2",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/5c428bc2"
],
[
"_:booking/5c428bc2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:system",
"canthelp",
"_:booking/0558c0b2"
],
[
"_:booking/0558c0b2",
"type",
"Booking"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/5c428bc2"
],
[
"_:booking/5c428bc2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:system",
"canthelp",
"_:booking/0558c0b2"
],
[
"_:booking/0558c0b2",
"type",
"Booking"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"leave_at",
"every 2 hours starting at 17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"15:30"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/5c428bc2"
],
[
"_:booking/5c428bc2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:system",
"canthelp",
"_:booking/0558c0b2"
],
[
"_:booking/0558c0b2",
"type",
"Booking"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"leave_at",
"every 2 hours starting at 17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"15:30"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UD72LTGU"
],
[
"_:booking",
"ticket",
"25.6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of attraction are there here ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'cambridge');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many attractions around cambridge depending on what you 're looking for . Do you have a specific area of town in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'rice house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I 'm interested in a restaurant called Rice House ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'Chinese');(_:result,name,'Rice House');(_:result,phone,'01223367755');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes the Rice House is cheap and located in the center and their telephone number is 01223367755 . They serve Chinese food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Can you reserve a table for 7 on Friday at 13:30 ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I can take of that reservation for you ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I 'll need a reference number , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OF78TYXX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : OF78TYXX . anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'the man on the moon');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place called the man on the moon , can you give me their phone number and postcode please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223474144');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01223474144 , post code cb12lf"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that will be all . Thank you !"
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are welcome , have a nice day ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , you too ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "Do you need any info on travel etc ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL4122.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"cambridge"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"name",
"rice house"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"name",
"rice house"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OF78TYXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OF78TYXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OF78TYXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OF78TYXX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any casual restaurants in the south ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . Would you like an expensive , cheap or moderately priced restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,food,'Italian');(_:result,food,'Modern European');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 2 moderately priced restaurants in the south . One serves Italian and the other Modern European food . Would you like me to book at one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,food,'modern european');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Modern European sounds wonderful . Yes , please book a table for 1 at 14:45 on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'P2O7ES3D');(_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,address,'Clifton Way');(_:result,name,'Pizza Hut in Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That was n't available . I did book you in the other one though . The Pizza Hut in Cherry Hinton is located on Clifton Way . Reference number P2O7ES3D . Will that be acceptable ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , that would be fine . Thank you for your help today . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
SSNG0185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"P2O7ES3D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/510783a6"
],
[
"_:booking/510783a6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"name",
"Pizza Hut in Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I want to find a moderately priced restaurant that has Spanish food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'center');(_:result,name,'La tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La tasca is the only matching restaurant . It is in the center of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'la tasca');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book at La tasca please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . When and for how many people ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book a table for 2 people at 16:30 on wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'16:30');(_:booking,people,'two');(_:booking,ref,'NXLK0Z1U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked your table for two for Wednesday at 16:30 . Your Reference number is : NXLK0Z1U . Can I assist you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'll need a train on the same day , departing from london kings cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 10 trains do you have a destination or time you would like to go ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'8:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am travelling to cambridge and need to arrive there by 8:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'6:08');(_:result,arrive_by,'8:08');(_:result,leave_at,'5:17');(_:result,leave_at,'7:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "If you want to leave very early , there is a 5:17 train arriving at 6:08 . Your other option is the 7:17 , arriving at 8:08 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I have the train ID and price of the 7:17 departure ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'407');(_:result,ticket,'$ 7.50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ID is 407 . Adult tickets are $ 7.50 each way ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Hmm , that train ID and price do n't look right to me . Could you double - check that ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR4543');(_:result,ticket,'23.60');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize for my error . The trainID is TR4543 and the price is 23.60 . Would you like me to book that for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the departure time confirmed and that 's all , I should n't need it booked ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'08:08');(_:result,departure,'london kings');(_:result,destination,'cambridge');(_:result,id,'TR4543');(_:result,leave_at,'07:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4543 leaves london kings cross at 07:17 arriving in cambridge 08:08 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect , thank you ! That 's all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0297.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"NXLK0Z1U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"NXLK0Z1U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"NXLK0Z1U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"NXLK0Z1U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"id",
"407"
],
[
"_:result",
"ticket",
"$ 7.50"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"NXLK0Z1U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"arrive_by",
"8:08"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"id",
"TR4543"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"NXLK0Z1U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"08:08"
],
[
"_:result",
"departure",
"london kings"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4543"
],
[
"_:result",
"leave_at",
"07:17"
],
[
"_: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,'basque');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a moderately priced restaurant that serves basque food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no restaurants matching your request . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about british food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'British');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several moderately priced restaurants that serve British food . Do you prefer a particular area of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care . Give me their phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'British');(_:result,name,'Cotto');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cotto is a moderately priced restaurant in the city centre that serves British food . Would you like the phone number ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cotto');(_:result,phone,'01223 302010');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Cotto is 01223 302010 . Do you need any further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope ! Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Good bye ."
}
] |
WOZ20277.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"basque"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/f50e0605"
],
[
"_:search/f50e0605",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/f50e0605"
],
[
"_:search/f50e0605",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/f50e0605"
],
[
"_:search/f50e0605",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/f50e0605"
],
[
"_:search/f50e0605",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223 302010"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , would you be able to help me find a train leaving from Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can definitely help with that . What day would you like to travel ? And what is your desired destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'Cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel on Saturday from Cambridge to Kings Lynn ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 different trains on Saturday from Cambridge to Kings Lynn . What time would you like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 14:30 . Could you find me a train for that time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR6982');(_:result,leave_at,'14:30');(_:result,leave_at,'15:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train to leave after 14:30 is TR6982 and leaves at 15:11"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "OK , could you book me 7 tickets for the TR6982 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ticket,'54.88 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 54.88 GBP payable at the station . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking to stay in a guesthouse while I 'm there . I 'd like a place that has free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a number');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a number of guesthouses . Do you have a price range and an area that you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . What is available ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 21 places that fit what you want . Do you have a price preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not at the moment . Can you recommend any moderately priced guesthouses to accommodate 7 people ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a specific area of town you would like to stay in ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not particularly . I just need one for 5 nights starting Monday . Whichever you recommend ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am very sorry , but I was unable to book a guesthouse , would you be able to check in at a later day , or could you stay for a shorter period ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for 3 nights ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Acorn Guesthouse');(_:booking,people,'7');(_:booking,ref,'WU51A5WI');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're booked at the Acorn Guesthouse for 3 nights , 7 people , starting on Monday . Your reference number is WU51A5WI . Can I help with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do not need anymore help . Thank you for your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to assist you . Enjoy your stay ! Let us know if there 's anything we can assist you with in the future !"
}
] |
MUL0763.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_: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",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"kings lynn"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"canthelp",
"_:booking/f06e5791"
],
[
"_:booking/f06e5791",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"id",
"TR6982"
],
[
"_:result",
"leave_at",
"14:30"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"54.88 GBP"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"canthelp",
"_:booking/f06e5791"
],
[
"_:booking/f06e5791",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"WU51A5WI"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Cambridge . I need to arrive by 20:00"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be heading in from Leicester on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR0363');(_:result,leave_at,'09:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , TR0363 departs at 09:09 . Would you like me to do book that for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it for me ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just want to know the price of the ticket ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 37.80 pounds per ticket"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a guesthouse in the east . It does n't need to have free wifi ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Did you have a price range in mind ?"
}
] |
PMUL4565.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm interested in visiting colleges while in town , can you please recommend some ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,\"christ 's college\");(_:result,name,'clare hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can recommend clare hall and christ 's college . You need phone numbers for either one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'clare hall');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like the post code for clare hall please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb39al');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , that post code is cb39al . Can I further assist you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I also need a train to stansted airport on sunday"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . Where will you be departing from , and what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge . I would like to leave sometime after 18:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR5009');(_:result,leave_at,'18:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay the TR5009 leaves at 18:40 ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great , do I call to book a seat or can you help me ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,ticket,'8.08 pounds');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be more than happy to help you book ! Tickets are 8.08 pounds . How many tickets would you like me to book for your trip ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book for 6 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4ESBHTB0');(_:booking,ticket,'48.48 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the fee is 48.48 GBP payable at the station . \n Reference number is 4ESBHTB0 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . That 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I was able to help you . Thanks for using our service have a nice day ."
}
] |
PMUL3443.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5009"
],
[
"_:result",
"leave_at",
"18:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"id",
"TR5009"
],
[
"_:result",
"leave_at",
"18:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"8.08 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"id",
"TR5009"
],
[
"_:result",
"leave_at",
"18:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4ESBHTB0"
],
[
"_:booking",
"ticket",
"48.48 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge soon . I ca n't wait to try some local restaurants . Can you help me with a place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many hotels in Cambridge . Is there a particular area you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to have 4 stars and parking too ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 19 hotels that meet that criteria . Do you have a price range in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a price range , just whatever will get me a good hotel in the east area ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would like to recommend allenbell if that is alright with you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free internet and can you provide the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes the has Wifi and the postcode is cb11ee"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,name,'Allenbell');(_:search,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any inexpensive Indian Restaurants near Allenbell ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two here . I recommend pipasha restaurant . Do you want a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it a cheap restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'east');(_:search,food,'Indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No it is not . There are n't any cheap Indian restaurants in the east . Would you like to try a different part of town ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah area does n't matter . Just choose one cheap indian restaurant in Cambridge please then provide me with the area , address , and postcode for it ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'3 - 5 Millers Yard Mill Lane');(_:result,name,'Mahal of Cambridge');(_:result,postcode,'cb21rq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Mahal of Cambridge , the address is 3 - 5 Millers Yard Mill Lane and the postcode is cb21rq ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please tell me the area too"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located in the centre area . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 'll be it for today . Thank you very much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for calling . Have a wonderful day ."
}
] |
PMUL0031.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/48013d9a"
],
[
"_:search/48013d9a",
"area",
"east"
],
[
"_:search/48013d9a",
"food",
"Indian"
],
[
"_:search/48013d9a",
"pricerange",
"cheap"
],
[
"_:search/48013d9a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/48013d9a"
],
[
"_:search/48013d9a",
"area",
"east"
],
[
"_:search/48013d9a",
"food",
"Indian"
],
[
"_:search/48013d9a",
"pricerange",
"cheap"
],
[
"_:search/48013d9a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"3 - 5 Millers Yard Mill Lane"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_: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": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/48013d9a"
],
[
"_:search/48013d9a",
"area",
"east"
],
[
"_:search/48013d9a",
"food",
"Indian"
],
[
"_:search/48013d9a",
"pricerange",
"cheap"
],
[
"_:search/48013d9a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"3 - 5 Millers Yard Mill Lane"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_: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,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Howdy , I was wondering if the alpha - milton guest house still does business ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'63 Milton Road');(_:result,area,'North side of town');(_:result,name,'Alpha - Milton guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alpha - Milton guest house still does business . It is located at 63 Milton Road in the North side of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'alpha -');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay at the alpha - Milton guest house ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to stay there and for how many nights ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 2 people for 2 nights starting on a Sunday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IH9GBUZF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : IH9GBUZF is there anything else i can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i m also looking for a cheap restaurant in the centre and tell me the food type"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several cheap restaurants for you . Would you like to try a Chinese one ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That is fine . I also want to book a taxi to commute between the two places ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'close to the hotel');(_:result,name,'Rice House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Rice House is very good and close to the hotel . Do you want me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No I do n't need the restaurant booked but I do need a taxi ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , where will you be leaving from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'rice house');(_:search,destination,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Leaving The Rice House to go to the hotel"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And what time do you wish to arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'02:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to leave the restaurant by 02:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue Toyota');(_:result,phone,'07897851173');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! Lookout for a blue Toyota , contact number 07897851173 . Can I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , I appreciate all your help . Have a good day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have yourself a good day as well . Bye ."
}
] |
PMUL0075.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IH9GBUZF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IH9GBUZF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IH9GBUZF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"close to the hotel"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IH9GBUZF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"close to the hotel"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"rice house"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IH9GBUZF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"close to the hotel"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 Milton Road"
],
[
"_:search",
"name",
"alpha -"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"IH9GBUZF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"close to the hotel"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Toyota"
],
[
"_:result",
"phone",
"07897851173"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "There is Addenbrookes Hospital , located on Hills Rd , Cambridge CB20QQ . Their phone number is 01223245151 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day"
}
] |
SNG01408.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza express');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant called Pizza Express in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane Fen Ditton');(_:result,address,'Regent Street City Centre');(_:result,area,'Cambridge');(_:result,count,'2');(_:result,name,'Pizza Express');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two Pizza Express restaurants located in Cambridge . One on Regent Street City Centre and one at Jesus Lane Fen Ditton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,people,'two');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Book the one on Regent for Saturday at 18:00 . There are two people . Can I get a reference number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'18:00');(_:booking,name,'pizza express');(_:booking,people,'2');(_:booking,ref,'W5962B01');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've reserved your table at pizza express at their Regent Street City Centre location on Saturday at 18:00 , for 2 people , reference number W5962B01 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train departing from cambridge on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination and your departure and arrival times ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,leave_at,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to norwich , and I need to leave sometime after 19:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"select((_:result,leave_at,'19:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 5 trains that meet those criteria . Do you want to leave at 19:36 ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'19:36');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . 19:36 is fine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:55');(_:result,id,'TR4082');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR4082 will also arrive by 20:55 . How many tickets would you like to book ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am unsure for now but can I please get the price per ticket ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'14.08 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , the price is 14.08 pounds per ticket ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all the information I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help ! Enjoy your time in Cambridge !"
}
] |
MUL0362.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"address",
"Jesus Lane Fen Ditton"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"W5962B01"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"W5962B01"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"W5962B01"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"19:36"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"W5962B01"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:search",
"leave_at",
"19:36"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"id",
"TR4082"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"W5962B01"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"19:36"
],
[
"_:search",
"leave_at",
"19:36"
],
[
"_:result",
"arrive_by",
"20:55"
],
[
"_:result",
"id",
"TR4082"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am planning a trip to Cambridge . Can you help me with a restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes there are many types of food and price ranges in Cambridge . Do you have a preference for either ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'restaurant two two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , just looking for a restaurant called Restaurant two two"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'french');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve french food and are in the north and quite expensive . Would you like to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes ... for 3 people on Tuesday at 11:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'7PD27O8B');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made the reservation and your reference number is 7PD27O8B ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also in need of a train leaving Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what day and time would you like to travel and where is the destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,day,'tuesday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Going to the sweet land of Stevenage , on tuesday . I need to get there by 17:00"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:10');(_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,id,'TR5343');(_:result,leave_at,'15:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5343 leaves Cambridge at 15:21 and gets to Stevenage at 16:10 . That 's the last train of the day . Would you like to book a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No can I just get the price please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Sure . The price for that train would be 12.80 pounds . What else can I help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all for toady . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Have a nice day ."
}
] |
PMUL0629.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"7PD27O8B"
],
[
"_: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",
"amount",
"many"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"7PD27O8B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"7PD27O8B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR5343"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"7PD27O8B"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"id",
"TR5343"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the cambridge belfry');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for information on the cambridge belfry hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the cambridge belfry');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the cambridge belfry is cheap , located in the west , and has 4 stars . It has free internet and parking ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book that for me ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , when were you looking to book for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry i do n't need that booked . Rather i need information on a place to dine . Preferably expensive and in the centre of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Cambridge Chop House');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What about the Cambridge Chop House ? It is located in the centre of town and has expensive food ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure that sounds great ! Can you please give me their address , postcode and what type of food do they serve ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'1 Kings Parade');(_:result,food,'British');(_:result,name,'Cambridge Chop House');(_:result,postcode,'cb21sj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cambridge Chop House serves British cuisine and is located at 1 Kings Parade with a postcode of cb21sj . Could I make a reservation for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please make a taxi reservation for me ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to assist you , but I will need some more information . Where are you departing from and when would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge belfry');(_:search,destination,'cambridge chop house');(_:search,name,'the cambridge belfry');(_:search,name,'the cambridge chop house');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm departing from the cambridge belfry and heading to the cambridge chop house ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like the taxi to arrive ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'22:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave the restaurant by 22:15 . I will need the contact number and car type as well please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white skoda');(_:result,phone,'07572111702');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The car type is a white skoda and the contact number is 07572111702 . Will that be all ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you . I got all the information that I need . Thank you and have a good day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you very much for using our service ."
}
] |
MUL0149.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge belfry"
],
[
"_:search",
"destination",
"cambridge chop house"
],
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"name",
"the cambridge chop house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge chop house"
],
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"name",
"the cambridge chop house"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"22:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"destination",
"cambridge chop house"
],
[
"_:search",
"name",
"the cambridge belfry"
],
[
"_:search",
"name",
"the cambridge chop house"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"22:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white skoda"
],
[
"_:result",
"phone",
"07572111702"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a nice expensive restaurant in the south part of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'backstreet bistro');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "backstreet bistro is an nice expensive one ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please let me know the address with the postcode and the phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 Sturton Street City Centre');(_:result,name,'Backstreet Bistro');(_:result,phone,'01223 306306');(_:result,postcode,'2 Q.A.');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Backstreet Bistro is at 2 Sturton Street City Centre , post code C.B 1 , 2 Q.A. The phone number is 01223 306306 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . That is all I needed to know . Good bye ."
},
{
"id": 5,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our system . Good bye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
WOZ20287.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"phone",
"01223 306306"
],
[
"_:result",
"postcode",
"2 Q.A."
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"phone",
"01223 306306"
],
[
"_:result",
"postcode",
"2 Q.A."
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am looking for a train . The train should depart from peterborough and should go to cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , I 'm experiencing an error in my system . Could you please restate your request ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant on the north side of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Royal spice');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options for you . Royal spice and da vinci pizzeria . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'da vinci pizzeria');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try the da vinci pizzeria . I 'll need the address and phone number too , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a great choice ! They are located at 20 Milton Road Chesterton , and the phone number is 01223351707"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for all of your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a nice day ."
}
] |
SNG1363.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Royal spice"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223351707"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving broxbourne ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,destination,'cambridge');(_:result,type,'Train'))",
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help with that ! Your destination will be cambridge I presume , what day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on a Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'5:32');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are hourly trains from 5:32 onward . Did you have a particular time of day in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I want to travel on a Saturday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your destination located ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I should have confirmed that I am indeed going to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Thank you for confirming that . One more detail : Did you have a particular time period in mind for your trip ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I want to arrive in Cambridge by 21:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,destination,'Cambridge');(_:result,id,'TR7846');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7846 will get you into Cambridge by 10:32 . Would you like me to book a seat on that for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No I do n't need to book a seat , but can you tell me the departure time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,duration,'60 minute');(_:result,leave_at,'09:32');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course . The departure time for that train is 09:32 with an arrival time of 10:32 . It 's a 60 minute ride . Anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need a place to go in town ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Did you have a specific place or area in mind ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The centre , please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'numerous');(_:result,area,'Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are numerous places in the Centre , can you tell me what type if place or activity you would like to do and maybe we can narrow it down ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'none');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a zoo or art gallery ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,category,'zoo');(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'galleries');(_:result,name,'Cambridge University Botanic Gardens');(_:result,name,'Regency Gallery');(_:result,name,'Ruskin Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid we do n't have a zoo , although if you like plants there is the Cambridge University Botanic Gardens . There are several galleries , such as Regency Gallery and Ruskin Gallery ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there entrance fees to these places ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,entrance_fee,'4 pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge University Botanic Gardens');(_:result,name,'Regency and Ruskin Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge University Botanic Gardens are 4 pounds , and the Regency and Ruskin Galleries are free ."
},
{
"id": 20,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Regency');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Please , I need the address and phone number for the Regency and Ruskin Galleries . Thanks ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,address,'39 fitzroy street');(_:result,address,'anglia ruskin university , east road');(_:result,name,'ruskin gallery');(_:result,name,'the regency gallery');(_:result,phone,'01223365454');(_:result,phone,'01245493131');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for the regency gallery is 39 fitzroy street and the phone number is 01223365454 . For ruskin gallery it 's anglia ruskin university , east road , their number is 01245493131 ."
},
{
"id": 22,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'regency gallery');(_:search,name,'ruskin gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "One more thing . Would you confirm the attraction type for the regency gallery and ruskin gallery ?"
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museum');(_:result,name,'Ruskin Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Ruskin Gallery is a museum . Do you need anything else ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you for your help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day . Goodbye ."
}
] |
MUL1909.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"leave_at",
"5:32"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"none"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"category",
"none"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/aba31381"
],
[
"_:search/aba31381",
"category",
"zoo"
],
[
"_:search/aba31381",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:result",
"name",
"Ruskin Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"category",
"none"
],
[
"_:system",
"canthelp",
"_:search/aba31381"
],
[
"_:search/aba31381",
"category",
"zoo"
],
[
"_:search/aba31381",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"name",
"Regency and Ruskin Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Regency"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"category",
"none"
],
[
"_:system",
"canthelp",
"_:search/aba31381"
],
[
"_:search/aba31381",
"category",
"zoo"
],
[
"_:search/aba31381",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"name",
"ruskin gallery"
],
[
"_:result",
"name",
"the regency gallery"
],
[
"_:result",
"phone",
"01223365454"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7846"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"duration",
"60 minute"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"Centre"
],
[
"_:search",
"category",
"none"
],
[
"_:system",
"canthelp",
"_:search/aba31381"
],
[
"_:search/aba31381",
"category",
"zoo"
],
[
"_:search/aba31381",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"39 fitzroy street"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"phone",
"01223365454"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:search",
"name",
"regency gallery"
],
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Ruskin Gallery"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'd like some information on a restaurant today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Cambridge');(_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 110 restaurants in Cambridge . To help narrow down results , is there a particular type of food you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try international food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , do you care if it is cheap or moderately priced ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'sunday');(_:search,duration,'18:45');(_:search,people,'2');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderately priced in centre . I would like to book a table for 2 at 18:45 on Sunday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'The varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The varsity restaurant may have availability ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book a table for me ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ADPJRX82');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your table . Your reference number is ADPJRX82 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'that day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train that day"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you go to and from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave London Liverpool Street and go to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a time that you need to leave or arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'9:15');(_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 9:15 . I will also need tickets for 2 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,arrive_by,'9:07');(_:booking,category,'Train');(_:booking,departure,'London');(_:booking,destination,'Cambridge');(_:booking,id,'TR4678');(_:booking,leave_at,'7:39');(_:booking,ref,'79ZUO01J');(_:booking,ticket,'26.56 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've got you on the TR4678 , leaving London at 7:39 and arriving in Cambridge at 9:07 . Reference number is 79ZUO01J and the total fee is 26.56 GBP payable at the station ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you very much ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed thank you for your time ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a great day ."
}
] |
PMUL0566.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ADPJRX82"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ADPJRX82"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_: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": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ADPJRX82"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"9:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"London"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4678"
],
[
"_:booking",
"leave_at",
"7:39"
],
[
"_:booking",
"ref",
"79ZUO01J"
],
[
"_:booking",
"ticket",
"26.56 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": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"9:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"London"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4678"
],
[
"_:booking",
"leave_at",
"7:39"
],
[
"_:booking",
"ref",
"79ZUO01J"
],
[
"_:booking",
"ticket",
"26.56 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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find a museum in the west to go to ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'west');(_:result,category,'museums');(_:result,name,'museum of classical archaeology');(_:result,name,'the cafe jello gallery');(_:result,name,'the lynne strover gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several museums in the west . Some of the more popular ones are the museum of classical archaeology , the lynne strover gallery , and the cafe jello gallery"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cafe jello museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address to the cafe jello museum ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'13 magdalene street');(_:result,name,'The cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cafe jello gallery , is at 13 magdalene street Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a moderately priced British restaurant anywhere in town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'saint johns chop house');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "saint johns chop house would suit your needs , can I book a table for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book a table ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , at what time , what day , and for how many people please ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually I do n't need it booked right now . Can I please have the postcode and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223353110');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course ! The postcode is cb30ad . The phone # is 01223353110 . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed today , thank you for your help ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome anytime"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL3224.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"museum of classical archaeology"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"name",
"the lynne strover gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cafe jello museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cafe jello museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cafe jello museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"saint johns chop house"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cafe jello museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"saint johns chop house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cafe jello museum"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"saint johns chop house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"cafe jello museum"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"saint johns chop house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 4 star hotel in the east , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure . There are six different options in that area . What were you looking for as far as price range and amenities ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It really does n't matter . I do n't need internet . I just for sure want a 4 star place ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Autumn House');(_:result,pricerange,'cheaper');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Might I suggest the Autumn House . It is a cheaper guesthouse that offers both free parking and free internet . Would you like more info for them ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think this is what I needed . Thanks ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a room for 4 for 4 nights starting on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'544D87NG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 544D87NG ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'that day');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! Can you also get me a train going to Cambridge that day ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! I just need to know where you plan on departing from and what time you 'd like to leave ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from stevenage after 14:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:43');(_:result,id,'TR1800');(_:result,leave_at,'15:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1800 leaves at 15:54 and arrives at 16:43 . Will that one work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , it will be fine . I need tickets for the same group of people please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR1800');(_:booking,ref,'H0J6YFX');(_:booking,ticket,'51.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR1800 is booked . The total fee is 51.2 GBP payable at the station . Your reference number is H0J6YFX . May I help with something else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us today and have a nice day ."
}
] |
PMUL1979.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"544D87NG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_: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",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"544D87NG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"544D87NG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR1800"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"id",
"TR1800"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1800"
],
[
"_:booking",
"ref",
"H0J6YFX"
],
[
"_:booking",
"ticket",
"51.2 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,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the cheap price range that serves British food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry there are no restaurants that meet those requirements . Would you like to try another type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'saturday');(_:search,duration,'17:15');(_:search,food,'british');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What British restaurants are available in the centre to choose from ? I 'd like to book a table at 17:15 for one on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'oak bistro');(_:booking,type,'Booking');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can book a table for you at the oak bistro . They are moderately priced and you wo n't be disappointed"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Sounds great - can you book a table there ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! For how many people and what day / time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just myself . I 'd like to eat at 17:15 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "The British places are all booked up then . Another time or place ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 16:15 instead ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 8SS1T80V ."
}
] |
MUL1584.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/bc8c7b02"
],
[
"_:search/bc8c7b02",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8c7b02"
],
[
"_:search/bc8c7b02",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"oak bistro"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8c7b02"
],
[
"_:search/bc8c7b02",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8c7b02"
],
[
"_:search/bc8c7b02",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"name",
"oak bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:search/da26cd6f"
],
[
"_:search/da26cd6f",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to stay in the east with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for a hotel or a guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a 4 star guesthouse ? Do you have any on the east side with free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 7 hotels that are in the cheap , moderate , and expensive range . What would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . Let 's go with moderate ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 entries that meet your requirements ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect ! Can you make a reservation for me for 3 people , 5 nights starting Tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'carolina bed and breakfast');(_:booking,ref,'WXN8W3MZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked into the carolina bed and breakfast . Your reference number is WXN8W3MZ . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Address please and that s all ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'138 perne road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are located at 138 perne road ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Enjoy your stay in Cambridge ."
}
] |
SSNG0253.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"ref",
"WXN8W3MZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"ref",
"WXN8W3MZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"138 perne road"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'north indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a moderately priced north indian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I did n't have any luck with those requirements . Can I look for something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an Italian restaurant , then ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a particular area of town that you would like to dine in ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Any would be fine ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'pizza express Fen Ditton');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend pizza express Fen Ditton in the centre area , would you like more info or a booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good to me . Can you please book a table for 8 at 12:15 on Saturday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'12:15');(_:booking,people,'8');(_:booking,ref,'9VEG3PSD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for a table for 8 on Saturday at 12:15 . Your reference number is 9VEG3PSD . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also will need a train ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will depart from Birmingham New Street ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you traveling and what is your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving birmingham new street and going to Cambridge . I need to arrive by 09:30 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you wanting to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "the same day as the restaurant booking and should arrive by 09:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'09:23');(_:result,id,'TR4463');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "TR4463 will get you there by 09:23 , would you like more info or a booking ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome ! You were a huge help . Thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today !"
}
] |
PMUL3270.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"9VEG3PSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"9VEG3PSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"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/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"9VEG3PSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"9VEG3PSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/0fb4549c"
],
[
"_:search/0fb4549c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"9VEG3PSD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"id",
"TR4463"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"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,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "look for a hotel within the cambridge area that has an expensive price range"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'The university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The university arms hotel is in the centre of town . Would that work ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good , does it have a 4 star rating and wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes it does have wifi and its a 4-star ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it also have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it provides free parking for guests ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,pricerange,'expensive');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If that one is in the expensive price range , I 'd like to book a room for 2 nights starting Sunday please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would you like to book the room for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be two people for two nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday and Monday');(_:booking,people,'2');(_:booking,ref,'6IQ0O2LB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the room for 2 people for Sunday and Monday . Your reference number is 6IQ0O2LB . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for an Indian restaurant in the east part of town ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'curry prince');(_:result,name,'pipasha');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "how about curry prince or pipasha ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like one in the same price range as the hotel ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Pipasha Restaurant');(_:result,name,'Sitar Tandoori');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two options that are expensive . There is the Pipasha Restaurant and the Sitar Tandoori . Do you need a reservation to one of these ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:45');(_:search,name,'sitar tandoori');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Book Sitar Tandoori . 2 people , 14:45 , Sunday ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'415MKPVK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your table will be reserved for 15 minutes . The reference number is 415MKPVK . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need , thanks so much for your help ! Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You too , enjoy your stay in Cambridge ."
}
] |
PMUL0091.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The university arms hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday and Monday"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"6IQ0O2LB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday and Monday"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"6IQ0O2LB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"name",
"pipasha"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday and Monday"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"6IQ0O2LB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"day",
"Sunday and Monday"
],
[
"_:booking",
"people",
"2"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"415MKPVK"
],
[
"_: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,food,'any');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking for a cheap restaurant in the north , any type !"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Royal Spice which serves Indian food and Da Vinci Pizzeria which serves Italian food . Would you like me to book you a table at either of these restaurants ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:45');(_:search,name,'royal spice');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Royal Spice sounds good . Can you reserve a table for 8 at 15:45 on Saturday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I was not able to book for that specific time and day . Can I try a different day or time for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'14:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about at 14:45 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,ref,'9PVIPW1Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked it for that day on Saturday . Reference number 9PVIPW1Y . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Thanks , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , and have a great day !"
}
] |
SNG0512.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"any"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"any"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"any"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/67a309b2"
],
[
"_:booking/67a309b2",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"any"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/67a309b2"
],
[
"_:booking/67a309b2",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"9PVIPW1Y"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train arriving at 18:15 going to cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! Where are you heading in from ? And what day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'monday');(_:search,departure,'peterborough');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving Peterborough going to Cambridge on Monday and I need to get there by 18:15 , can you help me with that ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , would you like me to book this for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,people,'five');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll need passage for five , but I also need to know what time the last train gets there before 18:15 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "which day do you want to travel to narrow down my options"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Monday would be best please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR3021');(_:result,leave_at,'05:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about TR3021 ? it leaves at 05:19"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 'll do . I 'll need 5 tickets ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'CWLKMZER');(_:booking,ticket,'82.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 82.5 GBP payable at the station . \n Reference number is : CWLKMZER . What else can I do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'multiple sports');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to find some place in the east for multiple sports . I 'd like to get the address , phone number , and postcode please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'colville road , cherry hinton');(_:result,phone,'01223576412');(_:result,postcode,'cb19ej');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is at colville road , cherry hinton , postcode cb19ej , phone 01223576412 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "no that s all for today"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "i m glad i was of some help"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again , that s all for now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Enjoy your visit to cambridge ! It 's a wonderful place ."
}
] |
PMUL4927.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR3021"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR3021"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CWLKMZER"
],
[
"_:booking",
"ticket",
"82.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR3021"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CWLKMZER"
],
[
"_:booking",
"ticket",
"82.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"colville road , cherry hinton"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR3021"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CWLKMZER"
],
[
"_:booking",
"ticket",
"82.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"colville road , cherry hinton"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"id",
"TR3021"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CWLKMZER"
],
[
"_:booking",
"ticket",
"82.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"colville road , cherry hinton"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am looking to go somewhere that is in the Centre that is architecturally interesting ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'boat');(_:result,name,'the cambridge punter');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the cambridge punter is a boat that looks fun in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about an architecture attraction ? Are there any of those in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,category,'architecture');(_:result,name,\"Little Saint Mary 's Church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge has several churches in the centre . The architecture is amazing . I would recommend Little Saint Mary 's Church ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address , phone number and postcode to Little St Mary ? Also need swiss food nearby ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,address,\"little saint mary 's lane\");(_:result,phone,'01223366202');(_:result,postcode,'cb21qy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course , the address is little saint mary 's lane . The post code is cb21qy and the phone number is 01223366202 . What 's your budget for the restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a price range in mind ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'nearby');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry I am not able to locate any swiss restaurants nearby . Is there another type of cuisine you would like to try ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about modern european food , what is available ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there are no options anything else you would like to try ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "What else is available ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like another type of cuisine ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That will be all today ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need a train , hotel or anything else while your in town ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no that s all , thanks"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us have a nice day ."
}
] |
PMUL2371.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"name",
"the cambridge punter"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/65e6df6d"
],
[
"_:search/65e6df6d",
"area",
"nearby"
],
[
"_:search/65e6df6d",
"food",
"swiss"
],
[
"_:search/65e6df6d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/65e6df6d"
],
[
"_:search/65e6df6d",
"area",
"nearby"
],
[
"_:search/65e6df6d",
"food",
"swiss"
],
[
"_:search/65e6df6d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7a1ae52c"
],
[
"_:search/7a1ae52c",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/65e6df6d"
],
[
"_:search/65e6df6d",
"area",
"nearby"
],
[
"_:search/65e6df6d",
"food",
"swiss"
],
[
"_:search/65e6df6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7a1ae52c"
],
[
"_:search/7a1ae52c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"little saint mary 's lane"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/65e6df6d"
],
[
"_:search/65e6df6d",
"area",
"nearby"
],
[
"_:search/65e6df6d",
"food",
"swiss"
],
[
"_:search/65e6df6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7a1ae52c"
],
[
"_:search/7a1ae52c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a nice museum ? I need to plan my trip to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'in town');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several museums in town . What area are you interested in visiting ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The area does n't matter , please just send me the address , entrance fee , and postcode for the most popular museum in the city ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite is the Broughton House Gallery . They 're at 98 King Street , cb11ln , and it 's free to get in ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wonderful ! Can you also recommend a restaurant in the east for me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Was there a type of cuisine you wanted to have ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nope , I am open to anything . Just something good ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"inform((_:result,count,'356');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 356 restaurants can you narrow it down ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , I 'm looking for a restaurant that is in the East with an expensive price range . Will that work ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:30');(_:search,food,*);(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any kind of food is fine . I would need to book for 8 people at 19:30 on Friday , please . Also , can I have the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'gastropub');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the Royal Standard a cool gastropub . Will that work ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please complete the booking with the specifications I mentioned in the previous turn"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HNO1RKPN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've completed the booking , your reference number is HNO1RKPN . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your stay ."
}
] |
PMUL2466.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"count",
"356"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"count",
"356"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"count",
"356"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"count",
"356"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HNO1RKPN"
],
[
"_: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,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello there , could you tell me where the Parkside Police Station is please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "That police station is located at Parkside , Cambridge"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks , I need the phone number , address and postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their telephone number is 01223358966 and they are located in Parkside , Cambridge CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02305.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,\"london king 's cross\");(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need some help locating a train for Saturday , heading to London King 's Cross ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from , and what time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from Cambridge and would like to leave at 12:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'The closest one');(_:result,arrive_by,'13:51');(_:result,destination,'London Kings Cross');(_:result,leave_at,'13:00');(_:result,type,'Train'))",
"canthelp((_:search,leave_at,'12:15');(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is n't a train that leaves at 12:15 . The closest one leaves at 13:00 and arrives in London Kings Cross at 13:51 . Shall I book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would be perfect . Book it for 5 people please and send me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'AJTE5TLW');(_:booking,ticket,'94.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the booking was successful , the total fee is 94.4 GBP payable at the station . \n Your reference number is : AJTE5TLW . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a cheap hotel ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "What area would you like to stay in ?"
}
] |
PMUL4210.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london king 's cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london king 's cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london king 's cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"amount",
"The closest one"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/0831c1f8"
],
[
"_:search/0831c1f8",
"leave_at",
"12:15"
],
[
"_:search/0831c1f8",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london king 's cross"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"amount",
"The closest one"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/0831c1f8"
],
[
"_:search/0831c1f8",
"leave_at",
"12:15"
],
[
"_:search/0831c1f8",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"AJTE5TLW"
],
[
"_:booking",
"ticket",
"94.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,'expensively');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves gastropub food and is expensively priced ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 that match . One is in the east area and two are in the centre . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have no preference , can you give me the postcode , phone number , and area for the closest one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'The backstreet bistro');(_:result,phone,'01223306306');(_:result,postcode,'cb12qa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The backstreet bistro phone number is 01223306306 and the post code is cb12qa ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "And what part of town is that in ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'town Centre');(_:result,name,'Backstreet Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Backstreet Bistro is in the town Centre . Do you want me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No I will just go there . Can you help me find some museums in the centre of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'center');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several museums in the center of town . Is there anything in particular you are interested in seeing ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there one you would recommend and the address please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'2 Sturton Street City Centre');(_:result,name,'Backstreet Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the Backstreet Bistro . Their address is 2 Sturton Street City Centre"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Great , that 's all I needed to know ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great , enjoy your trip !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye again ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our system"
}
] |
MUL2346.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"The backstreet bistro"
],
[
"_:result",
"phone",
"01223306306"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"phone",
"01223306306"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"town Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"phone",
"01223306306"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"phone",
"01223306306"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"phone",
"01223306306"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"2 Sturton Street City Centre"
],
[
"_:result",
"name",
"Backstreet Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the fez club');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "My cousin told me about a place called the fez club ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'8 market passage');(_:result,area,'centre');(_:result,category,'nightclub');(_:result,entrance_fee,'5 pounds');(_:result,name,'The fez club');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The fez club is a nightclub located at 8 market passage in the centre area . To enter the club it will cost you 5 pounds ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the postcode , address , and phone number for it ? I also am looking for a place to eat ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,address,'8 market passage');(_:result,phone,'01223519224');(_:result,postcode,'cb23hx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Here 's the information : cb23hx , 8 market passage and 01223519224 . What kind of food would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "anything is good as long as it is in the centre"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well , the city centre has a lot of places to eat . Do you have a price range in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something moderately priced ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'Asian');(_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'European');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many options including Asian , British , Chinese , Italian and European food . Anything interest you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 've never had British food . Let 's try that . Can you tell me some info on that one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'6th Lensfield Road');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well I personally like The Oak Bistro which is located on 6th Lensfield Road ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book that for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy too . Do you know when you 'd like to eat ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Let 's say 17:30 . Is there a reservation available at that time ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It looks like they have an opening . Can you tell me how many people will be in your party ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Oak Bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On second thought , I 'm not ready to book yet . I need to talk to my wife . Can you just get me the post code for Oak Bistro ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23hx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is cb23hx . What else can I help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you . That will be all . Goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL3235.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"The fez club"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"The fez club"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"The fez club"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"The fez club"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"6th Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the fez club"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"6th Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"6th Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"6th Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:booking",
"duration",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_: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": [
"thank()"
],
"speaker": "user",
"text": "Good Afternoon . I am planning a trip and need some help with places I can go when I get there ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,category,'all types of');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! We have all types of attractions . Do you have anything in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . I would like to stay toward the centre of town though ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'Centre of town');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several attraction in the Centre of town . Could you provide a preference of type so I can narrow it down ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would love to check out some modern art museums please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'castle galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest castle galleries ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! Can I have the address , phone number , and what 's the entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,entrance_fee,'free');(_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Its actually free to the public . The address is unit su43 , grande arcade , saint andrews street and their phone number is 01223307402 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like to find a 3 star room ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are six options that fit your criteria . Is there a particular part of town you would prefer to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter , but I prefer a guesthouse over a hotel ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'a number');(_:result,area,'north');(_:result,category,'guest houses');(_:result,name,'the alpha - milton guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a number of guest houses available , the alpha - milton guesthouse is in the north area of town , shall i book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need to know the price range please . And confirm that it has free parking ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Alpha - Milton Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alpha - Milton Guest House is moderately priced , but it does not have free parking . Would you like to make a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the attraction');(_:search,leave_at,'11:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I actually just want a taxi . I want to depart the hotel by 11:45 and go to the attraction . Please give me car type and contact info too"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue volkswagen');(_:result,phone,'07131268482');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a blue volkswagen and the contact number is 07131268482 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your stay with us in this lovely city !"
}
] |
PMUL2853.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"all types of"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"all types of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"all types of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"all types of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"all types of"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"name",
"the alpha - milton guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagen"
],
[
"_:result",
"phone",
"07131268482"
],
[
"_: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,arrive_by,'02:15');(_:search,departure,'none');(_:search,destination,'jesus green outdoor pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you find me a taxi to jesus green outdoor pool ? I need to be there by 02:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'black BMW');(_:result,phone,'07771693374');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You are booked . Your car is a black BMW and contact number is 07771693374"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok Thanks that 's all I need !"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "One more question . Where do you need to be picked up from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'williams art and antiques');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be up from Williams Art and Antiques ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black volkswagen');(_:result,phone,'07117431009');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black volkswagen will be picking you up . Their contact number is 07117431009 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all actually . Thanks and bye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Goodbye ."
}
] |
SNG02133.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"departure",
"none"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"departure",
"none"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black BMW"
],
[
"_:result",
"phone",
"07771693374"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:result",
"car",
"black BMW"
],
[
"_:result",
"phone",
"07771693374"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"williams art and antiques"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"departure",
"williams art and antiques"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"phone",
"07117431009"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"destination",
"jesus green outdoor pool"
],
[
"_:search",
"departure",
"williams art and antiques"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"phone",
"07117431009"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'old schools');(_:search,leave_at,'09:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to book a taxi to leave after 09:15 at Old Schools ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you with that . where are you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'royal standard');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be going to royal standard ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red Volvo');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Great news ! I was able to book a red Volvo for you ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "That is great news . May I have the contact number , too ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07321527336');(_:result,type,'Taxi'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number for the Volvo is 07321527336 . Do you need any other tourist bookings ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything I needed . Thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're more than welcome !"
}
] |
SNG02132.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"royal standard"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"royal standard"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Volvo"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"old schools"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"royal standard"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Volvo"
],
[
"_:result",
"phone",
"07321527336"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a particular hotel please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have many hotels to choose from . Is there a particular area of the city you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Lensdield Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't know . But I do know the name of the hotel . It 's the Lensdield Hotel . I must book that exact hotel . It is important ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'53 - 57 Lensfield Road');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have found The Lensfield Hotel located on 53 - 57 Lensfield Road . Would you like to book now ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "yes for the weekend"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:booking,day,'Saturday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "To make sure I get the booking right , by the weekend you mean you want to stay for two nights starting Saturday ? And how many people will be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No I want to book starting on Wednesday for 2 people for 2 nights"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but I was unable to book for those nights . Would you like to try a different hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'dontcare');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Please try to make a reservation in the same price range ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'express by holiday inn Cambridge');(_:booking,ref,'IC7AAXP6');(_:booking,type,'Booking');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You are booked into express by holiday inn Cambridge which is in the expensive price range you wanted . The reference number is IC7AAXP6 . Is there anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it ! I appreciate your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Have a nice stay . Bye ."
}
] |
SSNG0234.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Lensdield Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"name",
"Lensdield Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"name",
"Lensdield Hotel"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/35f08d47"
],
[
"_:booking/35f08d47",
"type",
"Booking"
],
[
"_:search",
"name",
"dontcare"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/35f08d47"
],
[
"_:booking/35f08d47",
"type",
"Booking"
],
[
"_:search",
"name",
"dontcare"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"express by holiday inn Cambridge"
],
[
"_:booking",
"ref",
"IC7AAXP6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza express');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a particular restaurant called the Pizza Express"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane Fen Dutton');(_:result,address,'Regent Street City Centre');(_:result,area,'centre');(_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There seems to be two locations . They are both located in the centre of town . One is on Regent Street City Centre , and the other is on Jesus Lane Fen Dutton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:30');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok can you suggest one and reserve a table for 6 at 18:30 on saturday and I need the reference number too please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'pizza express');(_:booking,ref,'1ASQ2S6Y');(_:booking,type,'Booking');(_:result,address,'regent street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , you are all booked at the pizza express on regent street . Reference number is 1ASQ2S6Y ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for a hotel called the Autumn House ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Autumn House');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Autumn House is a cheap guesthouse in the east area of town with free internet and parking . Would you like me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need it for 5 nights starting on Saturday for 6 people . Please send the reference number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Autumn House');(_:booking,ref,'9IUTQ641');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your room for Autumn House . The reference number is 9IUTQ641 . Is that all you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No , I 'll also be needing a taxi to get between the two places , I 'll need it to get to the restaurant by the booked time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'gray toyota');(_:result,phone,'07710210724');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "you will be riding in a gray toyota contact # is 07710210724"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Groovy like Greg Brady ! That is everything , Thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "No problem at all , you have a great trip !"
}
] |
PMUL3621.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express"
],
[
"_:result",
"address",
"Jesus Lane Fen Dutton"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"ref",
"1ASQ2S6Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"pizza express"
],
[
"_:booking",
"ref",
"1ASQ2S6Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"regent street"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"ref",
"9IUTQ641"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"2"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"address",
"regent street"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"ref",
"9IUTQ641"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"gray toyota"
],
[
"_:result",
"phone",
"07710210724"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a park in the south ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'2');(_:result,name,\"Sheep 's green and lammas land park fen causeway\");(_:result,name,'wandlebury country park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 2 . Sheep 's green and lammas land park fen causeway and wandlebury country park . Would you like more information on one ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Wandlebury Country Park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Can I have the address to Wandlebury Country Park ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is wandlebury ring , gog magog hills , babraham , postcode cb223ae . Can I get you any other info ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need a train from stansted airport to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "133 match our criteria . help me narrow this down"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need ro leave monday and arrive by 16:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'as early as 5:24');(_:result,leave_at,'as late as 15:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "If you are interested in leaving the in the morning , we have trains as early as 5:24 and as late as 15:24 that fit your arrival time ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like the train that arrives closest to 16:30 . I also need the price of the ticket ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:52');(_:result,day,'Monday');(_:result,departure,'Stansted Airport');(_:result,destination,'Cambridge');(_:result,id,'TR2781');(_:result,leave_at,'15:24');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR2781 leaving Stansted Airport Monday at 15:24 and arriving in Cambridge at 15:52 . Tickets are 10.10 pounds , would you like me to book a seat for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all the info I needed today , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Let us know if there is anything else we can do in the future ."
}
] |
PMUL4359.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Wandlebury Country Park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"name",
"Wandlebury Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"name",
"Wandlebury Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"name",
"Wandlebury Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"leave_at",
"as early as 5:24"
],
[
"_:result",
"leave_at",
"as late as 15:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"name",
"Wandlebury Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2781"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that leaves on Thursday to go to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Peterborough and leaving after 14:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a time that you want to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "no . book for 2 people and give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'thursday');(_:booking,id,'TR0904');(_:booking,leave_at,'14:48');(_:booking,people,'2');(_:booking,ref,'U120DUFH');(_:booking,ticket,'33 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0904 has been booked for 2 people on thursday at 14:48 , cost is 33 GBP and reference number is U120DUFH . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for something to do in town . Are there any facilities for multiple sports on the west side ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no multiple sports attractions on the west side of the city . Is there a different type of attraction or a different area you 'd like to try ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please recommend a museum and give me their address ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Castle Street');(_:result,category,'free');(_:result,name,\"Kettle 's Yard\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Kettle 's Yard on Castle Street . It is actually free !"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you very much , I appreciate your help . Good Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could be of assistance . Please let me know if I can be of any further assistance ."
}
] |
PMUL1432.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"id",
"TR0904"
],
[
"_:booking",
"leave_at",
"14:48"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"U120DUFH"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"id",
"TR0904"
],
[
"_:booking",
"leave_at",
"14:48"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"U120DUFH"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/edabf8d4"
],
[
"_:search/edabf8d4",
"area",
"west"
],
[
"_:search/edabf8d4",
"category",
"multiple sports"
],
[
"_:search/edabf8d4",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"id",
"TR0904"
],
[
"_:booking",
"leave_at",
"14:48"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"U120DUFH"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/edabf8d4"
],
[
"_:search/edabf8d4",
"area",
"west"
],
[
"_:search/edabf8d4",
"category",
"multiple sports"
],
[
"_:search/edabf8d4",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"category",
"free"
],
[
"_:result",
"name",
"Kettle 's Yard"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.