turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a four star hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many 4 star hotels . Do you have a price range or area of town in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like it to be in the moderate price range and have free parking"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't have any hotels that fit that criteria . Would you consider a guesthouse in that range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Unfortunately I need a hotel that is 4 stars with free parking . Do you have one that is not in the moderate price range ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one in the price range of cheap would you like me to book that one ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be fine . 4 people , 4 nights , starting from tuesday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately that day is unavailable for that many days . Do you have an alternative ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Would you try for 2 nights instead ? And , what is the name of the hotel ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The name is The Cambridge Belfry , but unfortunately they were not able to accommodate that reservation . Would you like to try it for a shorter number of days ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes . Let`s please try for shorter number of days . Thanks ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,people,'four');(_:booking,ref,'BK6DS11E');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book the Cambridge Belfry for two nights starting on Tuesday for four people . Your reference is BK6DS11E ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sorry , I did not want to book a room until I was sure of the price could you give that to me first ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry about that . The hotel is in the cheap price range ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's fine , thank you . I also need help with a train leaving Cambridge and going to London kings cross ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,duration,'51 minutes');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a preferred departure / arrival time ? The travel time is 51 minutes and there are multiple trains ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just want to leave after 16:45 going from cambridge to london kings cross on thursday ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'17:51');(_:result,id,'TR6628');(_:result,leave_at,'17:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6628 leaves at 17:00 and arrives by 17:51 , do you want me to book you ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not at this time . I just need the price ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 23.60 pounds . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you 've been a great help , thanks for your time ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
MUL2186.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/4cef3cd2"
],
[
"_:booking/4cef3cd2",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/4cef3cd2"
],
[
"_:booking/4cef3cd2",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"BK6DS11E"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/4cef3cd2"
],
[
"_:booking/4cef3cd2",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"BK6DS11E"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/4cef3cd2"
],
[
"_:booking/4cef3cd2",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"BK6DS11E"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/4cef3cd2"
],
[
"_:booking/4cef3cd2",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"BK6DS11E"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"id",
"TR6628"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/0ea3447f"
],
[
"_:search/0ea3447f",
"category",
"hotels"
],
[
"_:search/0ea3447f",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4bcd7b4b"
],
[
"_:booking/4bcd7b4b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/4cef3cd2"
],
[
"_:booking/4cef3cd2",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"BK6DS11E"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:51"
],
[
"_:result",
"id",
"TR6628"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the north part of town that serves australian food"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no restaurants matching your criteria . Would you like to search for something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about asian oriental food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'Saigon City');(_:result,pricerange,'quite expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City serves asian oriental and they are located in the north , although they are quite expensive . Would you like the address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like their address and phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'169 High Street Chesterton Chesterton');(_:result,name,\"Saigon City 's\");(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City 's address is 169 High Street Chesterton Chesterton and its phone number is 01223 356555"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and good bye"
}
] |
WOZ20619.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/652adea7"
],
[
"_:search/652adea7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/652adea7"
],
[
"_:search/652adea7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"pricerange",
"quite expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/652adea7"
],
[
"_:search/652adea7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"quite expensive"
],
[
"_:result",
"address",
"169 High Street Chesterton Chesterton"
],
[
"_:result",
"name",
"Saigon City 's"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a italian restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'pizza express');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "what about pizza express ? it 's getting great reviews ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it an expensive restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheaper');(_:result,type,'Restaurant'))",
"inform((_:result,name,'Pizza Express');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , Pizza Express is moderately priced . But I could find a cheaper option if you would like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:30');(_:search,people,'1');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer an expensive price range and need a reservation for 1 at 13:30 on Monday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'Italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there are no Italian restaurants in the expensive range in the centre . Would you like to try another area or type of food ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "What would you suggest ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'Italian');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two moderately priced italian restaurants in centre or would you like a different type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "so , nothing that is expensive ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "no expensive with those specifications"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:30');(_:search,people,'one');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , let 's just go with a moderately priced one . I need a table on Monday at 13:30 for one person ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'pizza express');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like to try pizza express ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:30');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay why not . I need a table for 1 at 13:30 on monday . And I need the reference number too please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'YBCVLUXU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful ! The reference number is YBCVLUXU . The table will be reserved for 15 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()",
"inform((_:search,area,'same area');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , what places to go are available in that same area ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What kind of attraction are you looking for ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Anything will do ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,name,'holy trinity church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about holy trinity church . The architecture there is quite impressive ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds interesting . What is the postcode ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb23nz . Can I help you with any other information ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "I do not need more information ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Great . If you need help in the future , please contact us ."
}
] |
PMUL3164.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Pizza Express"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6f65aab4"
],
[
"_:search/6f65aab4",
"pricerange",
"expensive"
],
[
"_:search/6f65aab4",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"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/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/6f65aab4"
],
[
"_:search/6f65aab4",
"pricerange",
"expensive"
],
[
"_:search/6f65aab4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/6f65aab4"
],
[
"_:search/6f65aab4",
"pricerange",
"expensive"
],
[
"_:search/6f65aab4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"YBCVLUXU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/6f65aab4"
],
[
"_:search/6f65aab4",
"pricerange",
"expensive"
],
[
"_:search/6f65aab4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"YBCVLUXU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/6f65aab4"
],
[
"_:search/6f65aab4",
"pricerange",
"expensive"
],
[
"_:search/6f65aab4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"YBCVLUXU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b0713096"
],
[
"_:search/b0713096",
"area",
"centre"
],
[
"_:search/b0713096",
"food",
"Italian"
],
[
"_:search/b0713096",
"pricerange",
"expensive"
],
[
"_:search/b0713096",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/6f65aab4"
],
[
"_:search/6f65aab4",
"pricerange",
"expensive"
],
[
"_:search/6f65aab4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"YBCVLUXU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address and cuisine type of a moderately priced restaurant in the east part of town ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,area,'east');(_:result,name,'Curry Prince');(_:result,pricerange,'moderatre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Curry Prince is in the east part of town and in the moderatre price range . The address for the Curry Prince is , 451 Newmarket Road Fen Ditton . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of food do they serve ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'Indian');(_:result,name,'Curry Prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Curry Prince serve 's Indian food , may I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome , Have a good day"
}
] |
WOZ20202.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderatre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay in the moderately price range that includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "what about the bridge guest house"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , does it have 4 stars and does it include free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Limehouse');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "No , unfortunately it only has 3 stars . I do have a guesthouse called Limehouse that is 4 stars . It comes highly recommended ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,name,'Limehouse');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just to be clear is Limehouse also moderately priced with free parking and wifi ?"
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Yes that is correct ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the phone number , postcode and address please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "01223353888 is the number cb41da postcode . Address is 154 chesterton road"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Can you also help me find a train ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "why sure where are you departing from where are you going and when ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'Cambridge');(_:search,destination,'liverpool london street');(_:search,leave_at,'08:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Cambrdige to liverpool london street , leaving after 08:15 on sunday"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:27');(_:result,leave_at,'09:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a 09:59 that would arrive by 11:27 . Does that work ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you give me the travel time and the price of a ticket ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,id,'TR0995');(_:result,ticket,'13.28 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time for TR0995 is 88 minutes and the ticket price is 13.28 pounds . Would you like me to book a ticket ( or tickets ) for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you that will be all for today . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to help have a nice stay"
}
] |
PMUL3790.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool london street"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_: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"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool london street"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Limehouse"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"liverpool london street"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR0995"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'sesame restaurant and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want information about sesame restaurant and bar ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'17 Hills Road');(_:result,area,'centre');(_:result,name,'Sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sesame restaurant and bar is located in the centre at 17 Hills Road ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That 's what I needed ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else you need today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find a theatre near centre , too ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Park Street');(_:result,area,'center');(_:result,name,'The ADC Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The ADC Theatre is located in the center . The address is Park Street ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I also get their phone number and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The postcode is cb58as . The phone number is 01223300085 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'06:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Need a taxi from the restaurant to the theater , I want to leave the restaurant by 06:15"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'red skoda');(_:result,phone,'07744304667');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay . I booked you a red skoda and the driver can be reached at 07744304667 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all that I needed ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , have a great day ."
}
] |
PMUL2443.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"17 Hills Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"address",
"17 Hills Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Park Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"The ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Park Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"The ADC Theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"06:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sesame restaurant and bar"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Park Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"The ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"06:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"phone",
"07744304667"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "looking for places to go in town and be in the South"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The attraction should be in the south ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "how about nusha ? it 's located in the south ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's the entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'has not provided any information');(_:result,name,'Nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , Nusha has not provided any information on entrance fees . I can seek other options , if you 'd like ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "then find me a particular hotel called cityroomz"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Sleeperz Hotel , station road');(_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is a hotel called Cityroomz in centre located at Sleeperz Hotel , station road . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When will you start your stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'10:15');(_:search,people,'4');(_:search,stay,'four');(_:search,type,'Hotel');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need it for Thursday night , for four nights , for 4 people . I 'll also need a taxi by 10:15 . I need the car type and contact number please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'Y3CFU8WN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : Y3CFU8WN ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'10:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I 'd also like to book a taxi . I need to leave the hotel by 10:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white toyota');(_:result,phone,'07264671188');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booked car type \t : \t white toyota \n Contact number \t : \t 07264671188 All set . What else can I help with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think I got everything I need thanks to you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Well , you are very welcome . I hope you have a great time !"
}
] |
PMUL4587.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"has not provided any information"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"has not provided any information"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Sleeperz Hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"has not provided any information"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Sleeperz Hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"has not provided any information"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Sleeperz Hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:booking",
"ref",
"Y3CFU8WN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"has not provided any information"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Sleeperz Hotel , station road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"ref",
"Y3CFU8WN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white toyota"
],
[
"_:result",
"phone",
"07264671188"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need help with a car accident dispute ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,type,'Police'))"
],
"speaker": "system",
"text": "I 'd be happy to help , I have the number for Parkside Police , is that near your location ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can I have the address and postal to check ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The police station is Parkside , Cambridge , and the postcode is CB11JG . I can give you the telephone number , too ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad we could help . Call us anytime you need something in Cambridge . Thank you !"
}
] |
SNG01302.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a caribbean restaurant in the centre of the city ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'caribbean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Regretfully , there are no caribbean restaurants in the centre . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any caribbean restaurants in any other part of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry there are none in any area of town , is there another type of food you would be interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , a turkish restaurant in the moderate price range would be great ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'The anatolia');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'turkish');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 2 turkish restaurants in the centre . The anatolia or efes restaurant are both moderate . Would you like me to book one for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'12:00');(_:search,name,'Anatolia');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , book me The Anatolia for 8 people at 12:00 on Friday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'Efes restaurant');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no available seats at that time . Would you like to try Efes restaurant ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please try booking that ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ref,'46AL3F0C');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I was able to get you into that restaurant and your reference number is 46AL3F0C ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you so much for your help . That will be all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Great . Enjoy your lunch ."
}
] |
SSNG0134.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:system",
"canthelp",
"_:search/ff68fd49"
],
[
"_:search/ff68fd49",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"caribbean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ff68fd49"
],
[
"_:search/ff68fd49",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"caribbean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/213cd575"
],
[
"_:search/213cd575",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ff68fd49"
],
[
"_:search/ff68fd49",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/213cd575"
],
[
"_:search/213cd575",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"Anatolia"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ff68fd49"
],
[
"_:search/ff68fd49",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/213cd575"
],
[
"_:search/213cd575",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"Anatolia"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/74f32f5c"
],
[
"_:booking/74f32f5c",
"type",
"Booking"
],
[
"_:booking",
"name",
"Efes restaurant"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ff68fd49"
],
[
"_:search/ff68fd49",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/213cd575"
],
[
"_:search/213cd575",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"The anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"name",
"Anatolia"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/74f32f5c"
],
[
"_:booking/74f32f5c",
"type",
"Booking"
],
[
"_:booking",
"name",
"Efes restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"46AL3F0C"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"christ 's college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "We want info about a particular attraction , Christ 's college ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is located on Saint Andrew 's Street . For additional information , the phone number is 01223334900 . It has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What area is that in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's right in the center of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant as well ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . What kind of food were you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What was Christ 's College 's address please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,address,\"saint andrew 's street\");(_:result,name,\"Christ 's College\");(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Christ 's College is on saint andrew 's street . What type of food would you like to eat at the restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , I 'm so confused and stressed from planning this trip . I do not need a restaurant , I need a train for Saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from and where would you like to go ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'saturday');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing london liverpool street on Saturday and I want to be in Cambridge by 13:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:39');(_:result,day,'13:07');(_:result,destination,'Cambridge');(_:result,id,'TR4330');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train # TR4330 leaves at 11:39 and arrives in Cambridge at 13:07 . Would you like to book a ticket ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all for today . Thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Please call back if there 's anything else we can do for you . Goodbye ."
}
] |
PMUL1112.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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": [
[
"_:search",
"name",
"christ 's college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"area",
"center"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:39"
],
[
"_:result",
"day",
"13:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4330"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train , it should leave on tuesday and should depart from cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . Do you have any preference for departure or arrival time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from cambridge on tuesday at 14:00 and go to bishops stortford"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR8017');(_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8017 leaves at 15:29 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I 'll need 8 tickets ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'0MHT5ESU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book those tickets for you . Your reference number is 0MHT5ESU . Is there anything more I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me a few places to go in town for architecture ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'all saints church');(_:result,name,'holy trinity church');(_:result,name,\"little saints mary 's church\");(_:result,name,'old school');(_:result,type,'Attraction'))",
"inform((_:result,category,'architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "For architecture you have all saints church , old school , holy trinity church , and little saints mary 's church . Would you like any information on any of those ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , holy trinity church sounds good . Can I get the postcode for that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it 's postcode cb23nz . Would you also like their address or phone number ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Nah , that 's all I needed ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great , text us back anytime , and have a good day !"
}
] |
MUL1820.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0MHT5ESU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0MHT5ESU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"name",
"little saints mary 's church"
],
[
"_:result",
"name",
"old school"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"id",
"TR8017"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0MHT5ESU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"name",
"little saints mary 's church"
],
[
"_:result",
"name",
"old school"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'mid price');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What 's a good mid price restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a specific part of town or type of food you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Catalan food ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,food,'catalan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no restaurants serving catalan food in your price range . Would you like to try something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Spanish food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'Spanish');(_:result,name,'La tasca');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La tasca serves Spanish food and is in the moderate price range ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could i have the address , phone number and postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'14 -16 Bridge Street');(_:result,name,'la tasca');(_:result,phone,'01223 464630');(_:result,postcode,'1 U.F.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for la tasca is 01223 464630 and they are located at 14 -16 Bridge Street . The postcode is C.B 2 , 1 U.F."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you , goodbye"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you , goodbye ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Call us again ! Goodbye ."
}
] |
WOZ20157.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a7ed64a5"
],
[
"_:search/a7ed64a5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"catalan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a7ed64a5"
],
[
"_:search/a7ed64a5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a7ed64a5"
],
[
"_:search/a7ed64a5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"phone",
"01223 464630"
],
[
"_:result",
"postcode",
"1 U.F."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a7ed64a5"
],
[
"_:search/a7ed64a5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"phone",
"01223 464630"
],
[
"_:result",
"postcode",
"1 U.F."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need information about places to stay that have a 4-star rating and offer free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many options available for you . In what area would you like to be located ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't mind the area ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Allenbell guesthouse');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the Allenbell guesthouse . It 's 4 stars , but cheap !"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's the address there , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 517a coldham lane . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "i need to go eat"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Did you need help finding information on restaurants ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like something cheap in the centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'that area');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i have 15 cheap restaurants in that area . what is your preferred food ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a preference for food . Anything is fine . Just cheap and in the Centre ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Chinese');(_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend the golden house , if you like Chinese . I 'd be happy to book a table for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:30');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,car,?);(_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Book table for 3 saturday at 19:30 and need reference number . I want a taxi to go between the guesthouse and restaurant in time for reservation . Contact number & car type ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CFR1XESP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , your reference number for the restaurant is CFR1XESP . Before I move on , did you need anything else regarding dining ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'my reservation time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you ! No , I just need to get a taxi that arrives before my reservation time , please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be leaving the hotel"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue volvo');(_:result,phone,'07653266113');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booked . The Taxi will be a blue volvo and the contact number : 07653266113"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help . I think that 's all I need right now ."
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "welcome all the time"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! Have a great day !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time in Cambridge . Goodbye ."
}
] |
PMUL4270.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_: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": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CFR1XESP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CFR1XESP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CFR1XESP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volvo"
],
[
"_:result",
"phone",
"07653266113"
],
[
"_:result",
"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",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CFR1XESP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volvo"
],
[
"_:result",
"phone",
"07653266113"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving from Broxbourne on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many to choose from . Where are you going and what day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,leave_at,'08:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge . I would like the train to leave on Tuesday after 08:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have an arrival time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Any arrival time is fine , can you give me an arrival time and travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'9:32');(_:result,duration,'1 hour');(_:result,leave_at,'08:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 1 hour . There 's a train leaving at 08:32 and arriving at 9:32 , will that be acceptable ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that 's fine . I am looking for something to do for entertainment , any attractions you could tell me about ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are quite a few attractions . What type of entertainment are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'concert');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for either a theater , zoo , fair , or concert . What are the entrance fee 's for each ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Norfolk Street');(_:result,entrance_fee,'does not list an entrance fee');(_:result,name,'Man on the Moon concerthall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Man on the Moon concerthall is on Norfolk Street , but it does not list an entrance fee . That seems to be the only thing you would like ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I think that is all I need for now . Thanks , bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a great night !"
}
] |
MUL1701.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"arrive_by",
"9:32"
],
[
"_:result",
"duration",
"1 hour"
],
[
"_:result",
"leave_at",
"08:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"arrive_by",
"9:32"
],
[
"_:result",
"duration",
"1 hour"
],
[
"_:result",
"leave_at",
"08:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"concert"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"arrive_by",
"9:32"
],
[
"_:result",
"duration",
"1 hour"
],
[
"_:result",
"leave_at",
"08:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"category",
"concert"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Norfolk Street"
],
[
"_:result",
"entrance_fee",
"does not list an entrance fee"
],
[
"_:result",
"name",
"Man on the Moon concerthall"
],
[
"_: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,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in town , preferably something with boats ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'boat');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 boat attractions . What area of town would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Not sure what area , but could you pick one for me and tell me the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'plough , green end , fen ditton');(_:result,name,'Camboats');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , Camboats is always a good bet . Their address is the plough , green end , fen ditton , and postcode is cb58sx . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am looking for a train leaving Cambridge going to Norwich on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 trains from Cambridge to Norwich on Friday . Is there a particular time you 'd like to leave or arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Friday and arrive by 20:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,leave_at,'5:36');(_:result,leave_at,'every hour until 18:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you have plenty of options . The first train available leaves at 5:36 , and they run every hour until 18:36 . Would you like to book one of these trips ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to book the one that arrives closest to 20:30 . I will need tickets for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,arrive_by,'19:55');(_:booking,category,'Train');(_:booking,id,'TR4093');(_:booking,leave_at,'18:36');(_:booking,ref,'08QY408D');(_:booking,ticket,'105.6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! TR4093 is your train , reference number is 08QY408D . 105.6 is the total fee . It leaves at 18:36 and arrives at 19:55 ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I have everything I need ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Excellent . Have a great rest of your day !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , you too ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day ."
}
] |
MUL0446.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:result",
"leave_at",
"every hour until 18:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:result",
"leave_at",
"every hour until 18:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"19:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4093"
],
[
"_:booking",
"leave_at",
"18:36"
],
[
"_:booking",
"ref",
"08QY408D"
],
[
"_:booking",
"ticket",
"105.6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"plough , green end , fen ditton"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:result",
"leave_at",
"every hour until 18:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"19:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4093"
],
[
"_:booking",
"leave_at",
"18:36"
],
[
"_:booking",
"ref",
"08QY408D"
],
[
"_:booking",
"ticket",
"105.6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,\"little saint mary 's church\");(_:search,destination,'trinity college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi ! I need a taxi from little saint mary 's church to trinity college . I sure hope you can help me !"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure thing , when you like to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 24:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete , a grey toyota will be picking you up ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll also need the contact number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07655357606');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course , the number is 07655357606 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great day !"
}
] |
SNG01189.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"trinity college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"trinity college"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"trinity college"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"trinity college"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07655357606"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was just the victim of a robbery and I need to contact the police please !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Parkside Police Station is in Parkside , Cambridge . Is this close to your location ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Yes it is , could you please give me their contact information ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their phone number is 01223358966 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I also need their postcode and address ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Parkside Police Station \n Telephone \t : \t 01223358966 \n Address \t : \t Parkside , Cambridge \n Postcode \t : \t CB11JG there"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks . I 'm all set for now ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02263.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to know what parks are in the west part of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry , there are no parks in the west part of cambridge ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about colleges ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'charge entrance fees');(_:result,entrance_fee,'free');(_:result,name,'Churchill');(_:result,name,'Clare');(_:result,name,'Magdalene');(_:result,name,\"Queens '\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 colleges in the west . Clare and Queens ' both charge entrance fees . Churchill , Clare , and Magdalene are free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much do Clare and Queens ' charge ? Can I have their phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Clare College');(_:result,name,\"Queens ' college\");(_:result,phone,'01223333200');(_:result,phone,'01223335511');(_:result,postcode,'cb21tl');(_:result,postcode,'cb39et');(_:result,type,'Attraction'))",
"inform((_:result,entrance_fee,'2.50 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare College is 2.50 pounds , phone number 01223333200 , postcode cb21tl . Queens ' college cost the same , phone 01223335511 , postcode cb39et . Which do you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great thank you I also am looking for a train departing cambridge on saturday"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains leaving Cambridge on Saturday . Where are you headed ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Birmingham New Street and need to arrive by 16:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR4975');(_:result,leave_at,'05:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4975 matches your criteria and departs at 05:01 . Is that acceptable ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book that for 1 person and give me the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,id,'TR4975');(_:booking,leave_at,'05:01');(_:booking,people,'1');(_:booking,ref,'K88O0GEZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 1 ticket for TR4975 . The reference number is K88O0GEZ . It leaves Cambridge at 05:01 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Okay great . That is all I needed ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay . Glad I could be of help . Enjoy your travel ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much for all of the help . Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You as well , come back any time you need future assistance ."
}
] |
MUL0552.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"charge entrance fees"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill"
],
[
"_:result",
"name",
"Clare"
],
[
"_:result",
"name",
"Magdalene"
],
[
"_:result",
"name",
"Queens '"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR4975"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR4975"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"id",
"TR4975"
],
[
"_:booking",
"leave_at",
"05:01"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"K88O0GEZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbc5aad5"
],
[
"_:search/cbc5aad5",
"area",
"west"
],
[
"_:search/cbc5aad5",
"category",
"parks"
],
[
"_:search/cbc5aad5",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"id",
"TR4975"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"id",
"TR4975"
],
[
"_:booking",
"leave_at",
"05:01"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"K88O0GEZ"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to grab a bite to eat today in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "kindly specify what bite you want"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a \" chinese bite \" ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many Chinese restaurants in Cambridge . Do you have a price preference or an area of town that suits you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for expensive Chinese food in the South ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'the good luck chinese food takeaway');(_:result,name,'the peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found two great restaurants that meet your needs . They are the good luck chinese food takeaway and the peking restaurant ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:30');(_:search,name,'peking restaurant');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book me a table at The Peking Restaurant for 4 people at 11:30 on Friday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'N3JR257P');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your table and it will be reserved for 15 minutes . Your reference number is N3JR257P . Is there anything else I can help with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,name,'sidney sussex college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also interested in visiting Sidney Sussex college ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'sidney street');(_:result,entrance_fee,'free');(_:result,phone,'01223338800');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "okay . their address is sidney street . their phone number is 01223338800 and the admission is free . is there anythinng else i could help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I needed to know . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL2397.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"name",
"the peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"name",
"the peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N3JR257P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"sidney sussex college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"name",
"the peking restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"N3JR257P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"sidney sussex college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidney street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223338800"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and am interested in trying local restaurants and finding a hotel for my stay ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many restaurants . Can you please elaborate on what you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel with a 3 star rating that includes free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 options for you , located all over town . Do you have a certain area or price range in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I want chinese food in cheap price range in west side of town . A 3 star hotel that is expensive and includes wifi . Also the hotel address , area , and postcode please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"inform((_:result,address,'53 - 57 Lensfield Road cb21en');(_:result,area,'South');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel fits your request and is in the South . It is located at 53 - 57 Lensfield Road cb21en . Unfortunately , I could n't find a cheap chinese restaurant on the west side ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,food,'indian');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks for your help with the hotel . How about a restaurant in the centre that serves Indian food ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'74 mill road city centre');(_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about kohinoor . It is located at 74 mill road city centre with a cheap price range . Can I make a reservation for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the postcode and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223323639');(_:result,postcode,'cb12as');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb12as and the phone number is 01223323639 . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,leave_at,'11:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi from the restaurant to the hotel . I would like to leave the restaurant by 11:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'07234107803');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You can give them a call at 07234107803"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What would bew the taxi care type ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow BMW');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The taxi will be a yellow BMW . Do you have any more questions regarding your booking ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a great day !"
}
] |
PMUL0286.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/a051e22c"
],
[
"_:search/a051e22c",
"area",
"west"
],
[
"_:search/a051e22c",
"food",
"chinese"
],
[
"_:search/a051e22c",
"pricerange",
"cheap"
],
[
"_:search/a051e22c",
"type",
"Restaurant"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road cb21en"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/a051e22c"
],
[
"_:search/a051e22c",
"area",
"west"
],
[
"_:search/a051e22c",
"food",
"chinese"
],
[
"_:search/a051e22c",
"pricerange",
"cheap"
],
[
"_:search/a051e22c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"South"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 mill road city centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/a051e22c"
],
[
"_:search/a051e22c",
"area",
"west"
],
[
"_:search/a051e22c",
"food",
"chinese"
],
[
"_:search/a051e22c",
"pricerange",
"cheap"
],
[
"_:search/a051e22c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"South"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 mill road city centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/a051e22c"
],
[
"_:search/a051e22c",
"area",
"west"
],
[
"_:search/a051e22c",
"food",
"chinese"
],
[
"_:search/a051e22c",
"pricerange",
"cheap"
],
[
"_:search/a051e22c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"South"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 mill road city centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"phone",
"07234107803"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"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_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:search/a051e22c"
],
[
"_:search/a051e22c",
"area",
"west"
],
[
"_:search/a051e22c",
"food",
"chinese"
],
[
"_:search/a051e22c",
"pricerange",
"cheap"
],
[
"_:search/a051e22c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"South"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 mill road city centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"phone",
"07234107803"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow BMW"
],
[
"_: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,name,'darrys cookhouse and wine shop');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm hoping you can help me dig up some information about darrys cookhouse and wine shop ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'40270 King Street City Centre');(_:result,area,'Centre of town');(_:result,food,'modern European');(_:result,name,'Darrys Cookhouse and Wine Shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! Darrys Cookhouse and Wine Shop is an expensive modern European restaurant in the Centre of town at 40270 King Street City Centre . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! What is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223505015');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223505015 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need their postcode , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11ln');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , of course It 's postcode is cb11ln . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to find a place to stay in the south area , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'south');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several places to stay available in the south . What price range would you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want something expensive ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'the only');(_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It looks like the only expensive one in the south is The Lensfield Hotel . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book it for Tuesday for 4 nights and for 5 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8HAW3UL8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I successfully booked your stay . Your reference number is 8HAW3UL8 . Can I do anything else for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that s all thanks"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! If we can help you with anything else , please let us know . We hope you enjoy your stay !"
}
] |
PMUL3035.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"darrys cookhouse and wine shop"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40270 King Street City Centre"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"phone",
"01223505015"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8HAW3UL8"
],
[
"_: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,'african');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant that serves African food with a moderate price range please"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , there are n't any options available . May I ask if there is another type of restaurant you would be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes how about Asian food in the same price range ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'King street');(_:result,area,'center');(_:result,food,'Asian');(_:result,name,'Yippee Noodle Bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have the Yippee Noodle Bar in the center of town on King street in the moderate price range . They serve Asian cuisine . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Will you please book a table for 6 at 13:45 on Friday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'3GLLHSNN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 3GLLHSNN ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed . Thanks a lot for the help !"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Great ! Enjoy"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Will do ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Come back for any future help you may need ."
}
] |
SNG0483.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a5029a4f"
],
[
"_:search/a5029a4f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a5029a4f"
],
[
"_:search/a5029a4f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a5029a4f"
],
[
"_:search/a5029a4f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"3GLLHSNN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a5029a4f"
],
[
"_:search/a5029a4f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"3GLLHSNN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"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 am looking for an expensive restaurant in the centre at Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 restaurants that fit your requirements , is there a type of cuisine you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should serve seafood ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Loch Fyne is an expensive seafood restaurant in the centre . Should I book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Can you book it for 3 people on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like me to book the reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book the reservation for 18:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'JX5WC64A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The reference number is JX5WC64A ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . Now I need to find a train from stansted airport to cambridge on wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "i have found 19 trains . what time do you wish to depart ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 15:15 , can you give me a train ID matching that and a departure time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'14:52');(_:result,departure,'Stansted Airport');(_:result,destination,'Cambridge');(_:result,id,'TR5499');(_:result,leave_at,'14:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5499 leaves Stansted Airport at 14:24 and arrives in Cambridge at 14:52 . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything I needed to know . Thanks for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay I am glad to be of service . Thanks for calling ."
}
] |
MUL0395.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"JX5WC64A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"JX5WC64A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"ref",
"JX5WC64A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5499"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need to find a place to hang out at a college in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Any specific area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "In the centre would be great !"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,category,'colleges');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several colleges in the centre where you can hang out . Most of them have free entrance fees . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you pick one and get me the postcode , address on phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,name,'downing college');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend downing college located on regent street . The postcode is cb21dq and their phone number is 01223334860 . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train departing from cambridge and should leave after 12:30 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"request((_:search,day,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "May I ask you for more information regarding the train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going to London Liverpool street on Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:57');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,destination,'London Liverpool Street');(_:result,id,'TR2141');(_:result,leave_at,'13:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2141 leaves Cambridge on Sunday at 13:59 and arrives at London Liverpool Street at 15:57 . Are you interested in me booking this for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that sounds ideal . Will you please book for 8 passengers , please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'ZAPBD0P6');(_:booking,ticket,'106.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train has been booked . The total fee is 106.24 GBP payable at the station . Your reference number is ZAPBD0P6 . Can I assist you any further ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , you have been helpful ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to hear that . Thank you for using the Cambridge TownInfo centre . Have a wonderful day ."
}
] |
PMUL1120.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"downing college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"15:57"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR2141"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"15:57"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR2141"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZAPBD0P6"
],
[
"_:booking",
"ticket",
"106.24 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several options to choose from in the centre in the cheap price range . What kind of food are you in the mood for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:00');(_:search,food,'dontcare');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really have a preference . I just need something for Sunday at 18:00 . There will be 2 of us ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Dojo Noodle Bar');(_:booking,ref,'EYEGC64E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : EYEGC64E . Dojo Noodle Bar . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from kings lynn to cambridge , if possible ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains available . Tell me more about your trip ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 08:00 , and I 'd like to travel on the same day that I 'm going to the Noodle Bar ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'07:58');(_:result,id,'TR5198');(_:result,leave_at,'07:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR5198 departing at 07:11 and arriving at 07:58 . Would that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that works great . Could you book 2 tickets for me please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'9NJNSEIC');(_:booking,ticket,'15.68');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking is successful , you will need to pay 15.68 at the station , your reference number is 9NJNSEIC . , anything else that I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That will be it ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy the rest of your day"
}
] |
MUL1653.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"ref",
"EYEGC64E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"ref",
"EYEGC64E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"ref",
"EYEGC64E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"arrive_by",
"07:58"
],
[
"_:result",
"id",
"TR5198"
],
[
"_:result",
"leave_at",
"07:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"arrive_by",
"07:58"
],
[
"_:result",
"id",
"TR5198"
],
[
"_:result",
"leave_at",
"07:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"9NJNSEIC"
],
[
"_:booking",
"ticket",
"15.68"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant that serves swiss food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Swiss');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we do not have any Swiss restaurants available . Do you want to try a different type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try vietnamese food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'Thanh Binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh Binh is a good vietnamese restaurant in the cheap price range"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'17 Magdalene Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "17 Magdalene Street City Centre"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "OK thank you . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Good bye"
}
] |
WOZ20616.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/57d3b3e7"
],
[
"_:search/57d3b3e7",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Swiss"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/57d3b3e7"
],
[
"_:search/57d3b3e7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/57d3b3e7"
],
[
"_:search/57d3b3e7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am planning a trip to Cambridge and am looking for a hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'at least 9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are at least 9 hotels in the area . What price range would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderate price range . And a 4 star rating , please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , we do n't have any hotel rooms that meet those requirements ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place with wifi ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,has_internet,'none');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 hotels in the moderate price range with free wifi and 2 star ratings in the north location , would you like one of those ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes and book it for me and I need postcode"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'ashley hotel');(_:result,name,'cityroomz');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like the ashley hotel , cityroomz , or lovell lodge ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ashely hotel will be fine thank you"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ashley hotel');(_:result,postcode,'cb41er');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The postcode for the Ashley hotel is cb41er , can you give me some more information to book your room ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it has wifi and free parking , there is no info on the room"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay the Ashley Hotel and the Lovell Lodge match your preferences ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Which one is better ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,pricerange,'same price range');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Well , both have a two star rating and are in the same price range , so I think they 'd be about the same , quality - wise ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please pick on and make reservations for 8 people for 3 nights starting on Thursday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,name,'Ashley Hotel');(_:booking,people,'8');(_:booking,ref,'NZP6RTB5');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 8 people at Ashley Hotel this Thursday for 4 days 3 nights was successful . Your Reference number is : NZP6RTB5 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks now I need a cab to and from both places"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Which place will be you departing from and and do you have to leave or arrive by a certain time ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'1:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be at the restaurant by 1:00 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is the other place ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be picked up at the hotel , please ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'm sorry , what restaurant do you need to be picked up from ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It appears that I forgot to book a restaurant reservation . I need something in the south in the same price range as the hotel , please ."
},
{
"id": 23,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 restaurants in the south . What price range would you like ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Priced moderately please ."
},
{
"id": 25,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only one');(_:result,food,'modern European');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have only one in the moderate price range serving modern European food . Would you like a booking there ?"
},
{
"id": 26,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't want to book it quite yet . Could you get me the phone number , postcode , and address ?"
},
{
"id": 27,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'Restaurant alimentum');(_:result,phone,'01223413000');(_:result,postcode,'cb28pb');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant alimentum is located at 152 - 154 Hills Road , postcode cb28pb . Their phone number is 01223413000 . May I help with something else ?"
},
{
"id": 28,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me find a taxi ?"
},
{
"id": 29,
"rdf-acts": [
"inform((_:result,car,'yellow Honda');(_:result,departure,'the hotel');(_:result,leave_at,'1:00');(_:result,phone,'07039029314');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have a yellow Honda scheduled to pick you up at the hotel at 1:00 . The contact number is 07039029314 . Can I help with anything else ?"
},
{
"id": 30,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all I need today . Thanks for the help ."
},
{
"id": 31,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you very much for calling the Cambridge TownInfo centre , have a nice day ."
}
] |
PMUL0322.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"
],
[
"_:result",
"amount",
"at least 9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"at least 9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"at least 9"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"at least 9"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"at least 9"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"at least 9"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"pricerange",
"same price range"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/d86e1b20"
],
[
"_:search/d86e1b20",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"NZP6RTB5"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"1:00"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Honda"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:result",
"leave_at",
"1:00"
],
[
"_:result",
"phone",
"07039029314"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that runs on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sounds good , Where will you be arriving from and going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from london liverpool street and arriving at cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many travel time to choose from . Do you have a preferred travel time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 14:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:07');(_:result,departure,'London Liverpool Street');(_:result,destination,'Cambridge');(_:result,id,'TR5245');(_:result,leave_at,'15:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5245 leaves London Liverpool Street at 15:39 and gets into Cambridge at 17:07 . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . Will you make a booking for 5 people please ? And I 'd like the reference number for my records ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,people,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I will book it for you for 6 people"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))",
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually I only need it for 5 people and I will need a reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'7F4OHHP6');(_:booking,ticket,'83 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 83 GBP payable at the station . Reference number is : 7F4OHHP6 Payable at the desk , any other questions today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you help me find a North American restaurant that is expensive ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The gourmet formal kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gourmet formal kitchen is a great choice . Shall I book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:00');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , book it for 5 people on tuesday at 17:00 . Do not forget to send my reference number !"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'IBI16V4A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you are booked . Ref no . IBI16V4A"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! ! Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all , thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your visit ."
}
] |
PMUL0789.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"17:07"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5245"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"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,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"17:07"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5245"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"6"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"17:07"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5245"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"6"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7F4OHHP6"
],
[
"_:booking",
"ticket",
"83 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"17:07"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5245"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7F4OHHP6"
],
[
"_:booking",
"ticket",
"83 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The gourmet formal kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"17:07"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5245"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"83 GBP"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The gourmet formal kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"IBI16V4A"
],
[
"_: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",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"17:07"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5245"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"83 GBP"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The gourmet formal kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"IBI16V4A"
],
[
"_: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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is five restaurants to your request ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Italian food ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Frankie and Bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and Bennys serves Italian food in the south part of town . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , what is their phone number and where are they located at ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is Cambridge Leisure Park Clifton Way Cherry Hinton and phone number is 01223 412430"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Good bye"
}
] |
WOZ20523.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'modern global');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me an expensive modern global restaurant to dine in ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have no restaurants matching what you asked . Would you like a different price range ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Are you sure there are none in the center of town ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'anywhere in Cambridge');(_:search,food,'modern global');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . In fact , we do n't have a modern global restaurant anywhere in Cambridge . Do you need help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves european food in the centre ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'8');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 8 restaurants that serve European food in the centre . Do you have a specific price range that you are looking at ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like expensive european food . Pick one and give me a phone number please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Michaelhouse');(_:result,phone,'01223309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Michaelhouse . Their phone number is 01223309147 . Is there anything else you need help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need help finding a train . I 'd like to find one from ely on saturday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Saturday');(_:result,departure,'ely');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains departing from ely on Saturday . What time would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to get there by 09:00 and I am going to Cambridge"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'07:52');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,id,'TR2551');(_:result,leave_at,'07:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2551 leaves Ely at 07:35 and arrives in Cambridge at 07:52 . Would you like me to book a ticket for you ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all I need . Good day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL4333.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern global"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern global"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da2e0219"
],
[
"_:search/da2e0219",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/da2e0219"
],
[
"_:search/da2e0219",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7f4f5fc2"
],
[
"_:search/7f4f5fc2",
"area",
"anywhere in Cambridge"
],
[
"_:search/7f4f5fc2",
"food",
"modern global"
],
[
"_:search/7f4f5fc2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/da2e0219"
],
[
"_:search/da2e0219",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7f4f5fc2"
],
[
"_:search/7f4f5fc2",
"area",
"anywhere in Cambridge"
],
[
"_:search/7f4f5fc2",
"food",
"modern global"
],
[
"_:search/7f4f5fc2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/da2e0219"
],
[
"_:search/da2e0219",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7f4f5fc2"
],
[
"_:search/7f4f5fc2",
"area",
"anywhere in Cambridge"
],
[
"_:search/7f4f5fc2",
"food",
"modern global"
],
[
"_:search/7f4f5fc2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Michaelhouse"
],
[
"_:result",
"phone",
"01223309147"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/da2e0219"
],
[
"_:search/da2e0219",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7f4f5fc2"
],
[
"_:search/7f4f5fc2",
"area",
"anywhere in Cambridge"
],
[
"_:search/7f4f5fc2",
"food",
"modern global"
],
[
"_:search/7f4f5fc2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Michaelhouse"
],
[
"_:result",
"phone",
"01223309147"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/da2e0219"
],
[
"_:search/da2e0219",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7f4f5fc2"
],
[
"_:search/7f4f5fc2",
"area",
"anywhere in Cambridge"
],
[
"_:search/7f4f5fc2",
"food",
"modern global"
],
[
"_:search/7f4f5fc2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Michaelhouse"
],
[
"_:result",
"phone",
"01223309147"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2551"
],
[
"_:result",
"leave_at",
"07:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train from Cambridge to Broxbourne , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains making that trip , do you have a day and time you 'd like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'20:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I would like to leave on Sunday after 20:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR7208');(_:result,leave_at,'21:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7208 leaves at 21:01 . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes and could I have the reference number after ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'NJRE41ZT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , I have booked your ticket , your reference number is : NJRE41ZT . May I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Have a great day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You as well ."
}
] |
SNG0448.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR7208"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"count",
"133"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR7208"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NJRE41ZT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any chance you can direct me to where I can locate a cheap room for the night ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a lot');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , we have a lot of cheap places to stay . Is there an area of town that you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guest house , with free parking , would be just the thing ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheaply priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Might I suggest the Alexander Bed and Breakfast ? They 're cheaply priced , ranked 4 stars , and they do offer free parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds perfect , actually . Can you book me a room on Thursday for 5 people for a 4 night stay ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D3Q7SAFM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was successful , your reference number is D3Q7SAFM . Is there anything else I can do for you today ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , that gives me everything I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "OK great . Have a nice day . Bye ."
}
] |
SNG0837.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D3Q7SAFM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "A train depart from Cambridge and arrive by 19:00"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ? And what day are you hoping to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Thursday and am heading to Bishops Stortford ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 5 trains available what time would you like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'before 14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave before 14:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,id,'TR0927');(_:result,leave_at,'13:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , TR0927 leaves at 13:29 and arrives at 14:07 . Shall I book you a seat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'll look it up later and do it myself . But could you tell me if there are any 4 star places to stay in the city centre ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two , a cheap guest house , and an expensive hotel . Any preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Which ever one has free parking and wifi ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'alexander bed and breakfast');(_:result,pricerange,'cheaper side');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They both have free parking and wifi . How about the alexander bed and breakfast ? It 's on the cheaper side , 4 stars , and really quite lovely ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds great . Can you please book that for me for Tuesday for 2 people , 2 nights please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D53TP7EU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book you , your reference number is D53TP7EU . , can I assist with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I need today . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL2141.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"before 14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"leave_at",
"before 14:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"before 14:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"before 14:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheaper side"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"before 14:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheaper side"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D53TP7EU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Asian');(_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,food,'mediterranean');(_:result,food,'modern european');(_:result,food,'portuguese');(_:result,food,'spanish');(_:result,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several options available in the town centre . Is there a particular cuisine that you would prefer ? Asian , chinese , indian , italian , mediterranean , modern european , portuguese , or spanish ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'molecular gastronomy');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant that serves molecular gastronomy food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't happen to have a listing that matches your request . Would you like me to try a different price range or cuisine style ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Chinese restaurants ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,food,'Chinese');(_:result,name,'Golden House');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 3 Chinese restaurants that are in the cheap price range . I would recommend the Golden House . Would you like for me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'20:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book it for around 20:00 for 3 people"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Golden House');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , scratch that , I do n't want to book the restaurant . Could you give me the phone number for the Golden House ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01842753771');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01842753771 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the address and postcode as well ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'12 Lensfield Road City Centre');(_:result,name,'Golden House');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden House is located at 12 Lensfield Road City Centre . Their postcode is cb21eg . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thanks a bunch ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your meal !"
}
] |
SNG0487.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"molecular gastronomy"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fae5fe7"
],
[
"_:search/7fae5fe7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fae5fe7"
],
[
"_:search/7fae5fe7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fae5fe7"
],
[
"_:search/7fae5fe7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Golden House"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fae5fe7"
],
[
"_:search/7fae5fe7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Golden House"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01842753771"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fae5fe7"
],
[
"_:search/7fae5fe7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Golden House"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01842753771"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_: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,'south');(_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Australian food places in the south part of town ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'Australian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was not able to find any Australian restaurants in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you sure ? I am really looking for an expensive Australian place to dine in the south ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'Australian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are no expensive Australian restaurants in the south part of town . Would you like to look in a different area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , lets keep the same area but see if there might be an Indian restaurant instead ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Indian');(_:result,name,'Taj Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Taj Tandoori ? It is an expensive Indian restaurant in the south side ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . I want to book a table for 5 people at 16:30 on sunday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was not able to book you a table for this time . Would you like to try a different day or time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'15:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you see if a table is available at 15:30 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,name,'Taj Tandoori');(_:booking,people,'5');(_:booking,ref,'HJZCPH80');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a table of 5 for 15:30 at Taj Tandoori on Sunday . Your reference number is HJZCPH80 , your table will be reserved for 15 minutes ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you for your help today ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "It was my pleasure . Was there anything else I could assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's it for today . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling in , enjoy !"
}
] |
SNG0505.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"australian"
],
[
"_:system",
"canthelp",
"_:search/10b038b7"
],
[
"_:search/10b038b7",
"area",
"south"
],
[
"_:search/10b038b7",
"food",
"Australian"
],
[
"_:search/10b038b7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/10b038b7"
],
[
"_:search/10b038b7",
"area",
"south"
],
[
"_:search/10b038b7",
"food",
"Australian"
],
[
"_:search/10b038b7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Australian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/10b038b7"
],
[
"_:search/10b038b7",
"area",
"south"
],
[
"_:search/10b038b7",
"food",
"Australian"
],
[
"_:search/10b038b7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/10b038b7"
],
[
"_:search/10b038b7",
"area",
"south"
],
[
"_:search/10b038b7",
"food",
"Australian"
],
[
"_:search/10b038b7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c2af7bc0"
],
[
"_:booking/c2af7bc0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/10b038b7"
],
[
"_:search/10b038b7",
"area",
"south"
],
[
"_:search/10b038b7",
"food",
"Australian"
],
[
"_:search/10b038b7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c2af7bc0"
],
[
"_:booking/c2af7bc0",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Taj Tandoori"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"HJZCPH80"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/10b038b7"
],
[
"_:search/10b038b7",
"area",
"south"
],
[
"_:search/10b038b7",
"food",
"Australian"
],
[
"_:search/10b038b7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c2af7bc0"
],
[
"_:booking/c2af7bc0",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Taj Tandoori"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"HJZCPH80"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will the train depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It will depart from Cambridge on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,day,'Tuesday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have several for Tuesday . What time were you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Ely by 19:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'last train of the day');(_:result,arrive_by,'18:07');(_:result,id,'TR7733');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7733 is the last train of the day and can get you there by 18:07 , would you like me to book you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No I need to know the departure time for that ride ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR7733');(_:result,leave_at,'17:50');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Train TR7733 departs at 17:50 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find an Indian restaurant in the west area also please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about tandoori palace ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it in the moderate price range ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'The only');(_:result,area,'west');(_:result,food,'indian');(_:result,name,'meghna');(_:result,name,'tandoori palace');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Actually , tandoori palace is in the expensive price range . The only moderately priced indian restaurant in the west is meghna ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:45');(_:search,name,'meghna');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a booking for Meghna for 5 people at 10:45 on the same day , please . And include the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'E0OZR9AH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , the booking is made . your reference number is E0OZR9AH ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . My visit is set with your help . Have a nice day . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL0809.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"last train of the day"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR7733"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"last train of the day"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7733"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"last train of the day"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7733"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7733"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"name",
"meghna"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7733"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"name",
"meghna"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"E0OZR9AH"
],
[
"_: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,'dontcare');(_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant serving Irish food in any area ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'irish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no irish restaurants in the area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well can I get the phone number to a European restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'european');(_:result,name,'Cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge lodge restaurant serves european food . Their phone number is 01223 355166 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's it , goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome good bye"
}
] |
WOZ20273.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cab9b1ac"
],
[
"_:search/cab9b1ac",
"type",
"Restaurant"
],
[
"_:result",
"food",
"irish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cab9b1ac"
],
[
"_:search/cab9b1ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to go eat so please find me a restaurant in the South . Money is no object so something expensive please"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , I found Chinese , Italian , Indian and Mexican restaurants . What sounds good ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any of those sound good what do you recommend ? I just need the address and type of food they serve ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'82 Cherry Hinton Road Cherry Hinton');(_:result,food,'Chinese');(_:result,name,'Good Luck Chinese Takeaway');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd recommend the Good Luck Chinese Takeaway . They serve Chinese cuisine at 82 Cherry Hinton Road Cherry Hinton ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Also need a hotel in the same area and same price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Lensfield Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I have one match . It 's The Lensfield Hotel and it is 3 stars . Would you like me to make a reservation for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It certainly does . Shall I book it for for you , then ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need the address , thank you ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'53 - 57 lensfield road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 53 - 57 lensfield road . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nothing else . Thank you for researching the restaurant and hotel . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Welcome again it has been a pleasure to serve you"
}
] |
PMUL3006.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",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"82 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Good Luck Chinese Takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"82 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"82 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"53 - 57 lensfield road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'limehouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'd like to find out about the Limehouse hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Limehouse');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , the Limehouse is a moderately priced guesthouse on the north side . What other information can I get for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually , you answered all of my questions . Thanks so much . Goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help ."
}
] |
SNG1017.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"limehouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"limehouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find an expensive turkish restaurant ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Wonderful ! There 's one I 've found that 's in the centre of the city . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like the address please !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'196 Mill Road City Centre');(_:result,postcode,'cb13nf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 196 Mill Road City Centre , post code cb13nf ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all . Good day to you ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you and have a great day !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train that arrives at Norwich ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,destination,'norwich');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains that go to norwich ! We 'll need to narrow that down . Where are you leaving from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,day,'thursday');(_:search,departure,'cambrige');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from cambrige , on thursday , and arrive by 10:45 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you need to leave after ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "As long as it arrives by 10:45 . I will also need the train ID and the price ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:45');(_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , I have four trains that will get you there by 10:45 , how many tickets will you need to purchase ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))",
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just 1 ticket and I need the train ID and total fees"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR6765');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price would be 17.60 pounds and the train ID is TR6765 ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Awesome . That 's all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great , please let me know if you need anything else ."
}
] |
MUL1475.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambrige"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambrige"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambrige"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"10:45"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb13nf"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"destination",
"norwich"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambrige"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:result",
"arrive_by",
"10:45"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6765"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find an expensive guesthouse to stay at ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm not finding anything matching your query ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to have a 4 star rating and have free parking ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There is nothing matching your requests . Would you like to change your request ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , how about something in the moderate price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have 9 that match your search . Do you have a further preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes they must have a 4 star rating with free parking . Do any of the guesthouse matches have that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Acorn Guest House . It 's located in the north at a moderate price range with 4 stars and free internet and parking ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That will be fine . Please provide the phone number and address ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "what date would you like , how long , and how many people ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need to book at this time . I just need the phone number , address , and postcode , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The phone number is 01223353888 , address is 154 chesterton road , and postcode is cb41da ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much for your help , that 's everything I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a very nice day ."
}
] |
MUL0175.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/089fd0de"
],
[
"_:search/089fd0de",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/089fd0de"
],
[
"_:search/089fd0de",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/df4f4475"
],
[
"_:search/df4f4475",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/089fd0de"
],
[
"_:search/089fd0de",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/df4f4475"
],
[
"_:search/df4f4475",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/089fd0de"
],
[
"_:search/089fd0de",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/df4f4475"
],
[
"_:search/df4f4475",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/089fd0de"
],
[
"_:search/089fd0de",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/df4f4475"
],
[
"_:search/df4f4475",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/089fd0de"
],
[
"_:search/089fd0de",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/df4f4475"
],
[
"_:search/df4f4475",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'hepatobillary and gastrointestinal surgery regional referral centre');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I want to find a hospital in town . The hospital should have the hepatobillary and gastrointestinal surgery regional referral centre department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . They have the department you 're looking for , would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need the address , postcode , and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223217300');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223217300 and post code is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need any further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all . Thanks"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Please call back if you need anything else ."
}
] |
SNG01569.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"hepatobillary and gastrointestinal surgery regional referral centre"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223217300"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223217300"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that departs from Cambridge . It needs to leave after 15:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that leave from Cambridge , where are you going and what day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to stansted airport and I want to leave on Monday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , there are 9 different trains , did you have an arrival time you needed ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 15:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,duration,'28 minutes');(_:result,id,'TR7095');(_:result,leave_at,'15:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . TR7095 is leaving at 15:40 . The price is 10.10 pounds and duration 28 minutes . It 'll arive at 16:08 . Should we book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I also need a place to stay , preferably in the west part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "In the west , we have four fine lodging establishments . Do you prefer a guesthouse or a hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse please that is not too expensive ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Finches Bed and Breakfast');(_:result,name,\"Hobson 's House\");(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Finches Bed and Breakfast is listed as cheap , and it has 4 stars . Hobson 's House is moderately priced , with 3 stars ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is Finches located in the west and if so , can I please get the postcode ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb30nd');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it is , the post code is cb30nd ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is everything I needed today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome and I am glad we could be of help ."
}
] |
MUL0780.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR7095"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR7095"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR7095"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Hobson 's House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR7095"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"name",
"Hobson 's House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"cb30nd"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please help me find somewhere to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely ! What type of hotel would you like to stay in and what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in a guesthouse type of hotel that is in the moderate price range . Also , it should have free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'14');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 14 guesthouses around town that fit your criteria . Are you planning on staying in a specific area of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have an area preference ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Avalon');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book a room for you at Avalon ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to book the room for 4 people , for 4 nights , starting Saturday . Please provide me with the reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KPBDLEXW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : KPBDLEXW . anything else for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to find a train from leicester to get to the hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , arrival at the Cambridge station ? When are you traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be travelling on Saturday , but I ca n't leave until the evening after 18:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR5790');(_:result,leave_at,'19:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "train ID TR5790 leaves at 19:09 . will that be fine with you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book the train for my entire group of people and give me the reference number please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4QNVL472');(_:booking,ticket,'120.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 120.96 GBP payable at the station . \n Reference number is : 4QNVL472 . Can i help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need for today , thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay in cambridge ."
}
] |
PMUL1579.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KPBDLEXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"leicester"
],
[
"_: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_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KPBDLEXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_: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_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KPBDLEXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR5790"
],
[
"_:result",
"leave_at",
"19:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR5790"
],
[
"_:result",
"leave_at",
"19:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4QNVL472"
],
[
"_:booking",
"ticket",
"120.96 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "And * I * am looking to give you information . Perfect match ! What would you like to know ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me alpha - milton guest hotel ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,area,'north');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the north at 63 milton road"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well I 'm not certain . I was hoping you could tell me . Is there more than one guest hotel named alpha - milton ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "No , just the one . Can I help you with any other information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , that 's all . thanks ! goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to assist you today . Goodbye !"
}
] |
PMUL4378.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to what trains are leaving Friday evening ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you looking to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Peterborough ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'two trains an hour');(_:result,departure,'peterborough');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are two trains an hour leaving peterborough all evening . Do you know what time you plan to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not really . I want to get there by 20:45 though ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'19:09');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,id,'TR4182');(_:result,leave_at,'18:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4182 leaves Peterborough at 18:19 and arrives in Cambridge at 19:09 . Will this work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that 's perfect . What is the price ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'16.50 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 16.50 pounds ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . That is all for today ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you certain you do n't need further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes I am sure . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for using the Cambridge TownInfo centre . Goodbye ."
}
] |
SNG0271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"two trains an hour"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"two trains an hour"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4182"
],
[
"_:result",
"leave_at",
"18:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"two trains an hour"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4182"
],
[
"_:result",
"leave_at",
"18:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"amount",
"two trains an hour"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:09"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4182"
],
[
"_:result",
"leave_at",
"18:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the west part of town and is in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a preference on the type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a preference ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is an italian restaurant in the area of west in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is located at 21 - 24 northampton road . Do you want the phone number ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , thank you . That is all I wanted to know . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the system . Good bye ."
}
] |
WOZ20256.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want info on kirkwood house"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I can help you with that . What info did you need per say ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! Do they have internet ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they do have internet . Would you like me to make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'tenpin');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , thanks . I 'm just looking for information at the moment . Could you tell me anything about the tenpin , it 's an attraction ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I have no info on this attraction , is it known by another name ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,category,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No its not known by another name and i need information on the address , attraction type and area . Also i need to know the type of Hotel Kirkwood is ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Kirkwood House');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,area,'south');(_:result,category,'entertainment');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Tenpin is an entertainment attraction on the south side of town at Cambridge Leisure Park , Clifton Way . Kirkwood House is a guesthouse . Do you need more information ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "you covered everything , thanks !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Before i let you go , I just want to make sure that you do not need anymore info or a booking on the attraction or hotel ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , folks ! I appreciate your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a good stay ."
}
] |
PMUL3911.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"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/0d545ba9"
],
[
"_:search/0d545ba9",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/0d545ba9"
],
[
"_:search/0d545ba9",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/0d545ba9"
],
[
"_:search/0d545ba9",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cambridge Leisure Park , Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a German restaurant in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurant that fit your description , do you want me to look for restaurant with moderate price range ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Did you try the center of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are not any restaurants available . Would you like to try a different price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an expensive Indian restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Curry Garden');(_:result,name,'Saffron Brasserie');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are several expensive Indian restaurants in the centre area . Curry Garden and Saffron Brasserie and a few others . Should I book a table for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book a table for 2 people at 12:00 on thursday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Curry Garden');(_:booking,ref,'8TKID5N6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you at Curry Garden . They will hold the table for 15 minutes . Your reference number is 8TKID5N6 . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train . The train should be on the same day as the restaurant booking and should arrive by 09:45 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to depart from and what is your desintation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from peterborough to cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'tr8272');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "the tr8272 will get you where you need to go"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "When does it depart ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'05:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It departs at 05:00 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK , thanks , I 'll take care of it from there ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "The price would be 23.60 per person for that train and be 51 minutes long trip . Enjoy your day !"
}
] |
MUL1539.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"german"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"german"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e8be05e"
],
[
"_:search/5e8be05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e8be05e"
],
[
"_:search/5e8be05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e8be05e"
],
[
"_:search/5e8be05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Curry Garden"
],
[
"_:booking",
"ref",
"8TKID5N6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e8be05e"
],
[
"_:search/5e8be05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Curry Garden"
],
[
"_:booking",
"ref",
"8TKID5N6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e8be05e"
],
[
"_:search/5e8be05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Curry Garden"
],
[
"_:booking",
"ref",
"8TKID5N6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"id",
"tr8272"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8f4caeb6"
],
[
"_:search/8f4caeb6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e8be05e"
],
[
"_:search/5e8be05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Curry Garden"
],
[
"_:booking",
"ref",
"8TKID5N6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"id",
"tr8272"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit an attraction in the west area of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help with that . What kind of attraction were you intersted in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in town in the west and I need the postcode , entrance fee and phone number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'2.50 pounds');(_:result,name,\"Queens ' college\");(_:result,phone,'01223335511');(_:result,postcode,'cb39et0');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Queens ' college costs 2.50 pounds . Their phone number and postcode are 01223335511 and cb39et0 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I also need a restaurant for a nice , expensive meal . Near the college , at least in the same area ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several available . What type of food are you interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'molecular gastronomy');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have heard a lot about molecular gastronomy food and want to try it , any places like that around ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "no we do nt have such a place around . can i suggest a good place ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "If there is no such restaurant , how about one that serves european food"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunatley , I could n't find european food ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "just give me your best picks"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,food,'French');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about a French restaurant ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please also make a reservation for 8 people ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sure , what day a time do you want your reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Monday at 11:45 please ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,name,'Cote');(_:result,name,'Restaurant two two');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have Restaurant two two in the north of town and Cote in the centre . Which would you prefer ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry , did you not understand me earlier ? I said the restaurant needs to be in the same area as the attraction . Neither of those are in the west ."
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant will suit your needs and is located in the west . I 'm sorry about before , there must have been something wrong with my computer . Can I book it ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please . To reiterate - I need a table for 8 on Monday at 11:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,ref,'5KFVOKBO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 5KFVOKBO ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you - and sorry for any confusion . I appreciate your patience . Goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "No worries , goodbye ."
}
] |
PMUL3011.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e7aac7b8"
],
[
"_:search/e7aac7b8",
"food",
"european"
],
[
"_:search/e7aac7b8",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/e7aac7b8"
],
[
"_:search/e7aac7b8",
"food",
"european"
],
[
"_:search/e7aac7b8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Queens ' college"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/e7aac7b8"
],
[
"_:search/e7aac7b8",
"food",
"european"
],
[
"_:search/e7aac7b8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_: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",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/e7aac7b8"
],
[
"_:search/e7aac7b8",
"food",
"european"
],
[
"_:search/e7aac7b8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"name",
"Restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/e7aac7b8"
],
[
"_:search/e7aac7b8",
"food",
"european"
],
[
"_:search/e7aac7b8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et0"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"name",
"molecular gastronomy"
],
[
"_:system",
"canthelp",
"_:search/78a7f512"
],
[
"_:search/78a7f512",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/e7aac7b8"
],
[
"_:search/e7aac7b8",
"food",
"european"
],
[
"_:search/e7aac7b8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"French"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"5KFVOKBO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'clare hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would like information on Clare hall ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'herschel road');(_:result,area,'west');(_:result,category,'college');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of couse . Clare Hall is a college located in the west . It 's address is herschel road , and there is no entrance fee . Is there anything else you would like to know ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Clare Hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for Clare Hall ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223332360');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223332360 . Could I be of further assistance ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also am looking for a hotel called kirkwood house"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Kirkwood House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Kirkwood House is a guesthouse in the north area with 4 stars moderately priced ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'Kirkwood House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the address for the Kirkwood House ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'172 Chesterton Road');(_:result,name,'Kirkwood House');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address for Kirkwood House is , 172 Chesterton Road post code cb41da . Is there anything else you would like to know ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay !"
}
] |
MUL1115.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Clare Hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Kirkwood House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"Kirkwood House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"172 Chesterton Road"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction in the category of swimming pool ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'pools');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 've got four pools for you . What area are you in ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm pretty open . Can you list the areas ? I 'll choose one of the four ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , west , east , south and north ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Please tell me about the locations of some pools in the south ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "I am sorry but there are none in the south . I have one east , two north and one centre ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "One in the east is fine . I need the address please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'pool way , whitehill road , off newmarket road');(_:result,name,'The abbey pool and astroturf pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The abbey pool and astroturf pitch is located at pool way , whitehill road , off newmarket road . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a guesthouse in a moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter , but it should have 4 stars please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is awesome . I would suggest that place ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you book rooms for 7 people for 4 nights starting from Saturday ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 4 days . What else can I do for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I will need the reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ref,'9g1eycif');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the reference number is 9g1eycif ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Enjoy your stay ."
}
] |
PMUL2639.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"name",
"The abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:result",
"name",
"The abbey pool and astroturf pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_: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": [
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"pool way , whitehill road , off newmarket road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"9g1eycif"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,departure,'kings college');(_:search,destination,'lensfield hotel');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi from Kings College to the lensfield hotel . I need to arrive by 10:00 and need the car type and contact number ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,phone,'07502362913');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07502362913 . It will be a white audi . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed today . Thanks for your help !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure ! Have a nice day !"
}
] |
SNG1183.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"kings college"
],
[
"_:search",
"destination",
"lensfield hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"kings college"
],
[
"_:search",
"destination",
"lensfield hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"phone",
"07502362913"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer to stay in the South please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'that area');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 nice places to stay in that area , is there a price range you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 've changed my mind and would prefer to stay in the center of town . I need parking , wifi , and it should have a 0 star rating ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,count,'1');(_:result,name,'el shaddai');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There 's one guesthouse , el shaddai , that fits your criteria . Do you need more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I do need a reservation for Wednesday , 2 nights , for 3 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'LG6AFLVA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : LG6AFLVA ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Could you also help me locate an expensive british restaurant ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Cambridge Chop House sounds like it might be what you are looking for ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds wonderful ! Is it in the same area as the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,name,'the cambridge chop house');(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Your hotel is in the south and the cambridge chop house is in the centre , is that okay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hmm , I really want to stay near the hotel . Do you have anything in the south instead ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"inform((_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,food,'mexican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In the south we do not have any expensive british restaurants . We do have chinese , indian , italian or mexican ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'wednesday');(_:search,name,'Cambridge Chop House');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "My hotel is in the centre , so the Cambridge Chop House will actually work . Can you make me a booking for 3 people on Wednesday ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Yes I can . What time would you like to eat ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat at 16:15 ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'1T0DI06Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your table will be reserved for 15 minutes . The reference number is 1T0DI06Z . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "Oh yeah , I 'm going to need a ride to get around ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,departure,'your hotel');(_:result,destination,'The Cambridge Chop House');(_:result,phone,'07124495603');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a taxi to take from your hotel to The Cambridge Chop House . Contact number \t : \t 07124495603"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , what kind of car will be picking me up ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'black Honda');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "It will be a black Honda . Is there anything else I can help you with today ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "No . That is all I need for today ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . I hope you enjoy your trip . Goodbye !"
}
] |
PMUL4852.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LG6AFLVA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"that area"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LG6AFLVA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LG6AFLVA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LG6AFLVA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:system",
"canthelp",
"_:search/bd2e1c50"
],
[
"_:search/bd2e1c50",
"area",
"south"
],
[
"_:search/bd2e1c50",
"food",
"british"
],
[
"_:search/bd2e1c50",
"pricerange",
"expensive"
],
[
"_:search/bd2e1c50",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LG6AFLVA"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:system",
"canthelp",
"_:search/bd2e1c50"
],
[
"_:search/bd2e1c50",
"area",
"south"
],
[
"_:search/bd2e1c50",
"food",
"british"
],
[
"_:search/bd2e1c50",
"pricerange",
"expensive"
],
[
"_:search/bd2e1c50",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:system",
"canthelp",
"_:search/bd2e1c50"
],
[
"_:search/bd2e1c50",
"area",
"south"
],
[
"_:search/bd2e1c50",
"food",
"british"
],
[
"_:search/bd2e1c50",
"pricerange",
"expensive"
],
[
"_:search/bd2e1c50",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1T0DI06Z"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:system",
"canthelp",
"_:search/bd2e1c50"
],
[
"_:search/bd2e1c50",
"area",
"south"
],
[
"_:search/bd2e1c50",
"food",
"british"
],
[
"_:search/bd2e1c50",
"pricerange",
"expensive"
],
[
"_:search/bd2e1c50",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1T0DI06Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"your hotel"
],
[
"_:result",
"destination",
"The Cambridge Chop House"
],
[
"_:result",
"phone",
"07124495603"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:system",
"canthelp",
"_:search/bd2e1c50"
],
[
"_:search/bd2e1c50",
"area",
"south"
],
[
"_:search/bd2e1c50",
"food",
"british"
],
[
"_:search/bd2e1c50",
"pricerange",
"expensive"
],
[
"_:search/bd2e1c50",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"Cambridge Chop House"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"1T0DI06Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"your hotel"
],
[
"_:result",
"destination",
"The Cambridge Chop House"
],
[
"_:result",
"phone",
"07124495603"
],
[
"_:result",
"car",
"black Honda"
],
[
"_: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,departure,'stevenage');(_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hey there , I need a train from stevenage that leaves after 09:45 . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to help with your request , what is your destination and what day will you be leaving ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We are going to cambridge and would like to leave on monday after 09:45 . Thanks for your help ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,leave_at,'09:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Would a train departing at 09:54 work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great ! Could you give me the arrival time , travel time , and train ID as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,destination,'Cambridge');(_:result,duration,'49 minutes');(_:result,id,'TR8265');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . It 's train TR8265 , arrives at 10:43 in Cambridge and has a duration of 49 minutes . Can I book you seat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Maybe later . I am also looking for an expensive restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many expensive restaurants in the city . Do you have an area or type of cuisine that you 'd prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I 'll take your recommendation . I do need postcode , address and phone number , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'100 Mill Road City Centre');(_:result,name,'bedouin');(_:result,phone,'01223367660');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend bedouin , address is 100 Mill Road City Centre , phone is 01223367660 and post code is cb12bd ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , that 's great ! Thank you very much ! That 's all I needed ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that would be all . Thanks . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , thanks for using Cambridge TownInfo centre ! Have a great day !"
}
] |
MUL1658.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"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",
"departure",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR8265"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a place to go in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a lot');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a lot of attractions in the centre is there a particular type you 'd like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any place would be great . If you could pick one and send me the phone number and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,\"Little Saint Mary 's Church\");(_:result,phone,'01223366202');(_:result,postcode,'cb21qy');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Little Saint Mary 's Church is in postcode cb21qy and their phone number is 01223366202 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for an expensive restaurant in the centre of town"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have a lot to choose from . Is there a certain type of food you are looking to try ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'south african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , i would like to find a south african restaurant please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I 'm not finding any results that meet your criteria . Would you like to try a different type of food or area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes let 's look for Chinese food instead ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Tang Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Tang Chinese is a great place in the centre with an expensive price range . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "nah , i just need to phone number"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223357187');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure their phone number is 01223357187 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "And their postcode as well . Can you help me book a taxi between the Church and the restaurant ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure . What time would you like the taxi for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'12:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave St Mary 's Church by 12:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey Audi');(_:result,departure,'the church');(_:result,leave_at,'12:30');(_:result,phone,'07823100765');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a taxi leaving the church at 12:30 . The car is a grey Audi and the contact number is 07823100765 ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "I ca n't wait to ride in that car !"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can assist you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all , thanks !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day ."
}
] |
PMUL4712.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"south african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"name",
"Little Saint Mary 's Church"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/88b91282"
],
[
"_:search/88b91282",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"phone",
"01223366202"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/88b91282"
],
[
"_:search/88b91282",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/88b91282"
],
[
"_:search/88b91282",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_: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": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/88b91282"
],
[
"_:search/88b91282",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/88b91282"
],
[
"_:search/88b91282",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Audi"
],
[
"_:result",
"departure",
"the church"
],
[
"_:result",
"leave_at",
"12:30"
],
[
"_:result",
"phone",
"07823100765"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"postcode",
"cb21qy"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/88b91282"
],
[
"_:search/88b91282",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Tang Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Audi"
],
[
"_:result",
"departure",
"the church"
],
[
"_:result",
"leave_at",
"12:30"
],
[
"_:result",
"phone",
"07823100765"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for places to go in town . Can you search in the area of south ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,entrance_fee,'free admission');(_:result,name,'Byard Art museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have several great options . The Byard Art museum is popular and has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds lovely . What 's their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"inform((_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Oh they really are lovely . And the number is \t 01223464646 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for an expensive Italian restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'Italian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are 5 expensive Italian restaurants for you to choose from . Is that a specific area you would like the restaurant to be in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like one near the museum in the south ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,area,'south');(_:result,count,'1');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We only have one listing for an Italian restaurant in the south . It 's located at Cambridge Leisure Park Clifton Way Cherry Hinton . Does this interest you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I need a table for 8 at 11:00 on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'11:00');(_:booking,duration,'15 minutes');(_:booking,people,'eight');(_:booking,ref,'R8O6B9DF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the table for eight on Tuesday 11:00 . The reference number is R8O6B9DF . The table will be reserved for 15 minutes ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you , can I also get a taxi between the two places ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! When would you like to arrive at or leave by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'my reservation time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to get to the restaurant by my reservation time ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07790378961');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book a black honda contact number is 07790378961"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much . You took care of everything . Thanks . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a great day ! Goodbye ."
}
] |
MUL2462.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"R8O6B9DF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"R8O6B9DF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"Byard Art museum"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"duration",
"15 minutes"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"R8O6B9DF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07790378961"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hey , I am looking for a train that leaves leicester to cambridge , where is it ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains each day that run between Leicester and Cambridge . What time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday and arrive by 18:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Train'))",
"offer((_:booking,arrive_by,'17:54');(_:booking,category,'Train');(_:booking,leave_at,'16:09');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The 16:09 will have you there at 17:54 if it is on time . Would you like me to book you a seat ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book now . What is the total travel time for that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "105 minutes is the travel time . May I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes you can . I 'd like to see a few things while I 'm in town so find me something nice to check out on the west side ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'& colleges');(_:result,category,'entertainment venues');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have entertainment venues , museums , & colleges to visit . Is there a particular attraction type you would be interested in ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any attraction you recommend will be great . I just need the postcode and entrance fee ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'2.50 pounds');(_:result,name,'Clare College');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Clare College is a popular attraction on the west side . The entrance fee is 2.50 pounds and the postcode is cb21tl . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! That 'll be all that I need for today !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay in Cambridge ."
}
] |
PMUL1176.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"16:09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"16:09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"16:09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"& colleges"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"16:09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"& colleges"
],
[
"_:result",
"category",
"entertainment venues"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant for us to eat at . Some place nice ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Cambridge');(_:result,count,'57');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 57 expensive restaurants in Cambridge . Do you have a particular type of food in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was thinking of having caribbean food"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I ca n't locate a restaurant serving Caribbean food . Would you like to try a different cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian . yummy !"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'14');(_:result,name,'Tandoori Palace');(_:result,phone,'01223506055');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 choices . I would recommend Tandoori Palace in the west . The phone number is 01223506055 . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! I need a table for just me on Tuesday at 16:45 , please ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'GRJ6E9C3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful ! The reference number is GRJ6E9C3 . Your table will be reserved for 15 minutes ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for places to go in the city centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 44 options for you . Would you like to narrow it down by attraction type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should be in the same area as the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 5 places for you , 4 have free entrance fee and one has 2 pounds entrance fees . Which one will you prefer"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Lets pay , this trip is a business write off , so money is no object , Ill take the 2 pound entrance fee ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'Market Square');(_:result,area,'center');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great Saint Mary 's Church is located at Market Square in the city center ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good . Can you give me the address , postcode , and phone number please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Market Square');(_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cb23pq , Market Square . 01223350914 . Is there anything else you would like to know ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I think I have everything I need at this time ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great . Have a wonderful day !"
}
] |
PMUL4070.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"GRJ6E9C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"GRJ6E9C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"GRJ6E9C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"GRJ6E9C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ddf0ab48"
],
[
"_:search/ddf0ab48",
"food",
"Caribbean"
],
[
"_:search/ddf0ab48",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"GRJ6E9C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Market Square"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train , going to norwich leaving after 08:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , and what day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm traveling on saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'16');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 16 trains that meet that request do you need to arrive by a certain time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,leave_at,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to depart from Cambridge after 8:00 and go to Norwich ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,id,'TR8411');(_:result,leave_at,'9:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8411 departs from Cambridge at 9:36 on Saturday . Would you like me to book a seat for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , I 'll need a booking for one ticket ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'GY20NLB1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked the ticket for you , your Reference Number is GY20NLB1 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks , I need a place to go too . What about a nightclub in the west ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'night clubs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "there are no night clubs on the west sorry"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Perhaps a college , then . Could you recommend one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College is lovely this time of year , and they have no entrance fee ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that would be fine . Can I get the postcode please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! The post code is cb30ds . Can I assist you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is everything I needed , thank you very much for your assistance ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day . Bye ."
}
] |
MUL1881.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8411"
],
[
"_:result",
"leave_at",
"9:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8411"
],
[
"_:result",
"leave_at",
"9:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GY20NLB1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8411"
],
[
"_:result",
"leave_at",
"9:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GY20NLB1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8411"
],
[
"_:result",
"leave_at",
"9:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GY20NLB1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8411"
],
[
"_:result",
"leave_at",
"9:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GY20NLB1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"night clubs"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I need a train to London Kings Cross after 21:45 , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,destination,'kings cross');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several going to kings cross , where are you departing from and when do you went to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:00');(_:result,id,'TR2634');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2634 can get you there by 21:00 it is 23.60 pounds per person , would you like me to book you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book it for one person ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'M5L3KBEV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is M5L3KBEV . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'bedouin');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m also looking for a restaurant by the name of bedouin ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bedouin is a wonderful African restaurant in the center of town . It 's a little expensive , but the food and service is outstanding ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "can you book that for me ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I would be happy to do that for you . How many people would there be for that reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually can i just have the phone number instead ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'bedouin');(_:result,phone,'01223367660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone umber for bedouin is 01223367660 . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all the information I wanted . Thank you so much for all your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "is there anything else i can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be it . Thanks . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL0989.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:00"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:00"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M5L3KBEV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:00"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M5L3KBEV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:00"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M5L3KBEV"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:00"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M5L3KBEV"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_: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",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"kings cross"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"21:00"
],
[
"_:result",
"id",
"TR2634"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M5L3KBEV"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there ! I need a 4-star accommodation with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several . Is there an area of town you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to stay in the north of possible ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'Moderate or cheap');(_:result,type,'Hotel'))",
"inform((_:result,amount,'eight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are eight . What price range would you like ? Moderate or cheap ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,pricerange,'moderately');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a moderately priced hotel . I 'd like to book it starting Wednesday for 5 nights for 2 people if possible . Can you help ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,name,'Archway House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 moderately priced lodging accommodations to choose from , but they are all guesthouses rather than hotels . Would one of them do ? The Archway House is very nice ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'archway house');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Archway House would be fine . Can you book me a room for Wednesday for 2 people , 5 nights please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Archway House');(_:booking,ref,'QEWQ8SSL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was successful in booking the Archway House . Your reference number is QEWQ8SSL . Is there anything else I may assist you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'halal');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a place to eat . I 'd like a moderately priced restaurant that serves Halal food . Can you check that out ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we do n't have any Halal restaurants . Would you like to try a different type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any good restaurants near the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'nine');(_:result,area,'north');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are nine restaurants in the north ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , I 'm looking for something then that serves Indian food ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Nirala');(_:result,name,'Royal Spice');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,name,'The');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options , The Nirala which is in the moderate price range and Royal Spice which is in the cheap price range ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,name,'Nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Nirala would be fine . I would like to book a table for the same day"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be eating and for what time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'11:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "2 people at 11:30 , please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,day,'wednesday');(_:booking,duration,'11:30');(_:booking,name,'nirala');(_:booking,people,'2');(_:booking,ref,'56DW8LTL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 2 at the nirala this wednesday at 11:30 was successful . The table will be reserved for 15 minutes . Your Reference number is : 56DW8LTL ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thanks I need a cab to and from . I need to get at the restaurant on time"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07386738541');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! Your car is a red ford and the contact number is 07386738541 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the help , goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . If you need anything else , please contact us ."
}
] |
PMUL0007.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"pricerange",
"Moderate or cheap"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"eight"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"QEWQ8SSL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"amount",
"eight"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"QEWQ8SSL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/92197f28"
],
[
"_:search/92197f28",
"food",
"Halal"
],
[
"_:search/92197f28",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"QEWQ8SSL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/92197f28"
],
[
"_:search/92197f28",
"food",
"Halal"
],
[
"_:search/92197f28",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"QEWQ8SSL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/92197f28"
],
[
"_:search/92197f28",
"food",
"Halal"
],
[
"_:search/92197f28",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Archway House"
],
[
"_:booking",
"ref",
"QEWQ8SSL"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/92197f28"
],
[
"_:search/92197f28",
"food",
"Halal"
],
[
"_:search/92197f28",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/92197f28"
],
[
"_:search/92197f28",
"food",
"Halal"
],
[
"_:search/92197f28",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"name",
"nirala"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"56DW8LTL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/92197f28"
],
[
"_:search/92197f28",
"food",
"Halal"
],
[
"_:search/92197f28",
"type",
"Restaurant"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"The"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"name",
"nirala"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"56DW8LTL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07386738541"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that departs from Ely on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,departure,'Ely');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 10 trains leaving from Ely on Thursday . Where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Cambridge after 18:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:52');(_:result,count,'3');(_:result,departure,'Ely');(_:result,duration,'17 minute');(_:result,leave_at,'18:00');(_:result,leave_at,'19:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We have three trains departing from Ely after 18:00 . The earliest departing at 19:35 and arriving by 19:52 . It 'll be a 17 minute trip ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'19:35');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book the 19:35 train for 7 people . I will need the reference number , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'7');(_:booking,ref,'MTT3EDCU');(_:booking,ticket,'30.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your train for 7 people . 30.8 GBP will be payable at the station . The reference number is MTT3EDCU . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a place to stay in the north . I do need free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,has_internet,'yes');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "OK I found 11 places fitting your requirements . Do you need free WIFI ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about wifi , but I would like a guest house , please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 guesthouses fitting your criteria . Is there a certain star rating you would like the guesthouse to have ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something with at least three stars ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Acorn Guest House ? It has free parking and is rated 4 stars ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That should be great can I book it for 2 nights for 7 people starting thursday please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'Y41W8UWB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem at all . Your reference number is Y41W8UWB ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great trip !"
}
] |
MUL0761.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"leave_at",
"18:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"19:35"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"leave_at",
"18:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"19:35"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"MTT3EDCU"
],
[
"_:booking",
"ticket",
"30.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"leave_at",
"18:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:search",
"leave_at",
"19:35"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"MTT3EDCU"
],
[
"_:booking",
"ticket",
"30.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"leave_at",
"18:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:search",
"leave_at",
"19:35"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"MTT3EDCU"
],
[
"_:booking",
"ticket",
"30.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"leave_at",
"18:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:search",
"leave_at",
"19:35"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"MTT3EDCU"
],
[
"_:booking",
"ticket",
"30.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"leave_at",
"18:00"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:search",
"leave_at",
"19:35"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ticket",
"30.8 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"Y41W8UWB"
],
[
"_: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,'cambridge and county folk museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to know about the Cambridge and County Folk Museum"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'2 - 3 castle street');(_:result,area,'west');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a lovely museum located in the west part of town , at 2 - 3 castle street . Can I get a phone number for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No but I do need the address please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 - 3 castle street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is 2 - 3 castle street ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I also need a moderately priced hotel that is in the east . Can you help ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is free paring and internet important to you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Free wifi would be great . I do n't care about the parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found a few guesthouses . Would that type of room be ok with you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "are any of them a 4 star ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have three that are 4 star . Shall I book one ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book for 5 people and 2 nights starting on wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Warkworth House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I recommend the Warkworth House . I want to make sure this is okay with you before I go ahead and make a reservation ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that sounds great . Can I please have the reference number as well ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your reservations have been made for five people for two nights beginning Wednesday ."
}
] |
PMUL2776.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that will be leaving on Sunday going to Peterborough ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'38');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 38 trains , what time would you like to depart or arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get there by 21:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:24');(_:result,count,'32');(_:result,day,'Sunday');(_:result,departure,'cambridge');(_:result,destination,'peterborough');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 32 trains travelling to peterborough on Sunday departing from cambridge . The closest arrival time is 21:24 , would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for 1 person please , and give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR9733');(_:booking,leave_at,'12:34');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your trainID TR9733 has been booked to leave at 12:34 . Than you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a room in Peterborough ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many results for hotels and guesthouses , could you be more specific on what price range you are looking for and what part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'El Shaddai');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay at the El Shaddai . I would like to book it for 1 person for 4 nights starting on Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately I was not able to book the hotel for then . Would you like to book another day or consider shortening your stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it possible to book this reservation for 2 nights ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,ref,'IC0RATQI');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Indeed it is ! I just booked you for two nights , ref num : IC0RATQI . Do you need anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you very much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service . Have a wonderful day !"
}
] |
MUL0634.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9733"
],
[
"_:booking",
"leave_at",
"12:34"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9733"
],
[
"_:booking",
"leave_at",
"12:34"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9733"
],
[
"_:booking",
"leave_at",
"12:34"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/ddc00f9b"
],
[
"_:booking/ddc00f9b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9733"
],
[
"_:booking",
"leave_at",
"12:34"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/ddc00f9b"
],
[
"_:booking/ddc00f9b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IC0RATQI"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))",
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello , what 's the address of the Parkside Police Station , if you would be so kind ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The parkside police station is located at Parkside , Cambridge , CB11JG"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG01246.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Police"
],
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello ! What is your favorite museum in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge artworks is a good choice"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address , entrance fee , and the area it is in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,area,'east');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located in the east . The address is 5 Greens Road . And , they offer free entrance ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a Moroccan restaurant in the center of town . Is there anything like that in Cambridge ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "sorry , I could nt find any of that food type ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Aww shucks . Can you recommend another restaurant in the centre that 's cheap ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Mexican');(_:result,name,'La Raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Might I recommend La Raza . They offer cheap Mexican food but it is delicious . They are located in the centre ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think I 'd prefer Mediterranean food . Can you look again ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Mediterranean');(_:result,name,'Gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I found the Gardenia in the centre of town . It 's Mediterranean food that is in the cheap pricerange . Would you like me to book a table for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I will like a table for 5 people on Monday at 15:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'851LQWR4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservations have been made and your reference number is 851LQWR4 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Beautiful , thank you for everything , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL3153.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"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge artworks"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Cambridge artworks"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:system",
"canthelp",
"_:search/e9e254ee"
],
[
"_:search/e9e254ee",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/e9e254ee"
],
[
"_:search/e9e254ee",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/e9e254ee"
],
[
"_:search/e9e254ee",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/e9e254ee"
],
[
"_:search/e9e254ee",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"851LQWR4"
],
[
"_: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,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are 3 . Is there a particular part of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I am looking for a 4 star hotel ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I see no 4 star rating hotels , there are 2 hotels with 2 star rating in that price range . Would you like information on those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really am interested in a 4 star hotel and would rather not settle for a 2 star hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'11');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "If you would be willing to stay at a guesthouse instead , I have 11 different moderately priced 4-star guesthouses available throughout the city . Would any of these be acceptable ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that sounds good . Can you recommend one of those ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend Acorn Guest House , moderately priced and includes free parking and internet . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb41da"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , I am also looking for a restaurant in the centre of town in the moderate price range too ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 21 places , I would hate to steer you toward something that was n't a match , any food preferences ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would really enjoy some international food ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'Bloomsbury restaurant');(_:result,name,'Varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity restaurant and Bloomsbury restaurant both offer international food . Could you like a recommendation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with the Bloomsbury . I need a reservation for Tuesday for 7 people ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will book that for you now ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'15:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Can you book for 15:45 ?"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Ok I will book it for you"
}
] |
PMUL0116.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"name",
"Varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8a74c12a"
],
[
"_:search/8a74c12a",
"category",
"hotels"
],
[
"_:search/8a74c12a",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"name",
"Varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"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,type,'Police'))"
],
"speaker": "user",
"text": "Where can I find the police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "They are in Parkside . You can reach them at phone number 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you . What is the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Postcode is CB11JG . Is there anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a good day ."
}
] |
SNG01473.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",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_: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,'thursday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to book a train from stansted airport on thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'thursday');(_:result,departure,'stansted airport');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains leaving from stansted airport on thursday , is there a specific time you would prefer to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to arrive by 17:15 and go to Cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:52');(_:result,departure,'the airport');(_:result,destination,'Cambridge');(_:result,id,'TR7012');(_:result,leave_at,'16:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7012 departs the airport at 16:24 and arrives in Cambridge by 16:52 . Would this work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book for 1 person ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'5P72XENH');(_: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 : 5P72XENH ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! Can you also recommend something fun to do in town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What side of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What area do you recommend for entertainment ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'Centre');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am not showing anything in the Centre , is there another area you would like to try ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Well , what area do you recommend for entertainment ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,count,'2');(_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about in the South part ? There are two venues , Nusha and Tenpin . Would you like information about one of those ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , could I have the address and phone number for both ?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "Nusha : unit g6 , cambridge leisure park , clifton road cb17dy , phone : 01223902158 . Tempin : cambridge leisure park , clifton way cb17dy \t 08715501010"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the entertainment information in the south . That 's it . You 've been helpful . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . It has been a pleasure assisting you today . Have a wonderful day ."
}
] |
PMUL1028.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7012"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7012"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5P72XENH"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7012"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5P72XENH"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7012"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5P72XENH"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c855e15e"
],
[
"_:search/c855e15e",
"area",
"Centre"
],
[
"_:search/c855e15e",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7012"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5P72XENH"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c855e15e"
],
[
"_:search/c855e15e",
"area",
"Centre"
],
[
"_:search/c855e15e",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7012"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"5P72XENH"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c855e15e"
],
[
"_:search/c855e15e",
"area",
"Centre"
],
[
"_:search/c855e15e",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to get some information about colleges to visit ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,\"Christ 's College\");(_:result,name,'Churchill College');(_:result,name,'Clare College');(_:result,name,'Clare Hall');(_:result,name,'Corpus Christi');(_:result,name,'Downing College');(_:result,name,'Emmanuel College');(_:result,name,'Huges Hall');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There is Christ 's College , Churchill College , Clare College , Clare Hall , Corpus Christi , Downing College , Emmanuel College , and Huges Hall . Would you like me to list more ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I please have entrance fees , phone numbers , and post codes ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'll start out by giving you Christ 's College . The phone number is 01223334900 , the entrance is free , and the post code is cb23bu . Do you need more than that ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to know the entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free to enter the Christ 's college . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,day,'friday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving on Friday . I will be departing from Birmingham New Street and going to Cambridge . I would like to arrive by 16:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:23');(_:result,id,'TR6359');(_:result,leave_at,'13:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6359 leaves at 13:40 and arrives 16:23 , will this one work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need 6 tickets ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'V6EN7V4W');(_:booking,ticket,'450.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 450.6 GBP payable at the station . Reference number is : V6EN7V4W . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you for all your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great time !"
}
] |
PMUL1283.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"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"name",
"Emmanuel College"
],
[
"_:result",
"name",
"Huges Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"id",
"TR6359"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:23"
],
[
"_:result",
"id",
"TR6359"
],
[
"_:result",
"leave_at",
"13:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"V6EN7V4W"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'express by holiday inn cambridge');(_:search,destination,'the oak bistro');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to come to Express by Holiday Inn Cambridge to take me to The Oak Bistro ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , what time do you want to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'07:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave by 07:30 ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t blue audi \n Contact number \t : \t 07384266453"
}
] |
SNG02260.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"express by holiday inn cambridge"
],
[
"_:search",
"destination",
"the oak bistro"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"express by holiday inn cambridge"
],
[
"_:search",
"destination",
"the oak bistro"
],
[
"_:search",
"leave_at",
"07:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "It would be my pleasure . What type of food are you in the mood for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love some North American food !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have one option , the gourmet burger kitchen , they are in the centre area and the pricing is expensive , can I book you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , just myself at 11:45 on monday please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'0X0N3WV0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation and your reference number is 0X0N3WV0 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . Can you help me find a place to stay in that area as well ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area are you looking to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The south please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a number');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a number of options . Did you have a price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price does n't matter and I do n't need free parking . I 'd prefer a guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'aylesbray lodge guest house');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'5 mowbray road');(_:result,postcode,'cb17sr');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the aylesbray lodge guest house , it is in the moderate price range and four stars . It 's on 5 mowbray road , cb17sr . Would you like me to make a bookin gfor you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet , do they have internet ? And what is their postcode ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,postcode,'cb17sr');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes they have internet and their postcode is cb17sr . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi . It should leave the guesthouse and arrive at the restaurant by 11:45 please . Please include the contact number and car type ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Can you please give me the name of your departure and name of your desination ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am leaving from the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Just to be clear , do you want to be picked up at the gourmet burger kitchen , or is that your destination ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,duration,'11:45');(_:search,name,'aylesbray lodge guest house');(_:search,name,'gourmet burger kitchen');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am leaving from the aylesbray lodge guest house to get to the gourmet burger kitchen by my reservation at 11:45 . Please book ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I also need to know when you want to leave ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,duration,'11:45');(_:search,name,'aylesbray lodge guest house');(_:search,name,'gourmet burger kitchen');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am leaving from the aylesbray lodge guest house to get to the gourmet burger kitchen by my reservation at 11:45 . Please book"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'blue Audi');(_:result,phone,'07920692950');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I have you booked in a blue Audi . The contact number is 07920692950 . Can I help you with anything else ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "That is everything today ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "I was glad to assist you today ."
}
] |
PMUL0226.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"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",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"ref",
"0X0N3WV0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"car",
"blue Audi"
],
[
"_:result",
"phone",
"07920692950"
],
[
"_: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,area,'center');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book a hotel . I need it to be in the town center , and have a minimum star rating of 4 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer a guesthouse or a hotel proper ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should be a hotel type with free parking ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'regent street');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found University Arms Hotel on regent street with a 4 star rating and free parking and internet . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book that one . It will need to be for 3 people , and we 'll be staying for 5 nights , beginning on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , the booking was unsuccessful . Would you like to try to stay for a short period or start on a different day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Alright , what about only for 3 nights then . I can do 3 , book it and give me the reference number please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D09887CW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : D09887CW . Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a korean restaurant in the same area as that hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's a restaurant called Little Seoul . It 's expensive , but also on Regent Street . Would that work ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book it for 3 people sunday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'14:15');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it booked for the same day at 14:15 . Can I get a reference number too ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9NJXK7CF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is 9NJXK7CF . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No that will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . If you need anything else , feel free to ask . Have a wonderful trip ."
}
] |
MUL0087.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/fe4b2194"
],
[
"_:booking/fe4b2194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/fe4b2194"
],
[
"_:booking/fe4b2194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D09887CW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:booking/fe4b2194"
],
[
"_:booking/fe4b2194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D09887CW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_: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",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:booking/fe4b2194"
],
[
"_:booking/fe4b2194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D09887CW"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:booking/fe4b2194"
],
[
"_:booking/fe4b2194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9NJXK7CF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for an expensive place to eat in the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'that area');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many results in that area for expensive restaurants , is there a specific type of cuisine you 'd like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should serve Chinese food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "We have four entries that match that criteria . Do you have a further preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , I want to book a table for 5 people at 16:30 on wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,duration,'at that time');(_:booking,duration,'your specified time');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but I attempted reservations at your specified time at all 4 restaurants , and none have availability at that time . Would you like to try a different time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'15:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 15:30 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'15:30');(_:booking,people,'5');(_:booking,ref,'JUGXYQOP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a reservation for you at 15:30 for 5 . Your reference number is JUGXYQOP and they will only hold your table for 15 minutes just an fyi . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also need a train for Wednesday I need to arrive by 12:30 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What are your departure and arrival stations ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from london kings cross and going to cambridge . Arrival time as close to 12:30 as possible please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,day,'Wednesday');(_:result,destination,'Cambridge');(_:result,id,'TR2417');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2417 will arrive in Cambridge on Wednesday by 12:08 , would you like a ticket for this train ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , also for 5 people . And I 'd like a reference number , please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'OLG8B5M8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay you train is booked and your reference number is OLG8B5M8 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that should be it thanks"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was successful , the total fee is 118 GBP payable at the station"
}
] |
MUL0239.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",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ff888472"
],
[
"_:booking/ff888472",
"duration",
"at that time"
],
[
"_:booking/ff888472",
"duration",
"your specified time"
],
[
"_:booking/ff888472",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ff888472"
],
[
"_:booking/ff888472",
"duration",
"at that time"
],
[
"_:booking/ff888472",
"duration",
"your specified time"
],
[
"_:booking/ff888472",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUGXYQOP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ff888472"
],
[
"_:booking/ff888472",
"duration",
"at that time"
],
[
"_:booking/ff888472",
"duration",
"your specified time"
],
[
"_:booking/ff888472",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUGXYQOP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:booking/ff888472"
],
[
"_:booking/ff888472",
"duration",
"at that time"
],
[
"_:booking/ff888472",
"duration",
"your specified time"
],
[
"_:booking/ff888472",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"JUGXYQOP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2417"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:booking/ff888472"
],
[
"_:booking/ff888472",
"duration",
"at that time"
],
[
"_:booking/ff888472",
"duration",
"your specified time"
],
[
"_:booking/ff888472",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2417"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OLG8B5M8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay in Cambridge , moderate price for a hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Are there any amenities that you are looking for ? Parking ? Internet ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really have a preference for area . But I would like it to be a hotel rather than a guesthouse . And I would love free parking ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,name,'ashley hotel and lovell lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have ashley hotel and lovell lodge , shall I book you for one of the two ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 7 people . 5 nights starting Sunday ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Which of the 2 hotels should I book for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about the Ashley Hotel ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'L1S8JNAC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is L1S8JNAC . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train departing from stansted airport going to cambridge on sunday . I need to leave after 19:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR2021');(_:result,leave_at,'20:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2021 is leaving at 20:24 would that work for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please make a booking for my group . We 'll all be traveling together ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EZIAXWCQ');(_:booking,ticket,'56.56 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 56.56 GBP payable at the station . \n Reference number is : EZIAXWCQ . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! I 'm glad I could be of help . Have a good day ."
}
] |
PMUL1866.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"ashley hotel and lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"ashley hotel and lovell lodge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"ashley hotel and lovell lodge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L1S8JNAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"ashley hotel and lovell lodge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"L1S8JNAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR2021"
],
[
"_:result",
"leave_at",
"20:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"ashley hotel and lovell lodge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR2021"
],
[
"_:result",
"leave_at",
"20:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EZIAXWCQ"
],
[
"_:booking",
"ticket",
"56.56 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me some info on the Avalon hotel ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Avalon is a 4 star moderately priced guesthouse in the north with free internet . Would you like to book there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you book it for 5 people on Saturday ? We need rooms for 4 nights ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That one is not open , shall I try a shorter stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess we could shorten it ; can you try 2 nights instead ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZWN28J72');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : ZWN28J72 . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'frankie and bennys');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am looking for a restaurant called Frankie and Bennys"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "its in Cambridge Leisure Park Clifton Way Cherry Hinton . should i book for you a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'17:45');(_:search,people,'five');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , the five of us would like to eat at 17:45 before we check in to the hotel ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but I can not get you in at that time . Is there another day or time slot that would work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Book it for 30 min earlier . I need the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'17:45');(_:booking,ref,'6MIRFIR2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh ! I got you the table for your original time at 17:45 . Your reference number is 6MIRFIR2 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to book a taxi from the restaurant to the hotel ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "For what times ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'the time of my reservation');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi so that it arrives by the time of my reservation at the restaurant ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'17:45');(_:result,car,'black tesla');(_:result,departure,'Avalon');(_:result,destination,\"Frankie and Benny 's\");(_:result,phone,'07715682347');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked to take you from Avalon to Frankie and Benny 's at 17:45 . Your taxi will be a black tesla and the contact bumber is 07715682347 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds great . Thank you very much ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will you need any thing else now ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all for me , goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . I hope you have a pleasant trip ! Goodbye !"
}
] |
MUL1219.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZWN28J72"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZWN28J72"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZWN28J72"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/6e0ce99f"
],
[
"_:booking/6e0ce99f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/6e0ce99f"
],
[
"_:booking/6e0ce99f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"ref",
"6MIRFIR2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/6e0ce99f"
],
[
"_:booking/6e0ce99f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"ref",
"6MIRFIR2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the time of my reservation"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/6e0ce99f"
],
[
"_:booking/6e0ce99f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"ref",
"6MIRFIR2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the time of my reservation"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"departure",
"Avalon"
],
[
"_:result",
"destination",
"Frankie and Benny 's"
],
[
"_:result",
"phone",
"07715682347"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/e6486798"
],
[
"_:booking/e6486798",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/6e0ce99f"
],
[
"_:booking/6e0ce99f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"17:45"
],
[
"_:booking",
"ref",
"6MIRFIR2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the time of my reservation"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"17:45"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"departure",
"Avalon"
],
[
"_:result",
"destination",
"Frankie and Benny 's"
],
[
"_:result",
"phone",
"07715682347"
],
[
"_: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,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was hoping to see local places while in cambridge . Some entertainment would be great ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i got 5 options . which side is okay for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "It does n't matter . Can I have the address of a good one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,name,'funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about funky fun house , they are located at 8 mercers row , mercers row industrial estate ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could i also get the phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . The phone number is 01223304705 , and the postcode is cb58hy . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a restuarant . I want something on the south side . Expensive ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many . What kind of food would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Indian food is my favorite ! What 's the address for the best one ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'south');(_:search,food,'Indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are n't any Indian restaurants in the south side of town , would you like me to look in other areas ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you check one more time ? Restaurant in the south part of town , expensive , that serves Indian food ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'Indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there does n't seem to be any expensive Indian restaurants to the south ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you check again for a 3rd time ? I really want to eat Indian food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Please stop asking to check for the same thing . I have said there is none in the south try a different area ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any Indian restaurants in the south in a different price range ?"
},
{
"id": 15,
"rdf-acts": [
"hello()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'South');(_:result,food,'Indian');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hi this is the supervisor . I apologize for the attitude of our staff . We do have taj tandoori , and expensive Indian restaurant in the South . Would you like me to book ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . May I have the address ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 64 Cherry Hinton Road Cherry Hinton . Can i help you with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks so much for all of your help ! Have a great day !"
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Also , thanks for the apology . I do n't need anything else at this time ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day . good bye ."
}
] |
PMUL4899.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/dee60b65"
],
[
"_:search/dee60b65",
"area",
"south"
],
[
"_:search/dee60b65",
"food",
"Indian"
],
[
"_:search/dee60b65",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/dee60b65"
],
[
"_:search/dee60b65",
"area",
"south"
],
[
"_:search/dee60b65",
"food",
"Indian"
],
[
"_:search/dee60b65",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e4118d40"
],
[
"_:search/e4118d40",
"area",
"south"
],
[
"_:search/e4118d40",
"food",
"Indian"
],
[
"_:search/e4118d40",
"pricerange",
"expensive"
],
[
"_:search/e4118d40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_: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",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/dee60b65"
],
[
"_:search/dee60b65",
"area",
"south"
],
[
"_:search/dee60b65",
"food",
"Indian"
],
[
"_:search/dee60b65",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e4118d40"
],
[
"_:search/e4118d40",
"area",
"south"
],
[
"_:search/e4118d40",
"food",
"Indian"
],
[
"_:search/e4118d40",
"pricerange",
"expensive"
],
[
"_:search/e4118d40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/75b45143"
],
[
"_:search/75b45143",
"area",
"south"
],
[
"_:search/75b45143",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_: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",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/dee60b65"
],
[
"_:search/dee60b65",
"area",
"south"
],
[
"_:search/dee60b65",
"food",
"Indian"
],
[
"_:search/dee60b65",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e4118d40"
],
[
"_:search/e4118d40",
"area",
"south"
],
[
"_:search/e4118d40",
"food",
"Indian"
],
[
"_:search/e4118d40",
"pricerange",
"expensive"
],
[
"_:search/e4118d40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/75b45143"
],
[
"_:search/75b45143",
"area",
"south"
],
[
"_:search/75b45143",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/dee60b65"
],
[
"_:search/dee60b65",
"area",
"south"
],
[
"_:search/dee60b65",
"food",
"Indian"
],
[
"_:search/dee60b65",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e4118d40"
],
[
"_:search/e4118d40",
"area",
"south"
],
[
"_:search/e4118d40",
"food",
"Indian"
],
[
"_:search/e4118d40",
"pricerange",
"expensive"
],
[
"_:search/e4118d40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/75b45143"
],
[
"_:search/75b45143",
"area",
"south"
],
[
"_:search/75b45143",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/dee60b65"
],
[
"_:search/dee60b65",
"area",
"south"
],
[
"_:search/dee60b65",
"food",
"Indian"
],
[
"_:search/dee60b65",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e4118d40"
],
[
"_:search/e4118d40",
"area",
"south"
],
[
"_:search/e4118d40",
"food",
"Indian"
],
[
"_:search/e4118d40",
"pricerange",
"expensive"
],
[
"_:search/e4118d40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/75b45143"
],
[
"_:search/75b45143",
"area",
"south"
],
[
"_:search/75b45143",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Excellent ! Do you need assistance with transportation arrangements ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'ruskin gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but I do need some information on the Ruskin Gallery ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'anglia ruskin university , east road');(_:result,entrance_fee,'free entry');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "its address is \t anglia ruskin university , east road and it has a free entry"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what is their postcode and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'0124549131');(_:result,postcode,'cb11pt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb11pt and phone number is 0124549131"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a train leaving on wednesday and arrive at 12:00"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please tell me your departure and destination locations ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leaving Norwich and going to Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'10:35');(_:result,day,'Wednesday');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR1180');(_:result,leave_at,'09:16');(_:result,ticket,'17.60 lbs');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1180 will leave Norwich for Cambridge Wednesday at 09:16 and arrive at 10:35 . The cost of the train is 17.60 lbs . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , Can you please tell me the travel time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the trip is 79 minutes long"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Will the train provide any snacks or a meal ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I am sorry but we are not given that information in our systems , you will have to ask when you arrive ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are so welcome"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . thank you ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are very welcome"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a great day . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL4821.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"ticket",
"17.60 lbs"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"ticket",
"17.60 lbs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"ticket",
"17.60 lbs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_: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",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"ticket",
"17.60 lbs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"entrance_fee",
"free entry"
],
[
"_:result",
"phone",
"0124549131"
],
[
"_:result",
"postcode",
"cb11pt"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"ticket",
"17.60 lbs"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for unusual food . And I want a place in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,amount,'some');(_:result,area,'center');(_:result,food,'African');(_:result,food,'gastropubs');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have anything matching unusual but I do have an African restaurant in the center of town as well as some gastropubs . Would either interest you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll take something that is cheap ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a total of 15 restaurants that are cheap in the centre . Is there another type you would like to try ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you recommend a restaurant that is a little more different then the rest ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend golden house"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that Italian ? I would like an Italian restaurant , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay , how about the pizza hut city centre ? I heard it 's pretty good ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , that sounds good . I need to make a reservation for 2 people on Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like to visit ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'13:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 13:15 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'97AAF776');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the table for you . It will be reserved for 15 minutes . The reference number is 97AAF776 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's great , thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome . Have a good day !"
}
] |
SNG0516.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"unusual"
],
[
"_:system",
"canthelp",
"_:search/8080c2a3"
],
[
"_:search/8080c2a3",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8080c2a3"
],
[
"_:search/8080c2a3",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8080c2a3"
],
[
"_:search/8080c2a3",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8080c2a3"
],
[
"_:search/8080c2a3",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8080c2a3"
],
[
"_:search/8080c2a3",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/8080c2a3"
],
[
"_:search/8080c2a3",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"97AAF776"
],
[
"_: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,'graffiti');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me information on a restaurant called graffiti ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,food,'British');(_:result,name,'Graffiti');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Graffiti is a British restaurant on Hotel Felix Whitehouse Lane Huntingdon Road . Would you like more information or a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 2 for Wednesday , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can absolutely do that for you , what time would you like me to make that reservation for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "At 14:00 please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,duration,'that time');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry they do not have a table at that time , perhaps another restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any other restaurants in that area in the same price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Travellers Rest');(_:booking,ref,'1JYRFRT0');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,food,'British');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I booked Travellers Rest for you . It is also an expensive British restaurant . Reference number 1JYRFRT0 . Will that be all for today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()",
"inform((_:search,area,'same area');(_:search,name,'Travellers Rest');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "If Travellers Rest is in the same area as Grafitti then that will be all . Thank you for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy the rest fo your day"
}
] |
SSNG0167.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"graffiti"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"canthelp",
"_:booking/eb87a5b3"
],
[
"_:booking/eb87a5b3",
"duration",
"that time"
],
[
"_:booking/eb87a5b3",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"canthelp",
"_:booking/eb87a5b3"
],
[
"_:booking/eb87a5b3",
"duration",
"that time"
],
[
"_:booking/eb87a5b3",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"ref",
"1JYRFRT0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Travellers Rest"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a place to stay ? I need a place in town that offers free parking and free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'25');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am showing 25 entries , maybe we can narrow it down a bit . What price range and part of town are you looking for ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are any of them a guesthouse in the moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes ! The Acorn Guest House is very popular . Would you like more information on that hotel ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could i get the postcode , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the acorn guest house');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode for the acorn guest house is cb41da ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a place to dine ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a specific type of food you would like to eat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like british food in the moderate price range please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Restaurant One Seven');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found Restaurant One Seven within your range . Would you like for me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Can I have the address and phone number , please ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "The address is De Vere University Arms Regent Street City Centre and the phone number is 01223337766 . Have a great night !"
}
] |
MUL0054.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"25"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"25"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Restaurant One Seven"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kambar');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to find out if there 's a particular attraction in Cambridge called kambar"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,name,'Kambar');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , Kambar is a nightclub in the centre of town . Can I give you some information on it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please , can I get the postcode , phone number , and address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'1 wheeler street');(_:result,phone,'01223842725');(_:result,postcode,'cb23qb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure the address is 1 wheeler street , postcode is cb23qb and the phone number is 01223842725 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a really pricey Guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'guest houses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I do n't know of any expensive guest houses . Can I look for something else for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm . Do you have any guest houses in the east with free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are a few of them . What price ranger would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a cheap one if that 's fine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend allenbell . It has 4 stars and is in your price range . May I book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'll need it to start on Tuesday and go for 5 nights . It will be 2 people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'Allenbell');(_:booking,people,'2');(_:booking,ref,'PYY0CNUX');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation for the Allenbell for 2 people for 5 nights starting on Tuesday . Your reference number is PYY0CNUX . Is there anything else I may assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That takes care of all I needed . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . I hope you enjoy your stay . Goodbye ."
}
] |
PMUL2989.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/6f19573e"
],
[
"_:search/6f19573e",
"category",
"guest houses"
],
[
"_:search/6f19573e",
"pricerange",
"expensive"
],
[
"_:search/6f19573e",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f19573e"
],
[
"_:search/6f19573e",
"category",
"guest houses"
],
[
"_:search/6f19573e",
"pricerange",
"expensive"
],
[
"_:search/6f19573e",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f19573e"
],
[
"_:search/6f19573e",
"category",
"guest houses"
],
[
"_:search/6f19573e",
"pricerange",
"expensive"
],
[
"_:search/6f19573e",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f19573e"
],
[
"_:search/6f19573e",
"category",
"guest houses"
],
[
"_:search/6f19573e",
"pricerange",
"expensive"
],
[
"_:search/6f19573e",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"PYY0CNUX"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hey ! Trying to locate a train that goes to broxbourne and would leave right after 17:45 ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help with that ! What day would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:01');(_:result,id,'TR5484');(_:result,leave_at,'18:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5484 leaves at 18:01 and arrives by 19:01 . Will that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need 2 tickets ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'HZ0I8VML');(_:booking,ticket,'35.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set . The fee will be 35.79 GBP and you can pay at the station . Your reference number is HZ0I8VML . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'downing college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I also need information on downing college ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Jesus College');(_:result,type,'Attraction'))",
"canthelp((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Noone in the center appears to b open . You would be more than pleased with Jesus College which is and is beautiful ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Downing College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm really interested in Downing College . Can you tell me the area , address , and fee for that one ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Regent Street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Downing College is located in the centre , located on Regent Street . The postcode is cb21dq . The entrance fee is free . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that will be all . Thanks . Good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our services today . Glad I was able to help have a nice day ."
}
] |
PMUL1271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"id",
"TR5484"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"id",
"TR5484"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HZ0I8VML"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"id",
"TR5484"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HZ0I8VML"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Jesus College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/8ab9909f"
],
[
"_:search/8ab9909f",
"area",
"center"
],
[
"_:search/8ab9909f",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"name",
"Downing College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"19:01"
],
[
"_:result",
"id",
"TR5484"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HZ0I8VML"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/8ab9909f"
],
[
"_:search/8ab9909f",
"area",
"center"
],
[
"_:search/8ab9909f",
"type",
"Attraction"
],
[
"_:search",
"name",
"Downing College"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'light bites');(_:search,pricerange,'mid price');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to eat in Cambridge . I 'd like to eat light bites in the mid price range please ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'light bites');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Hmmm . Nothing is coming to mind for light bites in that price range . May I suggest something else for dining ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , how about some Italian food ? That sounds good , too ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a certain area you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "anywhere should be fine . find me the postcode , phone number and location please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'21 - 24 Northampton Road');(_:result,area,'West');(_:result,name,'Prezzo');(_:result,phone,'0179952160');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "You should try Prezzo it is located at 21 - 24 Northampton Road in the West , post code cb30ad and their number is 0179952160 . Do you need more help today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a room as well , with free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have several is there a specific area or price range you 'd like me to look at ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'same price range');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a 4 star place with the same price range as the restaurant . And free parking as well ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Finches Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Finches Bed and Breakfast ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , can you book that for me ? Starting friday , 2 nights , and 5 people"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize , but our hotel booking system is currently down . Can I help you with something else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That is all that I need ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'GXCM3S30');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize for the delay . The system is up and the booking was successful . Your reference number is GXCM3S30 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need today . Have a great day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I am happy to have assisted ! Goodbye !"
}
] |
PMUL0305.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"light bites"
],
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"0179952160"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"0179952160"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"phone",
"0179952160"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"phone",
"0179952160"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/6e8bafde"
],
[
"_:booking/6e8bafde",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8197994c"
],
[
"_:search/8197994c",
"food",
"light bites"
],
[
"_:search/8197994c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"phone",
"0179952160"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/6e8bafde"
],
[
"_:booking/6e8bafde",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GXCM3S30"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please help me find a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can definitely do that . Did you have a type of food or a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'northern european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderately priced Northern European cuisine , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Northern European');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry I have no listings for moderately priced Northern European cuisine . Could you reconsider your price range or food type ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , can you find me another restaurant that serves Indian food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many what area can I look in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any area of town is fine ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,name,'Curry Prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you still like a restaurant in the moderate price range ? I would recommend the Curry Prince ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . May I have the post code for that place ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is cb58jj ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to find someplace to visit in the centre of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction are you interested in visiting ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you make a recommendation and provide entrance fee , postcode , and address ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have any interests for attractions ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Can you make a suggestion ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'1 Station Road');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Club Salsa is pretty rad . It 's at 1 Station Road ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the entrance fee and post code ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entry fee is 5 pounds ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me the address and postcode ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 station road');(_:result,postcode,'cb12jb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are a 1 station road , postcode cb12jb , any other questions today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you 've been very helpful . Thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to have been of help . Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL2124.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"northern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 Station Road"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/37024dd4"
],
[
"_:search/37024dd4",
"food",
"Northern European"
],
[
"_:search/37024dd4",
"pricerange",
"moderately priced"
],
[
"_:search/37024dd4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay , preferably a guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 24 guesthouses . Do you have a specific area of town you would prefer ? Or maybe a price range or number of stars you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should be on the north side of town and cheap ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer in the cheap range ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'City Centre North B&B');(_:result,name,'Worth House');(_:result,stars,'0');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheaper');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 that are cheaper . The Worth House is 4-star rated . City Centre North B&B has 0 star rating . Both offer free wifi and parking . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Why do n't we go with the Worth House ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to book you a room . How many people and for which day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book a room for Friday for 5 people , 4 nights please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'IJ1HUBDZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and your reference number is IJ1HUBDZ ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Can you also book a taxi for me to commute between these places ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to book you a taxi , but to do that I will need a destination or starting point , in addition to Worth House ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about an attraction in the same area as the hotel ?"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,category,'boating');(_:result,category,'park');(_:result,category,'swimming pools');(_:result,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 4 different attractions in the north . I have 2 swimming pools , a park , and a boating attraction . Do you have a preference ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'09:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Not really . I will pick one that interests me . Could you get me a taxi to take me from the hotel at 09:30 ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,departure,'hotel');(_:result,entrance_fee,'free');(_:result,leave_at,'9:30');(_:result,name,'Milton Country Park');(_:result,phone,'07080139469');(_:result,type,'Attraction');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Milton Country Park is a nice free attraction . I booked you a taxi that will pick you up at 9:30 from your hotel . It 's a white audi , contact is 07080139469"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! I ca n't think of anything else I need Thank you for your help ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "No problem , happy to be assistance ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You were very helpful ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your stay . Have a nice day ."
}
] |
MUL2617.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"IJ1HUBDZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"IJ1HUBDZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"IJ1HUBDZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"IJ1HUBDZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"leave_at",
"9:30"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"07080139469"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:search",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"IJ1HUBDZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"leave_at",
"9:30"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"07080139469"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
]
],
"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,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel in the east which includes free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have a few in the east that have internet , would you like me to get the information on a few for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , I would also like for it to be a guesthouse style and in the area of east , thank you"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have a few different options available , did you preference a moderate or cheap priced hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a preference on price . It also does n't need to have free parking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'A and B Guest House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found one option with your preferences , the A and B Guest House . It has a moderate price range and 4 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds lovely . I also am looking for an Italian restaurant in the moderate price range , can you help me ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely , you have five choices . Would you prefer a place in the south , centre , west , or east side of Cambridge ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a place in the east , please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'pizza Hut Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That would be pizza Hut Fen Ditton , what time would you like to go ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a reservation for 6 people at 14:45 on saturday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am very sorry I was unable to get a reservation at that time , would you like to try for another time slot ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'13:45');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , let 's try a little earlier at 13:45 , and I will need a reference number please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'Y0GBAGST');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : Y0GBAGST ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I also need a taxi to commute between two places ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I can help you book a taxi , can you tell me a little more detail about your taxi request ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Sure , I 'll be going from the hotel to the restaurant , and of course I want to get there for that 13:45 reservation ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red Volkswagen');(_:result,phone,'07121756826');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a red Volkswagen for you . The contact number is 07121756826 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of the helpful information !"
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Would you like anything else ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you get me the contact number for the car ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,phone,'07121756826');(_:result,type,'Taxi'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Yes . The contact number is 07121756826 . Is there anything else I can help you with ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , you 've been very helpful ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre and you have a nice day ."
}
] |
MUL0160.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": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/62f36112"
],
[
"_:booking/62f36112",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:45"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/62f36112"
],
[
"_:booking/62f36112",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Y0GBAGST"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/62f36112"
],
[
"_:booking/62f36112",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Y0GBAGST"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/62f36112"
],
[
"_:booking/62f36112",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Y0GBAGST"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Volkswagen"
],
[
"_:result",
"phone",
"07121756826"
],
[
"_:result",
"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",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/62f36112"
],
[
"_:booking/62f36112",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Y0GBAGST"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Volkswagen"
],
[
"_:result",
"phone",
"07121756826"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"pizza Hut Fen Ditton"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/62f36112"
],
[
"_:booking/62f36112",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"Y0GBAGST"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Volkswagen"
],
[
"_:result",
"phone",
"07121756826"
],
[
"_: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,area,'south');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you tell me if you have a 5 star hotel on the south side ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't happen to have anything that meets your specifications . Can I look in another area for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It really needs to be in the south and have a 5 star rating . It can be a hotel or guesthouse though ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,category,'guesthouses');(_:search,category,'hotels');(_:search,stars,'5');(_:search,type,'Hotel'))",
"select((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no hotels are guesthouses with a 5 star rating in the south . Would you like to try a 4 star rating instead ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yeah , that would be fine ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'aylesbray lodge guest house');(_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 2 guesthouses that match your needs . aylesbray lodge guest house or rosa 's bed and breakfast . Does either of these fancy your interest ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do either of them have internet ? I 'll also take the address for both ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'5 Mowbray Road');(_:result,address,'53 Roseford Road');(_:result,name,'Aylesbray');(_:result,name,\"Rosa 's\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they both do . Aylesbray is at 5 Mowbray Road , and Rosa 's is located at 53 Roseford Road ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the information !"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome , do you need any thing else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling Cambridge TownInfo Centre . Goodbye ."
}
] |
SNG0801.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a6fe6131"
],
[
"_:search/a6fe6131",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a6fe6131"
],
[
"_:search/a6fe6131",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/b444da32"
],
[
"_:search/b444da32",
"area",
"south"
],
[
"_:search/b444da32",
"category",
"guesthouses"
],
[
"_:search/b444da32",
"category",
"hotels"
],
[
"_:search/b444da32",
"stars",
"5"
],
[
"_:search/b444da32",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a6fe6131"
],
[
"_:search/a6fe6131",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/b444da32"
],
[
"_:search/b444da32",
"area",
"south"
],
[
"_:search/b444da32",
"category",
"guesthouses"
],
[
"_:search/b444da32",
"category",
"hotels"
],
[
"_:search/b444da32",
"stars",
"5"
],
[
"_:search/b444da32",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a6fe6131"
],
[
"_:search/a6fe6131",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/b444da32"
],
[
"_:search/b444da32",
"area",
"south"
],
[
"_:search/b444da32",
"category",
"guesthouses"
],
[
"_:search/b444da32",
"category",
"hotels"
],
[
"_:search/b444da32",
"stars",
"5"
],
[
"_:search/b444da32",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"address",
"53 Roseford Road"
],
[
"_:result",
"name",
"Aylesbray"
],
[
"_:result",
"name",
"Rosa 's"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a6fe6131"
],
[
"_:search/a6fe6131",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/b444da32"
],
[
"_:search/b444da32",
"area",
"south"
],
[
"_:search/b444da32",
"category",
"guesthouses"
],
[
"_:search/b444da32",
"category",
"hotels"
],
[
"_:search/b444da32",
"stars",
"5"
],
[
"_:search/b444da32",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"address",
"53 Roseford Road"
],
[
"_:result",
"name",
"Aylesbray"
],
[
"_:result",
"name",
"Rosa 's"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I 'm trying to find a train to take me to London Kings Cross from Cambridge , are there any on that route ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have many trains departing Cambridge for London Kings Cross , is there a particular day you are wanting to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Thanks ! Do you have a particular time you want to leave or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive in London at or just before 13:15 , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'11:51');(_:result,id,'TR5170');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest to that time is TR5170 which arrives at 11:51 . Can I get you tickets for that ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the departure time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,leave_at,'11:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That one departs Cambridge at 11:00 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "51 minutes , Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No thank you . Could you find me an attraction to go visit ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'so much to do');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd be happy to ! There is so much to do - did you have a particular type of attraction in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , but I would like something in the east ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Cambridge Museum of Technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What about the Cambridge Museum of Technology ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds neat . Could you tell me their postcode ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58ld"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your time ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and enjoy your stay ."
}
] |
PMUL1486.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_: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",
"london kings cross"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so much to do"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so much to do"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:result",
"arrive_by",
"11:51"
],
[
"_:result",
"id",
"TR5170"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"so much to do"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I am looking for colleges in town to go visit"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "In which area of town would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't really have a preference . Can you suggest a college and give me the postcode for it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,name,'Clare College');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , Clare College on Trinity Lane , postcode cb21tl , is very nice . Can I help you find anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train as well . It needs to leave Cambridge on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where should it be going ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , It needs to depart from leicester and go to cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'leicester');(_:result,leave_at,'5:09');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Trains leave leicester on the : 09 every hour , starting at 5:09 in the morning . What time would you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Cambridge by 15:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:54');(_:result,destination,'Cambridge');(_:result,id,'TR0104');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0104 would get you to Cambridge by 14:54 , would you like me to book you passage ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually , that 's ok . I will do that later . But can you please let me know what the travel time is ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 105 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thanks for contacting us , have an amazing day !"
}
] |
MUL1706.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15: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",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0104"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0104"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 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,departure,'cambridge');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train that leaves Cambridge after 17:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'Cambridge');(_:result,leave_at,'17:30');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains that leave Cambridge after 17:30 . Can you please tell me your destination so I can find the most appropriate one for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'49');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 49 trains , do you have a preferred day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Sunday please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'18:55');(_:result,id,'TR1975');(_:result,leave_at,'17:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1975 leaves at 17:36 and arrives by 18:55 . Is that okay ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , what is the travel time and price for that train ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,ticket,'14.08 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 79 minutes and the cost of the ticket is 14.08 pounds ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you also confirm the arrival time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:55');(_:result,day,'Sunday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Of course , the arrival time of the train is Sunday at 18:55 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Do you need any other information ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 'll be all !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "All right , please enjoy your trip !"
}
] |
SNG0292.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"17:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"leave_at",
"17:30"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"49"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"49"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR1975"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"49"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"id",
"TR1975"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"49"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1975"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"count",
"49"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1975"
],
[
"_:result",
"leave_at",
"17:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"14.08 pounds"
],
[
"_:result",
"arrive_by",
"18:55"
],
[
"_:result",
"day",
"Sunday"
],
[
"_: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,category,'hotel');(_:search,pricerange,'moderately');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm trying to find a 4-star hotel that 's moderately priced please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a certain area you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . but it should also have free wifi ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I was not able to find any hotels matching that requirement , is there something else you would like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You do n't have any moderately priced 4 stars with wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We do have guesthouses available . Is that okay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes if you can find a place for 5 people"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can help ! for how many days starting when ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "2 nights , starting on Wednesday please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'acorn guest house');(_:booking,ref,'MZ8CPFEK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The acorn guest house Booking was successful . \n Reference number is : MZ8CPFEK"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'rice boat');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Thank you . I need to find a restaurant called rice boat ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "What would you like to know about it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of food do they serve ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve Indian food . Do you need any other information , or help making a booking ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Not at this time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , well if there 's nothing else i can do for you today , enjoy your time in Cambridge !"
}
] |
PMUL4636.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/39cb2c79"
],
[
"_:search/39cb2c79",
"category",
"hotels"
],
[
"_:search/39cb2c79",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/39cb2c79"
],
[
"_:search/39cb2c79",
"category",
"hotels"
],
[
"_:search/39cb2c79",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/39cb2c79"
],
[
"_:search/39cb2c79",
"category",
"hotels"
],
[
"_:search/39cb2c79",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/39cb2c79"
],
[
"_:search/39cb2c79",
"category",
"hotels"
],
[
"_:search/39cb2c79",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"MZ8CPFEK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"rice boat"
],
[
"_: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"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/39cb2c79"
],
[
"_:search/39cb2c79",
"category",
"hotels"
],
[
"_:search/39cb2c79",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"MZ8CPFEK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_: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",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/39cb2c79"
],
[
"_:search/39cb2c79",
"category",
"hotels"
],
[
"_:search/39cb2c79",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"MZ8CPFEK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a train that leaves on Friday and arrives by 19:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What location will you be departing from and what location will you be arriving at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go from broxbourne to cambridge by 19:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:32');(_:result,departure,'broxbourne');(_:result,destination,'cambridge');(_:result,id,'TR4322');(_:result,leave_at,'17:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4322 will depart broxbourne at 17:32 and arrive in cambridge at 18:32 . Would you like tickets for that train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the price and travel time on that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'90 minutes');(_:result,ticket,'17.90');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 17.90 and the travel time is 90 minutes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a suggestion for a cheap restaurant in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several cheap restaurants what type of food do you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the reference number for the train ? I would like cheap italian food in the center ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,food,'Italian');(_:result,name,'Zizzi Cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many passengers should I book on the train ? There are three cheap Italian places . I could suggest Zizzi Cambridge . Would you like to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,duration,'10:45');(_:search,name,'zizzi cambridge');(_:search,people,'8');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do n't worry about booking the train . I just need a reservation for Zizzi Cambridge for 8 people at 10:45 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GAFY4UMT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : GAFY4UMT . Is there anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I 'm good , thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could be of assistance . Enjoy your meal !"
}
] |
MUL1545.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4322"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_: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",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4322"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"90 minutes"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4322"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"90 minutes"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4322"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"90 minutes"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4322"
],
[
"_:result",
"leave_at",
"17:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"90 minutes"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GAFY4UMT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a place to stay that includes free parking and is moderately priced ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many guesthouses and hotels available . Do you have a preference on the number of stars or location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No star preference , but I would like it to be a hotel type ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels that fit your criteria : the Ashley Hotel and the Lovell Lodge . Which would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Ashley Hotel will do fine . Can you book me a room there ? It will just be myself staying ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days would you be staying there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i d be staying for 3 nights"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect , and what day will you be arriving ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be arriving on Monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'TY5A2H5O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : TY5A2H5O . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm interested in knowing what attractions are in the area as well ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'jesus green outdoor pool');(_:result,name,'kings hedges learner pool');(_:result,name,'milton country park');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "In the north we have riverboat georgina , milton country park , jesus green outdoor pool , and kings hedges learner pool . Do any of these sound good ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am interested in visiting one of the colleges actually ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'north');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no colleges located in the north area of the city . Would you like to try another area of town ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please . Any area would be fine so long as its a nice college to visit . Would you recommend the best one ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Personally , I 'd recommend Christ 's College in the Centre . The entrance fee there is free ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds perfect ! Can I have their phone number , please ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , their phone number is 01223334900 . May I help with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
MUL1117.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TY5A2H5O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TY5A2H5O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TY5A2H5O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e9e7fecc"
],
[
"_:search/e9e7fecc",
"area",
"north"
],
[
"_:search/e9e7fecc",
"category",
"colleges"
],
[
"_:search/e9e7fecc",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TY5A2H5O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/e9e7fecc"
],
[
"_:search/e9e7fecc",
"area",
"north"
],
[
"_:search/e9e7fecc",
"category",
"colleges"
],
[
"_:search/e9e7fecc",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:booking",
"ref",
"TY5A2H5O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/e9e7fecc"
],
[
"_:search/e9e7fecc",
"area",
"north"
],
[
"_:search/e9e7fecc",
"category",
"colleges"
],
[
"_:search/e9e7fecc",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'travellers rest');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking to find out some information about a restaurant called Travellers Rest ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I can help with that , what sort of information do you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table on Thursday for 6 people at 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9UPU6TFE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 9UPU6TFE . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like to find a place to stay near the town centre that has a star rate of 0 that has free WiFi in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cityroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz has everything you are looking for in accommodation . Would you like me to go ahead and book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . Can I get a reservation for the same group of people on the same day ? We 'll be staying 4 nights ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'thursday');(_:booking,name,'cityroomz');(_:booking,people,'6');(_:booking,ref,'LDYHL4PR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made you a reservation at cityroomz for 6 people starting thursday night . Your reference number is LDYHL4PR . Can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I also need a taxi from the restaurant to the hotel . Can you help me with that ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When are you wanting to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm sorry , I need that taxi to take me from the hotel to the restaurant . I need to arrive at 13:30"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'red Toyota');(_:result,phone,'07791600015');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful , and it will be a red Toyota . Contact number is 07791600015 . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That 's all I needed help with today . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL0059.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9UPU6TFE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9UPU6TFE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"LDYHL4PR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"LDYHL4PR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"thursday"
],
[
"_:booking",
"name",
"cityroomz"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"LDYHL4PR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Toyota"
],
[
"_:result",
"phone",
"07791600015"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking for somewhere to go in the centre area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great ! The centre has many attractions . Are you interested in a particular type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would love to maybe tour a college if I can ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'The downing college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 13 colleges in the centre area . The downing college is one that is free to enter . Would you like more information on this one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , and do you have the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Regent Street');(_:result,name,'Downing College');(_:result,phone,'01223334860');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Downing College is on Regent Street and the phone number is 01223334860 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . You have been very helpful . Have a great day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Thank you for calling Cambridge TownInfo Centre . Goodbye ."
}
] |
SNG1068.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The downing college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need assistance finding a restaurant that is cheap and serves british food , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , I do not have any cheaply priced British restaurants in the city . Would you like a different type of food or maybe a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any Asian Oriental restaurants in the same price range ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,food,'asian oriental');(_:result,name,'The dojo noodle bar');(_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I found 2 cheap asian oriental places to eat . The dojo noodle bar and j restaurant . Would you like me to book a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:00');(_:search,name,'dojo noodle bar');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please book me a table at the dojo noodle bar for 7 people at 19:00 on wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'J Restaurant');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I could n't get you a table at Dojo , I can get you one at J Restaurant , if you want ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That works . Same parameters , please . I need the reference number too ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'F10EIGQ3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Your table will be reserved for 15 minutes . Reference number : F10EIGQ3 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you for all your help ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Thanks for calling and enjoy your dinner ."
}
] |
SSNG0075.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e3a8573"
],
[
"_:search/2e3a8573",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e3a8573"
],
[
"_:search/2e3a8573",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"The dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e3a8573"
],
[
"_:search/2e3a8573",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"The dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/3fc1a968"
],
[
"_:booking/3fc1a968",
"type",
"Booking"
],
[
"_:booking",
"name",
"J Restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e3a8573"
],
[
"_:search/2e3a8573",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"The dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/3fc1a968"
],
[
"_:booking/3fc1a968",
"type",
"Booking"
],
[
"_:booking",
"name",
"J Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"F10EIGQ3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e3a8573"
],
[
"_:search/2e3a8573",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"The dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/3fc1a968"
],
[
"_:booking/3fc1a968",
"type",
"Booking"
],
[
"_:booking",
"name",
"J Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"F10EIGQ3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'loch fyne');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant by the name of Loch Fyne ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'37 Trumpington Street');(_:result,name,'Little Rose');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes ! The restaurant is at The Little Rose 37 Trumpington Street in the expensive price range . Would you like me to book tickets ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 8 people at 18:15 on friday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry there are no reservations at that time , can I find you another restaurant that fits what you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please try booking a different restaurant in the same area and price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "I will found you a different restaurant ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Very well . I really need a reliable booking , make sure you give me a reference number , I do n't want any confusion when I get there ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))",
"inform((_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How does The Cambridge Chop House sound ? It serves british food ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That would be good . I would like to try that one if you recommend it ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8JKPEA74');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book that for you , the reference number is 8JKPEA74 . Can I assist with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all . Thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome Have a nice day ."
}
] |
SSNG0109.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"loch fyne"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"loch fyne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"37 Trumpington Street"
],
[
"_:result",
"name",
"Little Rose"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"loch fyne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"37 Trumpington Street"
],
[
"_:result",
"name",
"Little Rose"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7778339f"
],
[
"_:booking/7778339f",
"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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"loch fyne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"37 Trumpington Street"
],
[
"_:result",
"name",
"Little Rose"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7778339f"
],
[
"_:booking/7778339f",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"loch fyne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"37 Trumpington Street"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7778339f"
],
[
"_:booking/7778339f",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"loch fyne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"37 Trumpington Street"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7778339f"
],
[
"_:booking/7778339f",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JKPEA74"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any fancy restaurants in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'tons');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have tons of options ! What s your favorite type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was looking for Chinese food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several restaurants serving Chinese food in town . What price range and part of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like expensive Chinese food located in the centre of town please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'17 Hills Road City Centre');(_:result,name,'sesame restaurant and bar');(_:result,phone,'01223358899');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You can try sesame restaurant and bar at 17 Hills Road City Centre . The phone number is 01223358899 . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book it for 2 people on Sunday at 17:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'DL52IYMD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I made those reservations and your reference number is DL52IYMD ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright great , that 's all I need thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your dinner ."
}
] |
PMUL0557.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"tons"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"17 Hills Road City Centre"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"phone",
"01223358899"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"DL52IYMD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.