turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find an expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a nice restaurant in the south of town serving chinese food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice restaurant in the south of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of peking restaurant is 01223 354755 and it is on 10 Homerton Street City Centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of peking restaurant is 01223 354755 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d2d103292-20130329_035601 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice place in the east of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal standard is 01223 247877 and it is on 290 Mill Road City Centre ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0a45bc863d-20130325_201117 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant in any area"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "persian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no persian restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is a nice restaurant in the centre of town serving north american food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town serving chinese food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town serving vietnamese food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone nymber"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-22756d9e8f-20130329_043814 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/dc83c299"
],
[
"_:search/dc83c299",
"food",
"persian"
],
[
"_:search/dc83c299",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/dc83c299"
],
[
"_:search/dc83c299",
"food",
"persian"
],
[
"_:search/dc83c299",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/dc83c299"
],
[
"_:search/dc83c299",
"food",
"persian"
],
[
"_:search/dc83c299",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/dc83c299"
],
[
"_:search/dc83c299",
"food",
"persian"
],
[
"_:search/dc83c299",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/dc83c299"
],
[
"_:search/dc83c299",
"food",
"persian"
],
[
"_:search/dc83c299",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/dc83c299"
],
[
"_:search/dc83c299",
"food",
"persian"
],
[
"_:search/dc83c299",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town that serves australian"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "australian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'australian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moderate restaurant in the east of town serving australian food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is unintelligible telephone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rajmahal is 01223 244955 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-14f776f781-20130328_123358 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/104ebc5a"
],
[
"_:search/104ebc5a",
"area",
"east"
],
[
"_:search/104ebc5a",
"food",
"australian"
],
[
"_:search/104ebc5a",
"pricerange",
"moderate"
],
[
"_:search/104ebc5a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/104ebc5a"
],
[
"_:search/104ebc5a",
"area",
"east"
],
[
"_:search/104ebc5a",
"food",
"australian"
],
[
"_:search/104ebc5a",
"pricerange",
"moderate"
],
[
"_:search/104ebc5a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/104ebc5a"
],
[
"_:search/104ebc5a",
"area",
"east"
],
[
"_:search/104ebc5a",
"food",
"australian"
],
[
"_:search/104ebc5a",
"pricerange",
"moderate"
],
[
"_:search/104ebc5a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/104ebc5a"
],
[
"_:search/104ebc5a",
"area",
"east"
],
[
"_:search/104ebc5a",
"food",
"australian"
],
[
"_:search/104ebc5a",
"pricerange",
"moderate"
],
[
"_:search/104ebc5a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the east part of town that serves singaporean food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice place in the east of town"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice place in the east of town"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sitar tandoori is 01223 249955 and it is on 43 High Street Cherry Hinton Cherry Hinton ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ec3c3aaf98-20130323_141045 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"singaporean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/d0b5ecdb"
],
[
"_:search/d0b5ecdb",
"food",
"singaporean"
],
[
"_:search/d0b5ecdb",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/d0b5ecdb"
],
[
"_:search/d0b5ecdb",
"food",
"singaporean"
],
[
"_:search/d0b5ecdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59b06b61"
],
[
"_:search/59b06b61",
"food",
"singaporean"
],
[
"_:search/59b06b61",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/d0b5ecdb"
],
[
"_:search/d0b5ecdb",
"food",
"singaporean"
],
[
"_:search/d0b5ecdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59b06b61"
],
[
"_:search/59b06b61",
"food",
"singaporean"
],
[
"_:search/59b06b61",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/d0b5ecdb"
],
[
"_:search/d0b5ecdb",
"food",
"singaporean"
],
[
"_:search/d0b5ecdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59b06b61"
],
[
"_:search/59b06b61",
"food",
"singaporean"
],
[
"_:search/59b06b61",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/d0b5ecdb"
],
[
"_:search/d0b5ecdb",
"food",
"singaporean"
],
[
"_:search/d0b5ecdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59b06b61"
],
[
"_:search/59b06b61",
"food",
"singaporean"
],
[
"_:search/59b06b61",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant and it should be in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rajmahal is 01223 244955 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal serves indian food"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe4b6ef58f-20130325_233144 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "traditional food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any part"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum serves modern european food in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-90732b027d-20130401_215925 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/629a3dc7"
],
[
"_:search/629a3dc7",
"food",
"traditional"
],
[
"_:search/629a3dc7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/629a3dc7"
],
[
"_:search/629a3dc7",
"food",
"traditional"
],
[
"_:search/629a3dc7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/629a3dc7"
],
[
"_:search/629a3dc7",
"food",
"traditional"
],
[
"_:search/629a3dc7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/629a3dc7"
],
[
"_:search/629a3dc7",
"food",
"traditional"
],
[
"_:search/629a3dc7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/629a3dc7"
],
[
"_:search/629a3dc7",
"food",
"traditional"
],
[
"_:search/629a3dc7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/629a3dc7"
],
[
"_:search/629a3dc7",
"food",
"traditional"
],
[
"_:search/629a3dc7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "part of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food do they serve"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill serves modern european food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,address,'quayside off bridge street');(_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the river bar steakhouse and grill is on Quayside Off Bridge Street"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130327_062939 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_: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,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"address",
"quayside off bridge street"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "shit served swiss food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swiss food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swiss food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a nice place in the west of town"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "viet"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'41518 castle street city centre');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , maharajah tandoori restaurant is on 41518 Castle Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'maharajah tandoori restaurant');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of maharajah tandoori restaurant is C.B 3, 0 A.H"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'maharajah tandoori restaurant');(_:result,phone,'01223 358399');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of maharajah tandoori restaurant is 01223 358399 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c2655d43-20130327_192312 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f3dbdd32"
],
[
"_:search/f3dbdd32",
"food",
"swiss"
],
[
"_:search/f3dbdd32",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f3dbdd32"
],
[
"_:search/f3dbdd32",
"food",
"swiss"
],
[
"_:search/f3dbdd32",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f3dbdd32"
],
[
"_:search/f3dbdd32",
"food",
"swiss"
],
[
"_:search/f3dbdd32",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f3dbdd32"
],
[
"_:search/f3dbdd32",
"food",
"swiss"
],
[
"_:search/f3dbdd32",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f3dbdd32"
],
[
"_:search/f3dbdd32",
"food",
"swiss"
],
[
"_:search/f3dbdd32",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/34525299"
],
[
"_:search/34525299",
"food",
"swiss"
],
[
"_:search/34525299",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f3dbdd32"
],
[
"_:search/f3dbdd32",
"food",
"swiss"
],
[
"_:search/f3dbdd32",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rajmahal is 01223 244955 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the type of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-6dbc3573bc-20130329_035304 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the east or in the west"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the east of town?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the east of town?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 18,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 20,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 22,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 23,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 24,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 26,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 28,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 30,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 31,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 32,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 33,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 34,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 35,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 36,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 37,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 38,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 39,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "hello"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice place in the east of town"
},
{
"id": 41,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town"
},
{
"id": 43,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 44,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a great restaurant"
},
{
"id": 45,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 46,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal standard is on 290 Mill Road City Centre"
},
{
"id": 47,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 48,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a great restaurant"
},
{
"id": 49,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a7ddefaeb3-20130328_173142 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"?"
],
[
"_: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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
]
],
"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
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
]
],
"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,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
]
],
"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,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
]
],
"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,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"royal standard"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45
]
},
{
"id": 23,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
]
},
{
"id": 24,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no cantonese restaurant in the west of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice restaurant in the west of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saint johns chop house is 01223 353110 and it is on 21 - 24 Northampton Street ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0a45bc863d-20130326_205629 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/90781744"
],
[
"_:search/90781744",
"area",
"west"
],
[
"_:search/90781744",
"food",
"cantonese"
],
[
"_:search/90781744",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/90781744"
],
[
"_:search/90781744",
"area",
"west"
],
[
"_:search/90781744",
"food",
"cantonese"
],
[
"_:search/90781744",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/90781744"
],
[
"_:search/90781744",
"area",
"west"
],
[
"_:search/90781744",
"food",
"cantonese"
],
[
"_:search/90781744",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/90781744"
],
[
"_:search/90781744",
"area",
"west"
],
[
"_:search/90781744",
"food",
"cantonese"
],
[
"_:search/90781744",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'24 green street city centre');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , bangkok city is on 24 Green Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-50af5438f1-20130402_081208 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard serves gastropub food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal standard is on 290 Mill Road City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal standard is C.B 1, 3 N.L"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-50af5438f1-20130402_084400 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "unusual food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "centre"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "unusual"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no expensive restaurant in the centre of town serving unusual food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no expensive restaurant in the north of town serving unusual food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no expensive restaurant in the south of town serving unusual food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no expensive restaurant in the south of town serving unusual food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no expensive restaurant in the south of town serving mediterranean food"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moderate restaurant in the south of town serving mediterranean food"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "city centre"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moderate restaurant in the centre of town serving mediterranean food"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moderate restaurant in the centre of town serving mediterranean food"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-f22c2bf9c7-20130328_120730 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"unusual"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"unusual"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"unusual"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dda8a187"
],
[
"_:search/dda8a187",
"area",
"south"
],
[
"_:search/dda8a187",
"food",
"unusual"
],
[
"_:search/dda8a187",
"pricerange",
"expensive"
],
[
"_:search/dda8a187",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dda8a187"
],
[
"_:search/dda8a187",
"area",
"south"
],
[
"_:search/dda8a187",
"food",
"unusual"
],
[
"_:search/dda8a187",
"pricerange",
"expensive"
],
[
"_:search/dda8a187",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/be0fe7c4"
],
[
"_:search/be0fe7c4",
"area",
"south"
],
[
"_:search/be0fe7c4",
"food",
"unusual"
],
[
"_:search/be0fe7c4",
"pricerange",
"expensive"
],
[
"_:search/be0fe7c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dda8a187"
],
[
"_:search/dda8a187",
"area",
"south"
],
[
"_:search/dda8a187",
"food",
"unusual"
],
[
"_:search/dda8a187",
"pricerange",
"expensive"
],
[
"_:search/dda8a187",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/be0fe7c4"
],
[
"_:search/be0fe7c4",
"area",
"south"
],
[
"_:search/be0fe7c4",
"food",
"unusual"
],
[
"_:search/be0fe7c4",
"pricerange",
"expensive"
],
[
"_:search/be0fe7c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"canthelp",
"_:search/e51ad5b8"
],
[
"_:search/e51ad5b8",
"area",
"south"
],
[
"_:search/e51ad5b8",
"food",
"mediterranean"
],
[
"_:search/e51ad5b8",
"pricerange",
"expensive"
],
[
"_:search/e51ad5b8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dda8a187"
],
[
"_:search/dda8a187",
"area",
"south"
],
[
"_:search/dda8a187",
"food",
"unusual"
],
[
"_:search/dda8a187",
"pricerange",
"expensive"
],
[
"_:search/dda8a187",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/be0fe7c4"
],
[
"_:search/be0fe7c4",
"area",
"south"
],
[
"_:search/be0fe7c4",
"food",
"unusual"
],
[
"_:search/be0fe7c4",
"pricerange",
"expensive"
],
[
"_:search/be0fe7c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"canthelp",
"_:search/e51ad5b8"
],
[
"_:search/e51ad5b8",
"area",
"south"
],
[
"_:search/e51ad5b8",
"food",
"mediterranean"
],
[
"_:search/e51ad5b8",
"pricerange",
"expensive"
],
[
"_:search/e51ad5b8",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/f73970ab"
],
[
"_:search/f73970ab",
"area",
"south"
],
[
"_:search/f73970ab",
"food",
"mediterranean"
],
[
"_:search/f73970ab",
"pricerange",
"moderate"
],
[
"_:search/f73970ab",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dda8a187"
],
[
"_:search/dda8a187",
"area",
"south"
],
[
"_:search/dda8a187",
"food",
"unusual"
],
[
"_:search/dda8a187",
"pricerange",
"expensive"
],
[
"_:search/dda8a187",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/be0fe7c4"
],
[
"_:search/be0fe7c4",
"area",
"south"
],
[
"_:search/be0fe7c4",
"food",
"unusual"
],
[
"_:search/be0fe7c4",
"pricerange",
"expensive"
],
[
"_:search/be0fe7c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"canthelp",
"_:search/e51ad5b8"
],
[
"_:search/e51ad5b8",
"area",
"south"
],
[
"_:search/e51ad5b8",
"food",
"mediterranean"
],
[
"_:search/e51ad5b8",
"pricerange",
"expensive"
],
[
"_:search/e51ad5b8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f73970ab"
],
[
"_:search/f73970ab",
"area",
"south"
],
[
"_:search/f73970ab",
"food",
"mediterranean"
],
[
"_:search/f73970ab",
"pricerange",
"moderate"
],
[
"_:search/f73970ab",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ae4046bf"
],
[
"_:search/ae4046bf",
"area",
"centre"
],
[
"_:search/ae4046bf",
"food",
"mediterranean"
],
[
"_:search/ae4046bf",
"pricerange",
"moderate"
],
[
"_:search/ae4046bf",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/731bb9a2"
],
[
"_:search/731bb9a2",
"area",
"centre"
],
[
"_:search/731bb9a2",
"food",
"unusual"
],
[
"_:search/731bb9a2",
"pricerange",
"expensive"
],
[
"_:search/731bb9a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/04a23a21"
],
[
"_:search/04a23a21",
"area",
"north"
],
[
"_:search/04a23a21",
"food",
"unusual"
],
[
"_:search/04a23a21",
"pricerange",
"expensive"
],
[
"_:search/04a23a21",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dda8a187"
],
[
"_:search/dda8a187",
"area",
"south"
],
[
"_:search/dda8a187",
"food",
"unusual"
],
[
"_:search/dda8a187",
"pricerange",
"expensive"
],
[
"_:search/dda8a187",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/be0fe7c4"
],
[
"_:search/be0fe7c4",
"area",
"south"
],
[
"_:search/be0fe7c4",
"food",
"unusual"
],
[
"_:search/be0fe7c4",
"pricerange",
"expensive"
],
[
"_:search/be0fe7c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"canthelp",
"_:search/e51ad5b8"
],
[
"_:search/e51ad5b8",
"area",
"south"
],
[
"_:search/e51ad5b8",
"food",
"mediterranean"
],
[
"_:search/e51ad5b8",
"pricerange",
"expensive"
],
[
"_:search/e51ad5b8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f73970ab"
],
[
"_:search/f73970ab",
"area",
"south"
],
[
"_:search/f73970ab",
"food",
"mediterranean"
],
[
"_:search/f73970ab",
"pricerange",
"moderate"
],
[
"_:search/f73970ab",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ae4046bf"
],
[
"_:search/ae4046bf",
"area",
"centre"
],
[
"_:search/ae4046bf",
"food",
"mediterranean"
],
[
"_:search/ae4046bf",
"pricerange",
"moderate"
],
[
"_:search/ae4046bf",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8d24c271"
],
[
"_:search/8d24c271",
"area",
"centre"
],
[
"_:search/8d24c271",
"food",
"mediterranean"
],
[
"_:search/8d24c271",
"pricerange",
"moderate"
],
[
"_:search/8d24c271",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh restaurant in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "serving barbecue food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the west part of town serving barbecue"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is in the west part of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "barbecue food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no basque restaurant in the west of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no basque restaurant in the west of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "barbecue food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no barbeque restaurant in the west of town"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice restaurant in the west of town serving british food"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a nice restaurant in the west of town serving thai food"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address phone number and price range"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,address,'35 newnham road newnham');(_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sala thong is 01223 323178 and it is on 35 Newnham Road Newnham ."
},
{
"id": 21,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is in the expensive price range"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-dcaeb62b29-20130327_082345 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/162cc8f5"
],
[
"_:search/162cc8f5",
"area",
"west"
],
[
"_:search/162cc8f5",
"food",
"basque"
],
[
"_:search/162cc8f5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/162cc8f5"
],
[
"_:search/162cc8f5",
"area",
"west"
],
[
"_:search/162cc8f5",
"food",
"basque"
],
[
"_:search/162cc8f5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ad81eac0"
],
[
"_:search/ad81eac0",
"area",
"west"
],
[
"_:search/ad81eac0",
"food",
"barbeque"
],
[
"_:search/ad81eac0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/162cc8f5"
],
[
"_:search/162cc8f5",
"area",
"west"
],
[
"_:search/162cc8f5",
"food",
"basque"
],
[
"_:search/162cc8f5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ad81eac0"
],
[
"_:search/ad81eac0",
"area",
"west"
],
[
"_:search/ad81eac0",
"food",
"barbeque"
],
[
"_:search/ad81eac0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/162cc8f5"
],
[
"_:search/162cc8f5",
"area",
"west"
],
[
"_:search/162cc8f5",
"food",
"basque"
],
[
"_:search/162cc8f5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ad81eac0"
],
[
"_:search/ad81eac0",
"area",
"west"
],
[
"_:search/ad81eac0",
"food",
"barbeque"
],
[
"_:search/ad81eac0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/162cc8f5"
],
[
"_:search/162cc8f5",
"area",
"west"
],
[
"_:search/162cc8f5",
"food",
"basque"
],
[
"_:search/162cc8f5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ad81eac0"
],
[
"_:search/ad81eac0",
"area",
"west"
],
[
"_:search/ad81eac0",
"food",
"barbeque"
],
[
"_:search/ad81eac0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_: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,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd1ae110"
],
[
"_:search/fd1ae110",
"area",
"west"
],
[
"_:search/fd1ae110",
"food",
"basque"
],
[
"_:search/fd1ae110",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/162cc8f5"
],
[
"_:search/162cc8f5",
"area",
"west"
],
[
"_:search/162cc8f5",
"food",
"basque"
],
[
"_:search/162cc8f5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ad81eac0"
],
[
"_:search/ad81eac0",
"area",
"west"
],
[
"_:search/ad81eac0",
"food",
"barbeque"
],
[
"_:search/ad81eac0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for mediterranean food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia serves mediterranean food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the gardenia is 01223 356354 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d2d103292-20130326_043352 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a barbecue restaurant"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving barbeque food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving barbeque food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e0035cc31b-20130326_203939 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e48b0c0a"
],
[
"_:search/e48b0c0a",
"food",
"barbeque"
],
[
"_:search/e48b0c0a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e48b0c0a"
],
[
"_:search/e48b0c0a",
"food",
"barbeque"
],
[
"_:search/e48b0c0a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/091962c7"
],
[
"_:search/091962c7",
"food",
"barbeque"
],
[
"_:search/091962c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e48b0c0a"
],
[
"_:search/e48b0c0a",
"food",
"barbeque"
],
[
"_:search/e48b0c0a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/091962c7"
],
[
"_:search/091962c7",
"food",
"barbeque"
],
[
"_:search/091962c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e48b0c0a"
],
[
"_:search/e48b0c0a",
"food",
"barbeque"
],
[
"_:search/e48b0c0a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/091962c7"
],
[
"_:search/091962c7",
"food",
"barbeque"
],
[
"_:search/091962c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e48b0c0a"
],
[
"_:search/e48b0c0a",
"food",
"barbeque"
],
[
"_:search/e48b0c0a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/091962c7"
],
[
"_:search/091962c7",
"food",
"barbeque"
],
[
"_:search/091962c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "7:30"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town serving tasty indian food"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice place in the east of town serving tasty indian food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of curry prince is 01223 566388 ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a great restaurant"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "telephone number"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "telephone number"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a great restaurant"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a great restaurant"
},
{
"id": 31,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton"
},
{
"id": 33,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of curry prince is 01223 566388 ."
},
{
"id": 35,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a31ca3e355-20130323_222931 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_: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,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ca53d71"
],
[
"_:search/1ca53d71",
"food",
"scandinavian"
],
[
"_:search/1ca53d71",
"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,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ca53d71"
],
[
"_:search/1ca53d71",
"food",
"scandinavian"
],
[
"_:search/1ca53d71",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ca53d71"
],
[
"_:search/1ca53d71",
"food",
"scandinavian"
],
[
"_:search/1ca53d71",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca1b4d6d"
],
[
"_:search/ca1b4d6d",
"food",
"scandinavian"
],
[
"_:search/ca1b4d6d",
"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,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ca53d71"
],
[
"_:search/1ca53d71",
"food",
"scandinavian"
],
[
"_:search/1ca53d71",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca1b4d6d"
],
[
"_:search/ca1b4d6d",
"food",
"scandinavian"
],
[
"_:search/ca1b4d6d",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/1ca53d71"
],
[
"_:search/1ca53d71",
"food",
"scandinavian"
],
[
"_:search/1ca53d71",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca1b4d6d"
],
[
"_:search/ca1b4d6d",
"food",
"scandinavian"
],
[
"_:search/ca1b4d6d",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1ec3e73"
],
[
"_:search/e1ec3e73",
"food",
"scandinavian"
],
[
"_:search/e1ec3e73",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ca53d71"
],
[
"_:search/1ca53d71",
"food",
"scandinavian"
],
[
"_:search/1ca53d71",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca1b4d6d"
],
[
"_:search/ca1b4d6d",
"food",
"scandinavian"
],
[
"_:search/ca1b4d6d",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant cheap restaurant serving romanian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving romanian food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no there is no such venue how about portuguese type of food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving romanian food"
},
{
"id": 5,
"rdf-acts": [
"negate()",
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no there is no such venue how about portuguese food"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,food,'portuguese');(_:result,food,'romanian'))"
],
"speaker": "system",
"text": "Sorry would you like romanian or portuguese food?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address of the venue"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos is on Cambridge Leisure Park Clifton Way"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-597cfafdee-20130402_005342 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/15822785"
],
[
"_:search/15822785",
"food",
"romanian"
],
[
"_:search/15822785",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/15822785"
],
[
"_:search/15822785",
"food",
"romanian"
],
[
"_:search/15822785",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1c8c963"
],
[
"_:search/e1c8c963",
"food",
"romanian"
],
[
"_:search/e1c8c963",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/15822785"
],
[
"_:search/15822785",
"food",
"romanian"
],
[
"_:search/15822785",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1c8c963"
],
[
"_:search/e1c8c963",
"food",
"romanian"
],
[
"_:search/e1c8c963",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"food",
"romanian"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/15822785"
],
[
"_:search/15822785",
"food",
"romanian"
],
[
"_:search/15822785",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1c8c963"
],
[
"_:search/e1c8c963",
"food",
"romanian"
],
[
"_:search/e1c8c963",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/15822785"
],
[
"_:search/15822785",
"food",
"romanian"
],
[
"_:search/15822785",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1c8c963"
],
[
"_:search/e1c8c963",
"food",
"romanian"
],
[
"_:search/e1c8c963",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to find a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok serves chinese food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-935947e17b-20130328_164334 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find restaurant in north part of town serving fusion food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find restaurant in north part of town serving asian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find restaurant in north part of town"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a fusion restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find restaurant serving asian"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 11,
"rdf-acts": [
"reset()"
],
"speaker": "user",
"text": "start over"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find restaurant serving asian oriental"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the north of town?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a fusion restaurant right?"
},
{
"id": 17,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "find"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "restaurant"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 23,
"rdf-acts": [],
"speaker": "user",
"text": "find restaurant"
},
{
"id": 24,
"rdf-acts": [
"confirm((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the north of town?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serving asian oriental"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice place in the north of town serving tasty asian oriental food"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and phone number"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,address,'169 high street chesterton chesterton');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saigon city is on 169 High Street Chesterton Chesterton"
},
{
"id": 29,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-15d8a89cec-20130327_020852 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/62718de2"
],
[
"_:search/62718de2",
"food",
"fusion"
],
[
"_:search/62718de2",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/62718de2"
],
[
"_:search/62718de2",
"food",
"fusion"
],
[
"_:search/62718de2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62f467e"
],
[
"_:search/c62f467e",
"food",
"fusion"
],
[
"_:search/c62f467e",
"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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/62718de2"
],
[
"_:search/62718de2",
"food",
"fusion"
],
[
"_:search/62718de2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62f467e"
],
[
"_:search/c62f467e",
"food",
"fusion"
],
[
"_:search/c62f467e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/559039d3"
],
[
"_:search/559039d3",
"food",
"fusion"
],
[
"_:search/559039d3",
"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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/62718de2"
],
[
"_:search/62718de2",
"food",
"fusion"
],
[
"_:search/62718de2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62f467e"
],
[
"_:search/c62f467e",
"food",
"fusion"
],
[
"_:search/c62f467e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/559039d3"
],
[
"_:search/559039d3",
"food",
"fusion"
],
[
"_:search/559039d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/62718de2"
],
[
"_:search/62718de2",
"food",
"fusion"
],
[
"_:search/62718de2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62f467e"
],
[
"_:search/c62f467e",
"food",
"fusion"
],
[
"_:search/c62f467e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/559039d3"
],
[
"_:search/559039d3",
"food",
"fusion"
],
[
"_:search/559039d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/413f668d"
],
[
"_:search/413f668d",
"food",
"fusion"
],
[
"_:search/413f668d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b50a4eda"
],
[
"_:search/b50a4eda",
"food",
"fusion"
],
[
"_:search/b50a4eda",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0e99985c"
],
[
"_:search/0e99985c",
"food",
"fusion"
],
[
"_:search/0e99985c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c87cbf5a"
],
[
"_:search/c87cbf5a",
"food",
"fusion"
],
[
"_:search/c87cbf5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c634436"
],
[
"_:search/3c634436",
"food",
"fusion"
],
[
"_:search/3c634436",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/62718de2"
],
[
"_:search/62718de2",
"food",
"fusion"
],
[
"_:search/62718de2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62f467e"
],
[
"_:search/c62f467e",
"food",
"fusion"
],
[
"_:search/c62f467e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/559039d3"
],
[
"_:search/559039d3",
"food",
"fusion"
],
[
"_:search/559039d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north'))"
],
"speaker": "system",
"text": "Sorry would you like something in the north or in the centre"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice place in the north of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice place in the north of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of meghna is 01223 727410 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of meghna is C.B 4, 3 L.F"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-21ec2b7850-20130325_154906 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for something moderately priced on the north side of town"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the north of town?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice place in the north of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , golden wok is on 191 Histon Road Chesterton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4a6ecc1f1c-20130329_153749 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at royal spice is cheap ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east part of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9819537952-20130328_231209 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "lebanese food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no lebanese restaurant in the north of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice restaurant in the north of town serving italian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of da vinci pizzeria is 01223 351707 and it is on 20 Milton Road Chesterton ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130326_053934 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/051beca9"
],
[
"_:search/051beca9",
"area",
"north"
],
[
"_:search/051beca9",
"food",
"lebanese"
],
[
"_:search/051beca9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/051beca9"
],
[
"_:search/051beca9",
"area",
"north"
],
[
"_:search/051beca9",
"food",
"lebanese"
],
[
"_:search/051beca9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/051beca9"
],
[
"_:search/051beca9",
"area",
"north"
],
[
"_:search/051beca9",
"food",
"lebanese"
],
[
"_:search/051beca9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get a restaurant in the east part of town that serves italian food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice place in the east of town serving tasty italian food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut fen ditton is 01223 323737 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of pizza hut fen ditton is C.B 5, 8 W.R"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-05e7a5440b-20130328_214746 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have a mexican restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9735278861-20130401_160849 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh moroccan food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccan"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'moroccan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moroccan restaurant in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant serving asian oriental food and it is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is on 40428 King Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "okay"
},
{
"id": 16,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8f9fb7a86b-20130328_182235 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/51b3633b"
],
[
"_:search/51b3633b",
"food",
"moroccan"
],
[
"_:search/51b3633b",
"pricerange",
"moderate"
],
[
"_:search/51b3633b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/51b3633b"
],
[
"_:search/51b3633b",
"food",
"moroccan"
],
[
"_:search/51b3633b",
"pricerange",
"moderate"
],
[
"_:search/51b3633b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/51b3633b"
],
[
"_:search/51b3633b",
"food",
"moroccan"
],
[
"_:search/51b3633b",
"pricerange",
"moderate"
],
[
"_:search/51b3633b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/51b3633b"
],
[
"_:search/51b3633b",
"food",
"moroccan"
],
[
"_:search/51b3633b",
"pricerange",
"moderate"
],
[
"_:search/51b3633b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/51b3633b"
],
[
"_:search/51b3633b",
"food",
"moroccan"
],
[
"_:search/51b3633b",
"pricerange",
"moderate"
],
[
"_:search/51b3633b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/51b3633b"
],
[
"_:search/51b3633b",
"food",
"moroccan"
],
[
"_:search/51b3633b",
"pricerange",
"moderate"
],
[
"_:search/51b3633b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate ly"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at golden wok is moderate ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , golden wok is on 191 Histon Road Chesterton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the type of food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok serves chinese food"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a352cb5ca5-20130401_234557 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "barbecue food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in cheap restaurant"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you give me the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'4 - 6 rose crescent');(_:result,name,'la raza');(_:result,phone,'01223 464550');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la raza is 01223 464550 and it is on 4 - 6 Rose Crescent ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7f9c1c8411-20130328_135911 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"phone",
"01223 464550"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh cheap restaurant in north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of da vinci pizzeria is 01223 351707 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food"
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8d5173f3a6-20130324_184915 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , prezzo is on 21 - 24 Northampton Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130328_193606 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area that"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter to me"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "backstreet bistro serves gastropub food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'2 sturton street city centre');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , backstreet bistro is on 2 Sturton Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-6dbc3573bc-20130328_193508 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"2 sturton street city centre"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant japanese food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'japanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving moderate japanese food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house serves chinese food in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'lan hong house');(_:result,phone,'01223 350420');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of lan hong house is 01223 350420 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-340dbb333e-20130325_233348 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/48e706d0"
],
[
"_:search/48e706d0",
"food",
"japanese"
],
[
"_:search/48e706d0",
"pricerange",
"moderate"
],
[
"_:search/48e706d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/48e706d0"
],
[
"_:search/48e706d0",
"food",
"japanese"
],
[
"_:search/48e706d0",
"pricerange",
"moderate"
],
[
"_:search/48e706d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/48e706d0"
],
[
"_:search/48e706d0",
"food",
"japanese"
],
[
"_:search/48e706d0",
"pricerange",
"moderate"
],
[
"_:search/48e706d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/48e706d0"
],
[
"_:search/48e706d0",
"food",
"japanese"
],
[
"_:search/48e706d0",
"pricerange",
"moderate"
],
[
"_:search/48e706d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"phone",
"01223 350420"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ."
},
{
"id": 1,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "hello"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the east of town?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice place in the east of town"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice place in the east of town"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "um"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice place in the east of town"
},
{
"id": 23,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d3d74d091-20130328_192945 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get tuscan"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are restaurants . That area would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mahal of cambridge is in the centre part of town ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "can i"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mahal of cambridge is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'3 - 5 millers yard mill lane');(_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , mahal of cambridge is on 3 - 5 Millers Yard Mill Lane"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7f9c1c8411-20130401_161953 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"mahal of cambridge"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"mahal of cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"3 - 5 millers yard mill lane"
],
[
"_:result",
"name",
"mahal of cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice place in the south of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "do you have anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "um could you give me the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "okay thank you and good bye"
}
] | voip-e30cb521fb-20130328_131711 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a nice restaurant in the south of town serving chinese food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the good luck chinese food takeaway is 01223 244149 and its postcode is C.B 1, 7 A.G ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-dcaeb62b29-20130327_083709 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hungarian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving hungarian food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town serving tasty vietnamese food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-9819537952-20130327_023856 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddfa1980"
],
[
"_:search/ddfa1980",
"food",
"cantonese"
],
[
"_:search/ddfa1980",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddfa1980"
],
[
"_:search/ddfa1980",
"food",
"cantonese"
],
[
"_:search/ddfa1980",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddfa1980"
],
[
"_:search/ddfa1980",
"food",
"cantonese"
],
[
"_:search/ddfa1980",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddfa1980"
],
[
"_:search/ddfa1980",
"food",
"cantonese"
],
[
"_:search/ddfa1980",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddfa1980"
],
[
"_:search/ddfa1980",
"food",
"cantonese"
],
[
"_:search/ddfa1980",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cf7c9cd5"
],
[
"_:search/cf7c9cd5",
"food",
"hungarian"
],
[
"_:search/cf7c9cd5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ddfa1980"
],
[
"_:search/ddfa1980",
"food",
"cantonese"
],
[
"_:search/ddfa1980",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european european"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town serving tasty european food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cambridge lodge restaurant is 01223 355166 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b08f15a787-20130402_074726 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like to find a restaurant that serves afghan food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a afghan restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like an expensive restaurant"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a afghan restaurant right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving afghan food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like to find a restaurant that serves korean food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a afghan restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving afghan food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like to find a restaurant that serves korean food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , little seoul is on 108 Regent Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i know more about the area"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice place in the centre of town"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4f069a4136-20130327_204405 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4253854b"
],
[
"_:search/4253854b",
"food",
"afghan"
],
[
"_:search/4253854b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4253854b"
],
[
"_:search/4253854b",
"food",
"afghan"
],
[
"_:search/4253854b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4253854b"
],
[
"_:search/4253854b",
"food",
"afghan"
],
[
"_:search/4253854b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2452af14"
],
[
"_:search/2452af14",
"food",
"afghan"
],
[
"_:search/2452af14",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4253854b"
],
[
"_:search/4253854b",
"food",
"afghan"
],
[
"_:search/4253854b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2452af14"
],
[
"_:search/2452af14",
"food",
"afghan"
],
[
"_:search/2452af14",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4253854b"
],
[
"_:search/4253854b",
"food",
"afghan"
],
[
"_:search/4253854b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2452af14"
],
[
"_:search/2452af14",
"food",
"afghan"
],
[
"_:search/2452af14",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4253854b"
],
[
"_:search/4253854b",
"food",
"afghan"
],
[
"_:search/4253854b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2452af14"
],
[
"_:search/2452af14",
"food",
"afghan"
],
[
"_:search/2452af14",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the copper kettle');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the copper kettle is in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,area,'north');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is that in the north part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the copper kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the copper kettle is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,area,'north');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the north part of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the copper kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the copper kettle is a nice place in the centre of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want one in the north part of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice place in the north of town and the prices are moderate"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meghna is on 205 Victoria Road Chesterton"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of meghna is 01223 727410 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what food do they serve"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna serves indian food"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5cf59cc660-20130328_143758 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"meghna"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town serving italian food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town serving tasty italian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , prezzo is on 21 - 24 Northampton Road"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130324_060002 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for vietnamese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area is it in"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130328_194814 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find irish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find gastropub"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "find gastro pub type food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reset()"
],
"speaker": "user",
"text": "okay start over"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"confirm((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are restaurants serving irish food . What area do you want?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find gastropub restaurant"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard serves gastropub food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal standard is on 290 Mill Road City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal standard is C.B 1, 3 N.L"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal standard is 01223 247877 ."
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-15d8a89cec-20130327_022535 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/5dc99cad"
],
[
"_:search/5dc99cad",
"food",
"irish"
],
[
"_:search/5dc99cad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/5dc99cad"
],
[
"_:search/5dc99cad",
"food",
"irish"
],
[
"_:search/5dc99cad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/5dc99cad"
],
[
"_:search/5dc99cad",
"food",
"irish"
],
[
"_:search/5dc99cad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/5dc99cad"
],
[
"_:search/5dc99cad",
"food",
"irish"
],
[
"_:search/5dc99cad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c1a24c6e"
],
[
"_:search/c1a24c6e",
"food",
"irish"
],
[
"_:search/c1a24c6e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/749e7e5c"
],
[
"_:search/749e7e5c",
"food",
"irish"
],
[
"_:search/749e7e5c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e75ab8a"
],
[
"_:search/1e75ab8a",
"food",
"irish"
],
[
"_:search/1e75ab8a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/5dc99cad"
],
[
"_:search/5dc99cad",
"food",
"irish"
],
[
"_:search/5dc99cad",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "restaurant"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the south of town?"
},
{
"id": 7,
"rdf-acts": [
"negate()",
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no north"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a nice place in the south of town"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "blow"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the south of town?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 18,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 20,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'cheap'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or you dont care"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 22,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant north part of town"
},
{
"id": 24,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 26,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 27,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "wrong"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice place in the north of town"
},
{
"id": 29,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice place in the north of town"
},
{
"id": 31,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town"
},
{
"id": 33,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a great restaurant"
},
{
"id": 35,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice place in the north of town"
},
{
"id": 37,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a great restaurant"
},
{
"id": 39,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,address,'66 chesterton road chesterton');(_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the hotpot is on 66 Chesterton Road Chesterton"
},
{
"id": 41,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,name,'the hotpot');(_:result,phone,'01223 366552');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the hotpot is 01223 366552 ."
},
{
"id": 43,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-59bc8a2167-20130325_141534 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"66 chesterton road chesterton"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"66 chesterton road chesterton"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"phone",
"01223 366552"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cuban food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cuban food cheap restaurant"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "ye"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cuban food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cuban food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is in the cheap price range"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cuban food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is in the cheap price range"
},
{
"id": 15,
"rdf-acts": [
"confirm((_:result,food,'cuban');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve cuban food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita serves italian food"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want cuban food"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cuban food"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european food"
},
{
"id": 22,
"rdf-acts": [
"select((_:result,food,'cuban');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like modern european or cuban food?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european foo"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill serves modern european food in the cheap price range"
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "the addre"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,address,'quayside off bridge street');(_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the river bar steakhouse and grill is on Quayside Off Bridge Street"
},
{
"id": 27,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,food,'modern european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other modern european restaurant in the cheap price range"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the river bar steakhouse and grill is C.B 5, 8 A.Q"
},
{
"id": 31,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "bye"
},
{
"id": 32,
"rdf-acts": [
"repeat()"
],
"speaker": "system",
"text": "Sorry I am a bit confused ; please tell me again what you are looking for ."
},
{
"id": 33,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "bye"
},
{
"id": 34,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 35,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-72e50baa85-20130326_045411 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"cuban"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"cuban"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cuban"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cuban"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"modern european"
],
[
"_: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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"quayside off bridge street"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"quayside off bridge street"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/769149eb"
],
[
"_:search/769149eb",
"food",
"modern european"
],
[
"_:search/769149eb",
"pricerange",
"cheap"
],
[
"_:search/769149eb",
"type",
"Restaurant"
],
[
"_: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,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"quayside off bridge street"
],
[
"_:system",
"canthelp",
"_:search/769149eb"
],
[
"_:search/769149eb",
"food",
"modern european"
],
[
"_:search/769149eb",
"pricerange",
"cheap"
],
[
"_:search/769149eb",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"quayside off bridge street"
],
[
"_:system",
"canthelp",
"_:search/769149eb"
],
[
"_:search/769149eb",
"food",
"modern european"
],
[
"_:search/769149eb",
"pricerange",
"cheap"
],
[
"_:search/769149eb",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/61d6d5dd"
],
[
"_:search/61d6d5dd",
"food",
"cuban"
],
[
"_:search/61d6d5dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"quayside off bridge street"
],
[
"_:system",
"canthelp",
"_:search/769149eb"
],
[
"_:search/769149eb",
"food",
"modern european"
],
[
"_:search/769149eb",
"pricerange",
"cheap"
],
[
"_:search/769149eb",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a nice restaurant in the south of town serving chinese food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice restaurant in the south of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , peking restaurant is on 10 Homerton Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of peking restaurant is 01223 354755 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-58047f5227-20130327_032952 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town that serves"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "international"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no international restaurant in the west of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about the center area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the varsity restaurant serves international food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you give me the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the varsity restaurant is 01223 356060 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the varsity restaurant is in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e4cdce06a-20130323_130824 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"canthelp",
"_:search/02a984a8"
],
[
"_:search/02a984a8",
"area",
"west"
],
[
"_:search/02a984a8",
"food",
"international"
],
[
"_:search/02a984a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"canthelp",
"_:search/02a984a8"
],
[
"_:search/02a984a8",
"area",
"west"
],
[
"_:search/02a984a8",
"food",
"international"
],
[
"_:search/02a984a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"canthelp",
"_:search/02a984a8"
],
[
"_:search/02a984a8",
"area",
"west"
],
[
"_:search/02a984a8",
"food",
"international"
],
[
"_:search/02a984a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"phone",
"01223 356060"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"canthelp",
"_:search/02a984a8"
],
[
"_:search/02a984a8",
"area",
"west"
],
[
"_:search/02a984a8",
"food",
"international"
],
[
"_:search/02a984a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"phone",
"01223 356060"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"hello()",
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for a restaurant that serves lebanese food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ali baba serves lebanese food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "um whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'59 hills road city centre');(_:result,name,'ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , ali baba is on 59 Hills Road City Centre"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay and the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'ali baba');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of ali baba is 01462 432565 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you bye"
}
] | voip-f091d0e461-20130327_211146 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kohinoor is in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town and the prices are cheap"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-edb8609855-20130327_183456 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the east part of town serving basque food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving basque food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving basque food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice place in the east of town serving tasty indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town serving tasty indian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath curry prince address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "curry prince address and phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant in the east part of town serving indian food"
},
{
"id": 16,
"rdf-acts": [
"select((_:result,area,*);(_:result,area,'east'))"
],
"speaker": "system",
"text": "Sorry would you like the east of town or you dont care"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice place in the east of town serving tasty indian food"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of curry prince is 01223 566388 and it is on 451 Newmarket Road Fen Ditton ."
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-dcaeb62b29-20130327_082853 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/3dcca233"
],
[
"_:search/3dcca233",
"food",
"basque"
],
[
"_:search/3dcca233",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d092bbba"
],
[
"_:search/d092bbba",
"food",
"basque"
],
[
"_:search/d092bbba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "im looking for a restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the center part of"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the center part of town french food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a nice restaurant in the centre of town serving french food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cote is 01223 311053 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cote is on Bridge Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130327_181026 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant and it should be in the north of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont know"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice place in the north of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice place in the north of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the nirala is 01223 360966 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e72dba1759-20130325_204847 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice restaurant in the north of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-edb8609855-20130327_183200 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind of food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a nice place in the south of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the good luck chinese food takeaway is 01223 244149 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-31d9d1a567-20130402_041025 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a moderately priced restaurant that serves fusion food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about chinese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve chinese type of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia serves turkish food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese chinese"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house serves chinese food in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e22911804-20130326_142538 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/60a221a3"
],
[
"_:search/60a221a3",
"food",
"fusion"
],
[
"_:search/60a221a3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/60a221a3"
],
[
"_:search/60a221a3",
"food",
"fusion"
],
[
"_:search/60a221a3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69f8aff9"
],
[
"_:search/69f8aff9",
"food",
"fusion"
],
[
"_:search/69f8aff9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/60a221a3"
],
[
"_:search/60a221a3",
"food",
"fusion"
],
[
"_:search/60a221a3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69f8aff9"
],
[
"_:search/69f8aff9",
"food",
"fusion"
],
[
"_:search/69f8aff9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/60a221a3"
],
[
"_:search/60a221a3",
"food",
"fusion"
],
[
"_:search/60a221a3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69f8aff9"
],
[
"_:search/69f8aff9",
"food",
"fusion"
],
[
"_:search/69f8aff9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/60a221a3"
],
[
"_:search/60a221a3",
"food",
"fusion"
],
[
"_:search/60a221a3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69f8aff9"
],
[
"_:search/69f8aff9",
"food",
"fusion"
],
[
"_:search/69f8aff9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for moroccan food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccon"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccan food"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccan food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving moroccan food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'22 chesterton road chesterton');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , restaurant two two is on 22 Chesterton Road Chesterton"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant two two is 01223 351880 ."
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bde2721237-20130326_194753 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/7f9ffdb8"
],
[
"_:search/7f9ffdb8",
"food",
"moroccan"
],
[
"_:search/7f9ffdb8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/7f9ffdb8"
],
[
"_:search/7f9ffdb8",
"food",
"moroccan"
],
[
"_:search/7f9ffdb8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/7f9ffdb8"
],
[
"_:search/7f9ffdb8",
"food",
"moroccan"
],
[
"_:search/7f9ffdb8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/7f9ffdb8"
],
[
"_:search/7f9ffdb8",
"food",
"moroccan"
],
[
"_:search/7f9ffdb8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap spanish restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food in the cheap price range"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "the adra"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'4 - 6 rose crescent');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la raza is on 4 - 6 Rose Crescent"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,phone,'01223 464550');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la raza is 01223 464550 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the postcode"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of la raza is C.B 2, 3 L.L"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-f32f2cfdae-20130328_194348 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"phone",
"01223 464550"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"phone",
"01223 464550"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "barbecue"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving barbeque food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is a nice place in the north of town serving tasty french food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant two two is 01223 351880 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130323_055421 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/590a4c84"
],
[
"_:search/590a4c84",
"food",
"barbeque"
],
[
"_:search/590a4c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/590a4c84"
],
[
"_:search/590a4c84",
"food",
"barbeque"
],
[
"_:search/590a4c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/590a4c84"
],
[
"_:search/590a4c84",
"food",
"barbeque"
],
[
"_:search/590a4c84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area that serves tuscan food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no tuscan restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "is there"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no tuscan restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for asian oriental type food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a nice restaurant in the centre of town serving asian oriental food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is on 40428 King Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-48c12815b3-20130326_034052 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4e8d4fbc"
],
[
"_:search/4e8d4fbc",
"food",
"tuscan"
],
[
"_:search/4e8d4fbc",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4e8d4fbc"
],
[
"_:search/4e8d4fbc",
"food",
"tuscan"
],
[
"_:search/4e8d4fbc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/00ce5a6a"
],
[
"_:search/00ce5a6a",
"food",
"tuscan"
],
[
"_:search/00ce5a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4e8d4fbc"
],
[
"_:search/4e8d4fbc",
"food",
"tuscan"
],
[
"_:search/4e8d4fbc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/00ce5a6a"
],
[
"_:search/00ce5a6a",
"food",
"tuscan"
],
[
"_:search/00ce5a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4e8d4fbc"
],
[
"_:search/4e8d4fbc",
"food",
"tuscan"
],
[
"_:search/4e8d4fbc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/00ce5a6a"
],
[
"_:search/00ce5a6a",
"food",
"tuscan"
],
[
"_:search/00ce5a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4e8d4fbc"
],
[
"_:search/4e8d4fbc",
"food",
"tuscan"
],
[
"_:search/4e8d4fbc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/00ce5a6a"
],
[
"_:search/00ce5a6a",
"food",
"tuscan"
],
[
"_:search/00ce5a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4e8d4fbc"
],
[
"_:search/4e8d4fbc",
"food",
"tuscan"
],
[
"_:search/4e8d4fbc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/00ce5a6a"
],
[
"_:search/00ce5a6a",
"food",
"tuscan"
],
[
"_:search/00ce5a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "i want"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant in the center"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant is in the centre part of town ."
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,food,'fusion');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve fusion food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant serves asian oriental food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want fusion food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no fusion restaurant in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about european food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of michaelhouse cafe is 01223 309147 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of michaelhouse cafe is C.B 2, 1 S.U"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of michaelhouse cafe is C.B 2, 1 S.U"
},
{
"id": 23,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-2d2d103292-20130326_040723 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"food",
"fusion"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b28a0496"
],
[
"_:search/b28a0496",
"area",
"centre"
],
[
"_:search/b28a0496",
"food",
"fusion"
],
[
"_:search/b28a0496",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like expensive food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice place in the south of town and the prices are expensive"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of peking restaurant is 01223 354755 and it is on 10 Homerton Street City Centre ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-aaa44b4121-20130327_171958 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the centre of town?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a nice place in the centre of town serving tasty thai food"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other thai restaurant in the centre of town"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a nice place in the centre of town serving tasty thai food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address phone number and price"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'24 green street city centre');(_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 and it is on 24 Green Street City Centre ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0f41c16f2f-20130401_235017 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59191947"
],
[
"_:search/59191947",
"area",
"centre"
],
[
"_:search/59191947",
"food",
"thai"
],
[
"_:search/59191947",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59191947"
],
[
"_:search/59191947",
"area",
"centre"
],
[
"_:search/59191947",
"food",
"thai"
],
[
"_:search/59191947",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59191947"
],
[
"_:search/59191947",
"area",
"centre"
],
[
"_:search/59191947",
"food",
"thai"
],
[
"_:search/59191947",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/59191947"
],
[
"_:search/59191947",
"area",
"centre"
],
[
"_:search/59191947",
"food",
"thai"
],
[
"_:search/59191947",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restauarant south part of town vanessa food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130327_175344 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice restaurant in the west of town serving italian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 and it is on 21 - 24 Northampton Road ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "uh thank you good bye"
}
] | voip-bde2721237-20130326_200505 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap resataurant serving unintelligible food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'charlie chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "charlie chan is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap unintelligible food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible food"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap unintelligible food"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible food"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible food"
},
{
"id": 22,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 23,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap unintelligible food"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant serving unintellgible food"
},
{
"id": 28,
"rdf-acts": [
"confirm((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a korean restaurant right?"
},
{
"id": 29,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 30,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 31,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible food"
},
{
"id": 32,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 33,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese food"
},
{
"id": 34,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap korean food"
},
{
"id": 35,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese food"
},
{
"id": 36,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 37,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 38,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 39,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food in the cheap price range"
},
{
"id": 41,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 43,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-dcaeb62b29-20130327_084757 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"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,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1296b465"
],
[
"_:search/1296b465",
"food",
"korean"
],
[
"_:search/1296b465",
"pricerange",
"cheap"
],
[
"_:search/1296b465",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1296b465"
],
[
"_:search/1296b465",
"food",
"korean"
],
[
"_:search/1296b465",
"pricerange",
"cheap"
],
[
"_:search/1296b465",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1aa488da"
],
[
"_:search/1aa488da",
"food",
"korean"
],
[
"_:search/1aa488da",
"pricerange",
"cheap"
],
[
"_:search/1aa488da",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1296b465"
],
[
"_:search/1296b465",
"food",
"korean"
],
[
"_:search/1296b465",
"pricerange",
"cheap"
],
[
"_:search/1296b465",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1aa488da"
],
[
"_:search/1aa488da",
"food",
"korean"
],
[
"_:search/1aa488da",
"pricerange",
"cheap"
],
[
"_:search/1aa488da",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1296b465"
],
[
"_:search/1296b465",
"food",
"korean"
],
[
"_:search/1296b465",
"pricerange",
"cheap"
],
[
"_:search/1296b465",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1aa488da"
],
[
"_:search/1aa488da",
"food",
"korean"
],
[
"_:search/1aa488da",
"pricerange",
"cheap"
],
[
"_:search/1aa488da",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1296b465"
],
[
"_:search/1296b465",
"food",
"korean"
],
[
"_:search/1296b465",
"pricerange",
"cheap"
],
[
"_:search/1296b465",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1aa488da"
],
[
"_:search/1aa488da",
"food",
"korean"
],
[
"_:search/1aa488da",
"pricerange",
"cheap"
],
[
"_:search/1aa488da",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a92acf9a"
],
[
"_:search/a92acf9a",
"food",
"korean"
],
[
"_:search/a92acf9a",
"pricerange",
"cheap"
],
[
"_:search/a92acf9a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/acc81077"
],
[
"_:search/acc81077",
"food",
"korean"
],
[
"_:search/acc81077",
"pricerange",
"cheap"
],
[
"_:search/acc81077",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a731d31"
],
[
"_:search/5a731d31",
"food",
"korean"
],
[
"_:search/5a731d31",
"pricerange",
"cheap"
],
[
"_:search/5a731d31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/857790be"
],
[
"_:search/857790be",
"food",
"korean"
],
[
"_:search/857790be",
"pricerange",
"cheap"
],
[
"_:search/857790be",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e9a8920"
],
[
"_:search/9e9a8920",
"food",
"korean"
],
[
"_:search/9e9a8920",
"pricerange",
"cheap"
],
[
"_:search/9e9a8920",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2a72f0ed"
],
[
"_:search/2a72f0ed",
"food",
"korean"
],
[
"_:search/2a72f0ed",
"pricerange",
"cheap"
],
[
"_:search/2a72f0ed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f9202e0"
],
[
"_:search/9f9202e0",
"food",
"korean"
],
[
"_:search/9f9202e0",
"pricerange",
"cheap"
],
[
"_:search/9f9202e0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e1cc8174"
],
[
"_:search/e1cc8174",
"food",
"korean"
],
[
"_:search/e1cc8174",
"pricerange",
"cheap"
],
[
"_:search/e1cc8174",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/bca162d4"
],
[
"_:search/bca162d4",
"food",
"korean"
],
[
"_:search/bca162d4",
"pricerange",
"cheap"
],
[
"_:search/bca162d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1296b465"
],
[
"_:search/1296b465",
"food",
"korean"
],
[
"_:search/1296b465",
"pricerange",
"cheap"
],
[
"_:search/1296b465",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1aa488da"
],
[
"_:search/1aa488da",
"food",
"korean"
],
[
"_:search/1aa488da",
"pricerange",
"cheap"
],
[
"_:search/1aa488da",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "hello"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'hakka');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakka is a nice place in the north of town"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'milton road chesterton');(_:result,name,'hakka');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hakka is on Milton Road Chesterton"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'hakka');(_:result,phone,'01223 568988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of hakka is 01223 568988 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'hakka');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of hakka is C.B 4, 1 J.Y"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe4b6ef58f-20130325_224609 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"milton road chesterton"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"milton road chesterton"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"phone",
"01223 568988"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"milton road chesterton"
],
[
"_:result",
"phone",
"01223 568988"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "can i get"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vegetarian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving vegetarian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about european"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant serves european food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'cambridge lodge hotel 139 huntingdon road city centre');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cambridge lodge restaurant is on Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cambridge lodge restaurant is 01223 355166 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-05e7a5440b-20130328_220724 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ee69501b"
],
[
"_:search/ee69501b",
"food",
"vegetarian"
],
[
"_:search/ee69501b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ee69501b"
],
[
"_:search/ee69501b",
"food",
"vegetarian"
],
[
"_:search/ee69501b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ee69501b"
],
[
"_:search/ee69501b",
"food",
"vegetarian"
],
[
"_:search/ee69501b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ee69501b"
],
[
"_:search/ee69501b",
"food",
"vegetarian"
],
[
"_:search/ee69501b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ee69501b"
],
[
"_:search/ee69501b",
"food",
"vegetarian"
],
[
"_:search/ee69501b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves romanian food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is in the north part of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no romanian restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is a nice restaurant in the centre of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,phone,'01223 302330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of curry garden is 01223 302330 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e22911804-20130325_210616 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e953b1f3"
],
[
"_:search/e953b1f3",
"food",
"romanian"
],
[
"_:search/e953b1f3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/e953b1f3"
],
[
"_:search/e953b1f3",
"food",
"romanian"
],
[
"_:search/e953b1f3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/e953b1f3"
],
[
"_:search/e953b1f3",
"food",
"romanian"
],
[
"_:search/e953b1f3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/e953b1f3"
],
[
"_:search/e953b1f3",
"food",
"romanian"
],
[
"_:search/e953b1f3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/e953b1f3"
],
[
"_:search/e953b1f3",
"food",
"romanian"
],
[
"_:search/e953b1f3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town basque food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no basque restaurant in the west of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice restaurant in the west of town serving italian food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice restaurant in the west of town serving italian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice restaurant in the west of town serving italian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-03c2655d43-20130327_195421 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/11606750"
],
[
"_:search/11606750",
"area",
"west"
],
[
"_:search/11606750",
"food",
"basque"
],
[
"_:search/11606750",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/11606750"
],
[
"_:search/11606750",
"area",
"west"
],
[
"_:search/11606750",
"food",
"basque"
],
[
"_:search/11606750",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/11606750"
],
[
"_:search/11606750",
"area",
"west"
],
[
"_:search/11606750",
"food",
"basque"
],
[
"_:search/11606750",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/11606750"
],
[
"_:search/11606750",
"area",
"west"
],
[
"_:search/11606750",
"food",
"basque"
],
[
"_:search/11606750",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/11606750"
],
[
"_:search/11606750",
"area",
"west"
],
[
"_:search/11606750",
"food",
"basque"
],
[
"_:search/11606750",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/11606750"
],
[
"_:search/11606750",
"area",
"west"
],
[
"_:search/11606750",
"food",
"basque"
],
[
"_:search/11606750",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like some danish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no danish restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden serves indian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like an expensive asian food restaurant"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice restaurant in the north of town serving asian oriental food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saigon city is 01223 356555 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-aaa44b4121-20130326_060013 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8acc47b1"
],
[
"_:search/8acc47b1",
"food",
"danish"
],
[
"_:search/8acc47b1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8acc47b1"
],
[
"_:search/8acc47b1",
"food",
"danish"
],
[
"_:search/8acc47b1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8acc47b1"
],
[
"_:search/8acc47b1",
"food",
"danish"
],
[
"_:search/8acc47b1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8acc47b1"
],
[
"_:search/8acc47b1",
"food",
"danish"
],
[
"_:search/8acc47b1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8acc47b1"
],
[
"_:search/8acc47b1",
"food",
"danish"
],
[
"_:search/8acc47b1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8acc47b1"
],
[
"_:search/8acc47b1",
"food",
"danish"
],
[
"_:search/8acc47b1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-922209b777-20130325_163118 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serving catalan food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving catalan food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in north part of town"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is a nice place in the north of town serving tasty indian food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number price range"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of tandoori palace is 01223 506055 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of tandoori palace is 01223 506055 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is in the expensive price range"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-52d599db9c-20130326_214615 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/cbca47e4"
],
[
"_:search/cbca47e4",
"food",
"catalan"
],
[
"_:search/cbca47e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves irish food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "irish"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving irish food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'stazione restaurant and coffee bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stazione restaurant and coffee bar serves italian food in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number and area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'market hill city centre');(_:result,name,'stazione restaurant and coffee bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , stazione restaurant and coffee bar is on Market Hill City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'stazione restaurant and coffee bar');(_:result,phone,'01223 352607');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of stazione restaurant and coffee bar is 01223 352607 and it is in the centre part of town ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bde2721237-20130326_193127 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6e4e8544"
],
[
"_:search/6e4e8544",
"food",
"irish"
],
[
"_:search/6e4e8544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6e4e8544"
],
[
"_:search/6e4e8544",
"food",
"irish"
],
[
"_:search/6e4e8544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6e4e8544"
],
[
"_:search/6e4e8544",
"food",
"irish"
],
[
"_:search/6e4e8544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"market hill city centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6e4e8544"
],
[
"_:search/6e4e8544",
"food",
"irish"
],
[
"_:search/6e4e8544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"market hill city centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"phone",
"01223 352607"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for vietnamese food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what is the phone number and area of the venue"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the area"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is the area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "of the venue"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is the area of the venue"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bb1fd497eb-20130325_163956 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swiss food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is in the centre part of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'king street city centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , efes restaurant is on King Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-59bc8a2167-20130328_133527 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "im looking for a"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "derately priced"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind in the north part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice restaurant in the north of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath may i have the phone number please"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the nirala is 01223 360966 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "breath thank you goodbye"
}
] | voip-31d9d1a567-20130402_041209 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves mediterranean"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa serves mediterranean food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la mimosa');(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la mimosa is 01223 362525 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'la mimosa');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of la mimosa is C.B 5, 8 A.Q"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-be5b7bf9d9-20130402_200701 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south part of town that serves malaysian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving malaysian food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about portuguese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving malaysian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about portuguese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice place in the south of town"
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,food,'portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it serving portuguese food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town serving tasty portuguese food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos is 01223 327908 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos is on Cambridge Leisure Park Clifton Way"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b81cbb287-20130326_025919 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/62da8f6d"
],
[
"_:search/62da8f6d",
"food",
"malaysian"
],
[
"_:search/62da8f6d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/62da8f6d"
],
[
"_:search/62da8f6d",
"food",
"malaysian"
],
[
"_:search/62da8f6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a333bc47"
],
[
"_:search/a333bc47",
"food",
"malaysian"
],
[
"_:search/a333bc47",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/62da8f6d"
],
[
"_:search/62da8f6d",
"food",
"malaysian"
],
[
"_:search/62da8f6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a333bc47"
],
[
"_:search/a333bc47",
"food",
"malaysian"
],
[
"_:search/a333bc47",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/62da8f6d"
],
[
"_:search/62da8f6d",
"food",
"malaysian"
],
[
"_:search/62da8f6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a333bc47"
],
[
"_:search/a333bc47",
"food",
"malaysian"
],
[
"_:search/a333bc47",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/62da8f6d"
],
[
"_:search/62da8f6d",
"food",
"malaysian"
],
[
"_:search/62da8f6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a333bc47"
],
[
"_:search/a333bc47",
"food",
"malaysian"
],
[
"_:search/a333bc47",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/62da8f6d"
],
[
"_:search/62da8f6d",
"food",
"malaysian"
],
[
"_:search/62da8f6d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a333bc47"
],
[
"_:search/a333bc47",
"food",
"malaysian"
],
[
"_:search/a333bc47",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate restaurant south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut cherry hinton is 01223 323737 and it is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-187c1708f2-20130326_114238 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a cheap restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c59ba692-20130324_034507 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have a thai restaurant"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 17,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what about the phone number"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of frankie and bennys is 01223 412430 ."
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9735278861-20130401_154251 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41148402"
],
[
"_:search/41148402",
"food",
"scandinavian"
],
[
"_:search/41148402",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41148402"
],
[
"_:search/41148402",
"food",
"scandinavian"
],
[
"_:search/41148402",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41148402"
],
[
"_:search/41148402",
"food",
"scandinavian"
],
[
"_:search/41148402",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3979162c"
],
[
"_:search/3979162c",
"food",
"scandinavian"
],
[
"_:search/3979162c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b73b0c33"
],
[
"_:search/b73b0c33",
"food",
"scandinavian"
],
[
"_:search/b73b0c33",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a3e9482"
],
[
"_:search/6a3e9482",
"food",
"scandinavian"
],
[
"_:search/6a3e9482",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41148402"
],
[
"_:search/41148402",
"food",
"scandinavian"
],
[
"_:search/41148402",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is in the south part of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-9819537952-20130327_023104 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"address",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves unusual food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "unusual"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about european food"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,food,'european');(_:result,food,'unusual'))"
],
"speaker": "system",
"text": "Sorry would you like unusual or european food?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,food,'european');(_:result,food,'unusual'))"
],
"speaker": "system",
"text": "Sorry would you like unusual or european food?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "i would like"
},
{
"id": 12,
"rdf-acts": [
"select((_:result,food,'european');(_:result,food,'unusual'))"
],
"speaker": "system",
"text": "Sorry would you like unusual or european food?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro serves european food"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hotel du vin and bistro is on 15 - 19 Trumpington Street"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant serves european food"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the telephone number"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe serves european food"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a great restaurant"
},
{
"id": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-96f43326a4-20130324_101528 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"unusual"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"unusual"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"unusual"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"unusual"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_: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,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_: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,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_: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,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2b97b235"
],
[
"_:search/2b97b235",
"food",
"unusual"
],
[
"_:search/2b97b235",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like afghan food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is a nice restaurant in the centre of town in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 19,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "another"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at wagamama is expensive ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no kosher restaurant in the expensive price range"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "oriental"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no kosher restaurant in the expensive price range"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "oriental"
},
{
"id": 30,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no kosher restaurant in the expensive price range"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "oriental"
},
{
"id": 32,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no kosher restaurant in the expensive price range"
},
{
"id": 33,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is a nice restaurant in the centre of town serving indian food"
},
{
"id": 35,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "oriental"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry garden is expensive ."
},
{
"id": 37,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry garden is expensive ."
},
{
"id": 39,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry garden is expensive ."
},
{
"id": 41,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,phone,'01223 302330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of curry garden is 01223 302330 ."
},
{
"id": 43,
"rdf-acts": [],
"speaker": "user",
"text": "carrier"
},
{
"id": 44,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry garden is expensive ."
},
{
"id": 45,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 46,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry garden is expensive ."
},
{
"id": 47,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 48,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is a nice place in the centre of town"
},
{
"id": 49,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 50,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a nice restaurant in the centre of town serving asian oriental food"
},
{
"id": 51,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 52,
"rdf-acts": [
"inform((_:result,name,'kymmoy');(_:result,phone,'01223 311911');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of kymmoy is 01223 311911 ."
},
{
"id": 53,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 54,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a great restaurant serving asian oriental food and it is in the expensive price range"
},
{
"id": 55,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 56,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a great restaurant serving asian oriental food and it is in the expensive price range"
},
{
"id": 57,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 58,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a great restaurant serving asian oriental food and it is in the expensive price range"
},
{
"id": 59,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-22c938c8ba-20130325_142552 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"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,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45
]
},
{
"id": 23,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"curry garden"
],
[
"_: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,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
]
},
{
"id": 24,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49
]
},
{
"id": 25,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"phone",
"01223 302330"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51
]
},
{
"id": 26,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53
]
},
{
"id": 27,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_: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,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55
]
},
{
"id": 28,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57
]
},
{
"id": 29,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/3810cda7"
],
[
"_:search/3810cda7",
"food",
"kosher"
],
[
"_:search/3810cda7",
"pricerange",
"expensive"
],
[
"_:search/3810cda7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c5a13f84"
],
[
"_:search/c5a13f84",
"food",
"kosher"
],
[
"_:search/c5a13f84",
"pricerange",
"expensive"
],
[
"_:search/c5a13f84",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa542575"
],
[
"_:search/aa542575",
"food",
"kosher"
],
[
"_:search/aa542575",
"pricerange",
"expensive"
],
[
"_:search/aa542575",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58e772e0"
],
[
"_:search/58e772e0",
"food",
"kosher"
],
[
"_:search/58e772e0",
"pricerange",
"expensive"
],
[
"_:search/58e772e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "im looking for a restaurant that serves"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "bistro food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving bistro food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a asian oriental restaurant right?"
},
{
"id": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um i dont care about the price"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar serves asian oriental food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and post code"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their post code"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of dojo noodle bar is C.B 2, 1 R.Q"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "great thank you good bye"
}
] | voip-ef9aa63b85-20130328_211048 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/240e71ac"
],
[
"_:search/240e71ac",
"food",
"bistro"
],
[
"_:search/240e71ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/240e71ac"
],
[
"_:search/240e71ac",
"food",
"bistro"
],
[
"_:search/240e71ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/240e71ac"
],
[
"_:search/240e71ac",
"food",
"bistro"
],
[
"_:search/240e71ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/240e71ac"
],
[
"_:search/240e71ac",
"food",
"bistro"
],
[
"_:search/240e71ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/240e71ac"
],
[
"_:search/240e71ac",
"food",
"bistro"
],
[
"_:search/240e71ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"40210 millers yard city centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/240e71ac"
],
[
"_:search/240e71ac",
"food",
"bistro"
],
[
"_:search/240e71ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"40210 millers yard city centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the south part of town greek food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the south of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice restaurant in the south of town serving modern european food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , restaurant alimentum is on 152 - 154 Hills Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8d5173f3a6-20130323_013205 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/2a081782"
],
[
"_:search/2a081782",
"area",
"south"
],
[
"_:search/2a081782",
"food",
"greek"
],
[
"_:search/2a081782",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/2a081782"
],
[
"_:search/2a081782",
"area",
"south"
],
[
"_:search/2a081782",
"food",
"greek"
],
[
"_:search/2a081782",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/2a081782"
],
[
"_:search/2a081782",
"area",
"south"
],
[
"_:search/2a081782",
"food",
"greek"
],
[
"_:search/2a081782",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/2a081782"
],
[
"_:search/2a081782",
"area",
"south"
],
[
"_:search/2a081782",
"food",
"greek"
],
[
"_:search/2a081782",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "an expensive unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "japanese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama serves japanese food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'36 saint andrews street');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , wagamama is on 36 Saint Andrews Street"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their area"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 16,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe2783c40a-20130401_150347 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice place in the west of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saint johns chop house is on 21 - 24 Northampton Street"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saint johns chop house is 01223 353110 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f17e3b578c-20130328_174111 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the north"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town and the prices are cheap"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9735278861-20130402_140608 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the east part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice place in the east of town serving tasty british food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of grafton hotel restaurant is 01223 241387 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0fa32b1e78-20130328_234804 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "central"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a nice restaurant in the centre of town serving european food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a nice restaurant in the centre of town serving european food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,phone,'01223 368786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of eraina is 01223 368786 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of eraina is C.B 2, 3 R.H"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d3d74d091-20130328_135137 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/54b2f33e"
],
[
"_:search/54b2f33e",
"area",
"north"
],
[
"_:search/54b2f33e",
"food",
"european"
],
[
"_:search/54b2f33e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/54b2f33e"
],
[
"_:search/54b2f33e",
"area",
"north"
],
[
"_:search/54b2f33e",
"food",
"european"
],
[
"_:search/54b2f33e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da93edbe"
],
[
"_:search/da93edbe",
"area",
"north"
],
[
"_:search/da93edbe",
"food",
"european"
],
[
"_:search/da93edbe",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/54b2f33e"
],
[
"_:search/54b2f33e",
"area",
"north"
],
[
"_:search/54b2f33e",
"food",
"european"
],
[
"_:search/54b2f33e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da93edbe"
],
[
"_:search/da93edbe",
"area",
"north"
],
[
"_:search/da93edbe",
"food",
"european"
],
[
"_:search/da93edbe",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/54b2f33e"
],
[
"_:search/54b2f33e",
"area",
"north"
],
[
"_:search/54b2f33e",
"food",
"european"
],
[
"_:search/54b2f33e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da93edbe"
],
[
"_:search/da93edbe",
"area",
"north"
],
[
"_:search/da93edbe",
"food",
"european"
],
[
"_:search/da93edbe",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/54b2f33e"
],
[
"_:search/54b2f33e",
"area",
"north"
],
[
"_:search/54b2f33e",
"food",
"european"
],
[
"_:search/54b2f33e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da93edbe"
],
[
"_:search/da93edbe",
"area",
"north"
],
[
"_:search/da93edbe",
"food",
"european"
],
[
"_:search/da93edbe",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"phone",
"01223 368786"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/54b2f33e"
],
[
"_:search/54b2f33e",
"area",
"north"
],
[
"_:search/54b2f33e",
"food",
"european"
],
[
"_:search/54b2f33e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da93edbe"
],
[
"_:search/da93edbe",
"area",
"north"
],
[
"_:search/da93edbe",
"food",
"european"
],
[
"_:search/da93edbe",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"phone",
"01223 368786"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath id like to find a moderately priced restaurant in the west part of"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , prezzo is on 21 - 24 Northampton Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo serves italian food"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-2d2d103292-20130329_035835 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice restaurant in the east of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-8efef4eae9-20130325_233404 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at golden wok is moderate ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant serving spanish food and it is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'14 -16 bridge street');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la tasca is on 14 -16 Bridge Street"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-dcaeb62b29-20130327_082012 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice place in the south of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything house"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number and post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of chiquito restaurant bar is C.B 1, 7 D.Y"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fbd422ad18-20130328_182406 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the west part of town that serves cuban food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cuban food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cuban food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the west of town?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town serving tasty italian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b57f8ee22b-20130326_235430 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0bf87079"
],
[
"_:search/0bf87079",
"food",
"cuban"
],
[
"_:search/0bf87079",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/6d6671dc"
],
[
"_:search/6d6671dc",
"food",
"cuban"
],
[
"_:search/6d6671dc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in any area that serves japanese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is a nice restaurant in the centre of town serving japanese food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,phone,'01223 462354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of wagamama is 01223 462354 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03d6592b76-20130327_030334 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"japanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"phone",
"01223 462354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |